|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Registry | |
|---|---|
| org.cts.parser.proj | |
| org.cts.registry | |
| Uses of Registry in org.cts.parser.proj |
|---|
| Constructors in org.cts.parser.proj with parameters of type Registry | |
|---|---|
ProjParser(Registry registry)
Create a new ProjParser for the given registry. |
|
| Uses of Registry in org.cts.registry |
|---|
| Classes in org.cts.registry that implement Registry | |
|---|---|
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. |
| Methods in org.cts.registry that return Registry | |
|---|---|
Registry |
RegistryManager.getRegistry(String registryName)
Return the corresponding registry based on its name |
| Methods in org.cts.registry with parameters of type Registry | |
|---|---|
void |
RegistryManager.addRegistry(Registry registryClass)
Declare a registry to the RegistryManager |
void |
RegistryManager.addRegistry(Registry registry,
boolean replace)
Declare a registry to the RegistryManager An existing registry
can be replaced by a new one. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||