public abstract class AbstractProjRegistry extends Object implements Registry
| Modifier and Type | Field and Description |
|---|---|
org.slf4j.Logger |
LOGGER |
protected ProjParser |
projParser
The parser associated to the PROJ registry.
|
| Constructor and Description |
|---|
AbstractProjRegistry()
Create a new AbstractProjRegistry.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateReferenceSystem |
getCoordinateReferenceSystem(Identifier identifier)
Return all parameters need to build a CoordinateReferenceSystem.
|
abstract Map<String,String> |
getParameters(String code)
Return all parameters need to build a CoordinateReferenceSystem.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRegistryName, getSupportedCodespublic org.slf4j.Logger LOGGER
protected final ProjParser projParser
public AbstractProjRegistry()
public CoordinateReferenceSystem getCoordinateReferenceSystem(Identifier identifier) throws RegistryException, CRSException
RegistrygetCoordinateReferenceSystem in interface RegistryRegistryExceptionCRSExceptionpublic abstract Map<String,String> getParameters(String code) throws RegistryException
code - RegistryExceptionCopyright © 2017 CNRS. All rights reserved.