Package com.luciad.geodesy
package com.luciad.geodesy
Specifies ellipsoids and geodetic datums.
Implements most commonly used ellipsoids and geodetic datums defined in literature.
- Since:
- 1.0
-
ClassDescriptionInterface that defines all ellipsoids.An
ILcdEllipsoidFactory
is an object to createILcdEllipsoid
objects (Factory pattern).AnILcdGeodeticDatum
is comprised of an ellipsoid which is fixed to the physical earth in some manner.AnILcdGeodeticDatumFactory
is an object to createILcdGeodeticDatum
objects (Factory pattern).Deprecated.Ellipsoid factory taken of the following source Defense Mapping Agency.ATLcdEllipsoid
represents an ellipsoid and is the implementation of anILcdEllipsoid
.Utility for a series of specific topology calculations with rhumblines on the ellipsoid.Utility for a series of specific calculations on the ellipsoid.GeodeticDatumFactory of different geodetic datums with respect to WGS-1984, taken from the EPSG database.ILcdGeodeticDatumFactory
implementation that createsTLcdGeodeticDatum
objects based on the 7 (or 10) parameters that define the geodetic datum.A geodetic datumTLcdGeodeticDatum
is described by the position, orientation and scale relationships of itsILcdEllipsoid
to an earth centered earth fixedILcdEllipsoid
.TLcdGeodeticDatumEditor
extendsPropertyEditorSupport
to provide bean property editor support for geodetic datums.TheTLcdGeodeticDatumFactory
is capable of creating an instance ofILcdGeodeticDatum
by decoding a givenProperties
object.Creates geodetic datums combining horizontal and vertical datums.Ellipsoid factory taken of the following source Defense Mapping Agency.GeodeticDatumFactory for different geodetic datums w.r.t. different Ellipsoids taken from the EPSG tables included in the GeoTiff lib.GeodeticDatumFactory of different geodetic datums w.r.t. WGS-1984, taken from Defense Mapping Agency Technical Report, Department of Defense World GeodeticSystem
1984, DMA TR 8350.2 Third Edition, amendment 1, 3 January 2000.Deprecated.Use the new vertical datum support incom.luciad.geodesy.ILcdGeodeticDatum
as this allows to use geoids for geodetic datums andILcdGeoReference
instances such ascom.luciad.reference.ILcdGridReference
.Utility for a series of specific topology calculations with rhumblines on the sphere.TLcdSphereUtil
is a utility class that implements spherical trigonometry.
com.luciad.geodesy.ILcdGeodeticDatum
as this allows to use geoids for geodetic datums andILcdGeoReference
instances such ascom.luciad.reference.ILcdGridReference
.