| Package | Description |
|---|---|
| org.cts.parser.proj | |
| org.cts.registry |
| Constructor and Description |
|---|
ProjParser(Registry registry)
Create a new ProjParser for the given registry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProjRegistry |
class |
EPSGRegistry
This class parses the epsg file available in the resources package.
|
class |
ESRIRegistry
This class parses the esri file available in the resources package.
|
class |
IGNFRegistry
This class parses the ignf file available in the resources package.
|
class |
Nad27Registry
This class parses the nad27 file available in the resources package.
|
class |
Nad83Registry
This class parses the nad83 file available in the resources package.
|
class |
WorldRegistry
This class parses the world file available in the resources package.
|
| Modifier and Type | Method and Description |
|---|---|
Registry |
RegistryManager.getRegistry(String registryName)
Gets the
Registry registered with this name or
null if no Registry has been registered with this name. |
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryManager.addRegistry(Registry registryClass)
Register a
Registry in this RegistryManager. |
void |
RegistryManager.addRegistry(Registry registry,
boolean replace)
Register a
Registry in this RegistryManager. |
Copyright © 2019 CNRS. All rights reserved.