| Package | Description |
|---|---|
| org.cts | |
| org.cts.crs | |
| org.cts.op | |
| org.cts.registry |
| Modifier and Type | Field and Description |
|---|---|
protected CRSFactory.CRSCache<String,CoordinateReferenceSystem> |
CRSFactory.CRSPOOL |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundCRS
A 3D
CoordinateReferenceSystem composed of two distinct
CoordinateReferenceSystem : a GeodeticCRS for 2D
horizontal coordinates and a VerticalCRS for the z
coordinate. |
class |
GeocentricCRS
A geocentric CoordinateReferenceSystem is a 3D cartesian coordinate
system centered on the Earth center of mass.
|
class |
GeodeticCRS
A
CoordinateReferenceSystem based on a
GeodeticDatum, including a PrimeMeridian
and an Ellipsoid definition. |
class |
Geographic2DCRS
|
class |
Geographic3DCRS
|
class |
ProjectedCRS
A CoordinateReferenceSystem based on a
GeodeticDatum
and a Projection. |
class |
VerticalCRS
A vertical
CoordinateReferenceSystem is a
CoordinateReferenceSystem based on a VerticalDatum. |
| Constructor and Description |
|---|
CoordinateOperationNotFoundException(CoordinateReferenceSystem source,
CoordinateReferenceSystem target)
Creates a new CoordinateOperationNotFoundException because no
CoordinateOperation has been found from source CoordinateReferenceSystem
to target CoordinateReferenceSystem.
|
| 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.