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.| Modifier and Type | Class and Description |
|---|---|
static class |
CRSHelper.CRSGridCache<K,V>
A simple cache to manage
AbstractCoordinateOperation |
| 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 © 2019 CNRS. All rights reserved.