Uses of Class
org.cts.registry.RegistryException

Packages that use RegistryException
org.cts   
org.cts.registry   
 

Uses of RegistryException in org.cts
 

Methods in org.cts that throw RegistryException
 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.
 

Uses of RegistryException in org.cts.registry
 

Methods in org.cts.registry that throw RegistryException
 Map<String,String> Nad27Registry.getParameters(String code)
           
 Map<String,String> ESRIRegistry.getParameters(String code)
           
 Map<String,String> EPSGRegistry.getParameters(String code)
           
 Map<String,String> Registry.getParameters(String code)
          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)
           
 Set<String> Nad27Registry.getSupportedCodes()
           
 Set<String> ESRIRegistry.getSupportedCodes()
           
 Set<String> EPSGRegistry.getSupportedCodes()
           
 Set<String> Registry.getSupportedCodes()
          Return all supported codes for this registry.
 Set<String> Nad83Registry.getSupportedCodes()
           
 Set<String> IGNFRegistry.getSupportedCodes()
           
 Set<String> worldRegistry.getSupportedCodes()
           
 



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.