| Package | Description |
|---|---|
| org.cts.crs | |
| org.cts.op |
| 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 |
Geographic2DCRS
|
class |
Geographic3DCRS
|
class |
ProjectedCRS
A CoordinateReferenceSystem based on a
GeodeticDatum
and a Projection. |
| Modifier and Type | Method and Description |
|---|---|
GeodeticCRS |
CompoundCRS.getHorizontalCRS()
Returns the horizonal part of this CoordinateReferenceSystem.
|
| 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 |
|---|---|
static Set<CoordinateOperation> |
CoordinateOperationFactory.createCoordinateOperations(GeodeticCRS source,
GeodeticCRS target)
|
Copyright © 2019 CNRS. All rights reserved.