| Package | Description |
|---|---|
| org.cts | |
| org.cts.crs | |
| org.cts.registry |
| Modifier and Type | Method and Description |
|---|---|
static CoordinateReferenceSystem |
CRSHelper.createCoordinateReferenceSystem(Identifier identifier,
Map<String,String> parameters)
Creates a new
CoordinateReferenceSystem with the
given Identifier and parameters. |
CoordinateReferenceSystem |
CRSFactory.createFromPrj(File file)
Creates a
CoordinateReferenceSystem defined by an OGC WKT String
(PRJ). |
CoordinateReferenceSystem |
CRSFactory.createFromPrj(InputStream stream)
Creates a
CoordinateReferenceSystem defined by an OGC WKT String
(PRJ). |
CoordinateReferenceSystem |
CRSFactory.createFromPrj(InputStream stream,
Charset encoding)
Creates a
CoordinateReferenceSystem defined by an OGC WKT String
(PRJ). |
CoordinateReferenceSystem |
CRSFactory.createFromPrj(String prjString)
Creates a
CoordinateReferenceSystem defined by an OGC WKT String
(PRJ). |
CoordinateReferenceSystem |
CRSFactory.getCRS(String authorityAndSrid)
Returns a
CoordinateReferenceSystem corresponding to
an authority and a srid. |
| Constructor and Description |
|---|
CompoundCRS(Identifier identifier,
GeodeticCRS horizontalCRS,
VerticalCRS verticalCRS)
Creates a new CompoundCRS from a 2D horizontal CRS and a 1D vertical CRS.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateReferenceSystem |
AbstractProjRegistry.getCoordinateReferenceSystem(Identifier identifier) |
CoordinateReferenceSystem |
Registry.getCoordinateReferenceSystem(Identifier identifier)
Return all parameters need to build a CoordinateReferenceSystem.
|
Copyright © 2019 CNRS. All rights reserved.