| Package | Description |
|---|---|
| org.cts | |
| org.cts.registry |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
CRSFactory.getSupportedCodes(String registryName)
Return a list of supported codes according an registryName.
|
boolean |
CRSFactory.isRegistrySupported(String registryName)
Check if the registry name (ie EPSG, IGNF...) is supported.
|
String[] |
CRSFactory.splitRegistryNameAndCode(String authorityAndSrid)
Return the registry name and the code in a string array.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateReferenceSystem |
AbstractProjRegistry.getCoordinateReferenceSystem(Identifier identifier) |
CoordinateReferenceSystem |
Registry.getCoordinateReferenceSystem(Identifier identifier)
Return all parameters need to build a CoordinateReferenceSystem.
|
Map<String,String> |
Nad83Registry.getParameters(String code) |
Map<String,String> |
IGNFRegistry.getParameters(String code) |
Map<String,String> |
WorldRegistry.getParameters(String code) |
abstract Map<String,String> |
AbstractProjRegistry.getParameters(String code)
Return all parameters need to build a CoordinateReferenceSystem.
|
Map<String,String> |
EPSGRegistry.getParameters(String code) |
Map<String,String> |
Nad27Registry.getParameters(String code) |
Map<String,String> |
ESRIRegistry.getParameters(String code) |
Set<String> |
Nad83Registry.getSupportedCodes() |
Set<String> |
IGNFRegistry.getSupportedCodes() |
Set<String> |
WorldRegistry.getSupportedCodes() |
Set<String> |
Registry.getSupportedCodes()
Return all supported codes for this registry.
|
Set<String> |
EPSGRegistry.getSupportedCodes() |
Set<String> |
Nad27Registry.getSupportedCodes() |
Set<String> |
ESRIRegistry.getSupportedCodes() |
Copyright © 2019 CNRS. All rights reserved.