CoordinateSystem
(an abstract mathematical entity) to the earth or other system.See: Description
Class | Description |
---|---|
AbstractDatum |
Specifies the relationship of a coordinate system to the earth.
|
BursaWolfParameters |
Parameters for a geographic transformation between two datum.
|
DefaultEllipsoid |
Geometric figure that can be used to describe the approximate shape of the earth.
|
DefaultEngineeringDatum |
Defines the origin of an engineering coordinate reference system.
|
DefaultGeodeticDatum |
Defines the location and orientation of an ellipsoid that approximates the shape of the earth.
|
DefaultImageDatum |
Defines the origin of an image coordinate reference system.
|
DefaultPrimeMeridian |
Defines the origin from which longitude values are determined.
|
DefaultTemporalDatum |
Defines the origin of a temporal coordinate reference system.
|
DefaultVerticalDatum |
Identifies a particular reference level surface used as a zero-height surface.
|
TimeDependentBWP |
Parameters for a time-dependent geographic transformation between two datum.
|
CoordinateSystem
(an abstract mathematical entity) to the earth or other system.
An explanation for this package is provided in the OpenGISĀ® javadoc.
The remaining discussion on this page is specific to the SIS implementation.
The root class in this package is AbstractDatum
.
Various subclasses are defined for various kinds of relationship to the Earth or time
(geodetic,
vertical,
temporal),
or to platforms (mobile or not)
(engineering,
image).
Some of those SIS subclasses provide additional methods that are not part of OGC/ISO specifications:
Defined in the sis-referencing
module
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.