org.cts
Class CRSHelper

java.lang.Object
  extended by org.cts.CRSHelper

public class CRSHelper
extends Object

This class is used to build a new CoordinateReferenceSystem from a map of parameters, generally obtained from the parser of a Registry or from an OGC WKT String.

Author:
Michaƫl Michaud, Erwan Bocher, Jules Party

Constructor Summary
CRSHelper()
           
 
Method Summary
static CoordinateReferenceSystem createCoordinateReferenceSystem(Identifier identifier, Map<String,String> parameters)
          Creates a new CoordinateReferenceSystem with the given Identifier and parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRSHelper

public CRSHelper()
Method Detail

createCoordinateReferenceSystem

public static CoordinateReferenceSystem createCoordinateReferenceSystem(Identifier identifier,
                                                                        Map<String,String> parameters)
                                                                 throws CRSException
Creates a new CoordinateReferenceSystem with the given Identifier and parameters.

Parameters:
identifier - the identifier we want to associate with the desired CRS
parameters - the map of parameters defining the properties of the desired CRS
Throws:
CRSException


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