| Package | Description |
|---|---|
| org.cts | |
| org.cts.crs | |
| org.cts.datum | |
| org.cts.op | |
| org.cts.op.projection | |
| org.cts.op.transformation | |
| org.cts.units |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentifiableComponent
IdentifiableComponent is a helper class used as a parent class for components
having to implement the Identifiable interface.
|
class |
Identifier
Identifier used to identify objects such as Datums, Ellipsoids or
CoordinateReferenceSystems.
|
| Modifier and Type | Method and Description |
|---|---|
List<Identifiable> |
Identifiable.getAliases()
Get aliases
|
List<Identifiable> |
Identifier.getAliases()
Get aliases
|
List<Identifiable> |
IdentifiableComponent.getAliases()
Get aliases
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Identifiable.addAlias(Identifiable alias)
Adds an alias
|
boolean |
Identifier.addAlias(Identifiable alias)
Add an alias
|
boolean |
IdentifiableComponent.addAlias(Identifiable alias)
Add an alias
|
| Constructor and Description |
|---|
Identifier(Class clazz,
String name,
String shortName,
List<Identifiable> aliases)
Create a local identifier.
|
Identifier(String authorityName,
String authorityKey,
String name,
String shortName,
String remarks,
List<Identifiable> aliases)
Creates a complete identifier.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CoordinateReferenceSystem
A coordinate system which is related to the real world by a
Datum (ISO/DIS 19111). |
| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Datum
A datum (plural datums) is a reference from which measurements are made.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatum
A simple implementation of
Datum interface with a default
constructor. |
class |
Ellipsoid
An ellipsoid is a mathematical surface used to describe the Earth surface.
|
class |
GeodeticDatum
Geodetic
Datum used to determine positions relative
to the Earth (longitude / latitude) It is recommended that every
GeodeticDatum has a toWGS84
SevenParameterTransformation attribute
(which may eventually be a
GeocentricTranslation or the
Identity transformation). |
class |
PrimeMeridian
PrimeMeridian.
|
class |
VerticalDatum
Vertical datum are used to determine elevation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CoordinateOperation
A CoordinateOperation is an object able to modify values of a coordinate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCoordinateOperation
AbstractCoordinateOperation is a partial implementation of the
CoordinateOperation interface. |
class |
ChangeCoordinateDimension
Change de coordinate dimension.
|
class |
CoordinateOperationSequence
A coordinate operation sequence can transform a coordinate through several
ordered CoordinateOperations.
|
class |
CoordinateRounding
A class to change the coordinate precision
|
class |
CoordinateSwitch
A class to switch to values in a double array.
|
class |
Geocentric2Geographic
Transform geographic coordinates (latitude, longitude, ellipsoidal height
into geocentric coordinates.
|
class |
Geographic2Geocentric
Transform geographic coordinates (latitude, longitude, ellipsoidal height
into geocentric coordinates.
|
class |
Identity
The identity transformation.
|
class |
IterativeTransformation
The IterativeTransformation is used to repeat a
CoordinateOperation until one or more coordinate(s)
converge to predifined values (saved in additional dimensions using
MemorizeCoordinate). |
class |
LoadMemorizeCoordinate
Add a fourth dimension to save one of the other coordinates.
|
class |
LongitudeRotation
Longitude rotation is a simple transformation which shift the longitude
parameter of a geographic coordinate.
|
class |
MemorizeCoordinate
Add a fourth dimension to save one of the other coordinates.
|
class |
OppositeCoordinate
This transformation turn the choosing coordinate into its opposite.
|
class |
UnitConversion
Convert coordinates from a source unit to a target unit.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlbersEqualArea
The Albers Equal Area Projection (AEA).
|
class |
CassiniSoldner
The Cassini-Soldner Projection (CASS).
|
class |
CylindricalEqualArea
The Cylindrical Equal Area (normal case) Projection (CEA).
|
class |
EquidistantCylindrical
The Equidistant Cylindrical projection (EQC).
|
class |
GaussSchreiberTransverseMercator
The Gauss Schreiber Transverse Mercator (GSTMERC).
|
class |
Krovak
The Krovak (North Orientated) Projection (KROVAK).
|
class |
LambertAzimuthalEqualArea
The Lambert Azimuthal Equal Area Projection (LAEA).
|
class |
LambertConicConformal1SP
A map projection is any method used in cartography (mapmaking) to represent
the two-dimensional curved surface of the earth or other body on a plane.
|
class |
LambertConicConformal2SP
A map projection is any method used in cartography (mapmaking) to represent
the two-dimensional curved surface of the earth or other body on a plane.
|
class |
Mercator1SP
The Mercator Projection (MERC).
|
class |
MillerCylindrical
The Miller Cylindrical Projection (MILL).
|
class |
NewZealandMapGrid
The New Zealand Map Grid Projection (NZMG).
|
class |
ObliqueMercator
The Oblique Mercator Projection (OMERC).
|
class |
ObliqueStereographicAlternative
The Oblique Stereographic Alternative Projection (STEREA).
|
class |
Polyconic
The Polyconic (American) Projection (POLY).
|
class |
Projection
A map projection is any method used in cartography (mapmaking) to represent
the two-dimensional curved surface of the earth or other body on a plane.
|
class |
Stereographic
The Polar Stereographic Projection (STERE).
|
class |
SwissObliqueMercator
The Swiss Oblique Mercator Projection (SOMERC).
|
class |
TransverseMercator
A map projection is any method used in cartography (mapmaking) to represent
the two-dimensional curved surface of the earth or other body on a plane.
|
class |
UniversalTransverseMercator
The Universal Transverse Mercator Projection (UTM).
|
class |
UniversalTransverseMercatorAuto
A map projection is any method used in cartography (mapmaking) to represent
the two-dimensional curved surface of the earth or other body on a plane.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GeocentricTransformation
An interface to mark Geocentric transformations.
|
interface |
ParamBasedTransformation
Marker for transformations including 7 parameters transformation (Bursa-Wolf),
Translation and Identity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Altitude2EllipsoidalHeight
Altitude2EllipsoidalHeight is a coordinate operation used to transform 3D
coordinates containing the altitude in the third coordinate with a grid
transformation that return the equivalent coordinates with ellipsoidal height
instead of altitude.
|
class |
FrenchGeocentricNTF2RGF
French Geocentric interpolation is a transformation used at IGN-France to
transform coordinates from the old local NTF system to the new ETRS-89
compatible RGF93.
|
class |
GeocentricTransformationSequence
A GeocentricTransformationSequence is a CoordinateOperationSequence which
result is a
GeocentricTransformation. |
class |
GeocentricTranslation
GeocentricTranslation is a coordinate operation used to transform
geocentric coordinates with a 3D translation defined by three parameters
representing translation values along x axis, y axis and z axis.
|
class |
NTv2GridShiftTransformation
Geographic Offset by Interpolation of Gridded Data.
|
class |
SevenParameterTransformation
Seven-Parameter transformations are mathematical similarities or Helmert
transformations in a three dimensional space.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Unit
According to wikipedia, a unit of measurement is a standardised quantity of a
physical property, used as a factor to express occurring quantities of that
property.
|
Copyright © 2019 CNRS. All rights reserved.