public class CRSHelper extends Object
CoordinateReferenceSystem from a map of parameters,
generally obtained from the parser of a Registry
or from an OGC WKT String.| Constructor and Description |
|---|
CRSHelper() |
| Modifier and Type | Method and Description |
|---|---|
static CoordinateReferenceSystem |
createCoordinateReferenceSystem(Identifier identifier,
Map<String,String> parameters)
Creates a new
CoordinateReferenceSystem with the
given Identifier and parameters. |
public static CoordinateReferenceSystem createCoordinateReferenceSystem(Identifier identifier, Map<String,String> parameters) throws CRSException
CoordinateReferenceSystem with the
given Identifier and parameters.identifier - the identifier we want to associate with the desired
CRSparameters - the map of parameters defining the properties of the
desired CRSCRSExceptionCopyright © 2017 CNRS. All rights reserved.