org.cts.registry
Class Nad83Registry

java.lang.Object
  extended by org.cts.registry.AbstractProjRegistry
      extended by org.cts.registry.Nad83Registry
All Implemented Interfaces:
Registry

public class Nad83Registry
extends AbstractProjRegistry

This class parses the nad83 file available in the resources package. For a given code, it returns a map of parameters required by CRSHelper to build a CoordinateReferenceSystem.

Author:
Erwan Bocher

Field Summary
 
Fields inherited from class org.cts.registry.AbstractProjRegistry
LOGGER, projParser
 
Constructor Summary
Nad83Registry()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Nad83Registry

public Nad83Registry()
Method Detail

getRegistryName

public String getRegistryName()
Description copied from interface: Registry
Return the name of the registry.


getParameters

public Map<String,String> getParameters(String code)
                                 throws RegistryException
Description copied from interface: Registry
Return all parameters need to build a CoordinateReferenceSystem.

Throws:
RegistryException

getSupportedCodes

public Set<String> getSupportedCodes()
                              throws RegistryException
Description copied from interface: Registry
Return all supported codes for this registry.

Throws:
RegistryException


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