org.cts.registry
Interface Registry

All Known Implementing Classes:
AbstractProjRegistry, EPSGRegistry, ESRIRegistry, IGNFRegistry, Nad27Registry, Nad83Registry, worldRegistry

public interface Registry

Author:
Erwan Bocher

Method Summary
 Map<String,String> getParameters(String code)
          Return all parameters need to build a CoordinateReferenceSystem.
 String getRegistryName()
          Return the name of the registry.
 Set<String> getSupportedCodes()
          Return all supported codes for this registry.
 

Method Detail

getRegistryName

String getRegistryName()
Return the name of the registry.


getParameters

Map<String,String> getParameters(String code)
                                 throws RegistryException
Return all parameters need to build a CoordinateReferenceSystem.

Throws:
RegistryException

getSupportedCodes

Set<String> getSupportedCodes()
                              throws RegistryException
Return all supported codes for this registry.

Throws:
RegistryException


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