public abstract class AbstractProjRegistry extends Object implements Registry
| Modifier and Type | Field and Description |
|---|---|
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, getSupportedCodesprotected 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 © 2019 CNRS. All rights reserved.