org.cts
Class CRSHelper
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CRSHelper
public CRSHelper()
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
CRSparameters - the map of parameters defining the properties of the
desired CRS
- Throws:
CRSException
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.