Interface | Description |
---|---|
ILcdEllipsoid |
Interface that defines all ellipsoids.
|
ILcdEllipsoidFactory |
An
ILcdEllipsoidFactory is an object to create ILcdEllipsoid
objects (Factory pattern). |
ILcdGeodeticDatum |
An
ILcdGeodeticDatum is comprised of an ellipsoid which is fixed
to the physical earth in some manner. |
ILcdGeodeticDatumFactory |
An
ILcdGeodeticDatumFactory is an object to create
ILcdGeodeticDatum objects (Factory pattern). |
|
Deprecated
Use the new vertical datum support in
com.luciad.geodesy.ILcdGeodeticDatum
as this allows to use geoids for geodetic datums and ILcdGeoReference instances such as
com.luciad.reference.ILcdGridReference . |
Class | Description |
---|---|
TLcdDMA1987bEllipsoidFactory |
Ellipsoid factory taken of the following source
Defense Mapping Agency.
|
TLcdEllipsoid |
A
TLcdEllipsoid represents an ellipsoid and is the implementation
of an ILcdEllipsoid . |
TLcdEllipsoidRhumblineUtil |
Utility for a series of specific topology calculations with rhumblines on the ellipsoid.
|
TLcdEllipsoidUtil |
Utility for a series of specific calculations on the ellipsoid.
|
TLcdEPSGGeodeticDatumFactory |
GeodeticDatumFactory of different geodetic datums with respect to WGS-1984,
taken from the EPSG database.
|
TLcdGenericGeodeticDatumFactory |
ILcdGeodeticDatumFactory implementation that creates TLcdGeodeticDatum
objects based on the 7 parameters that define the geodetic datum. |
TLcdGeodeticDatum |
A geodetic datum
TLcdGeodeticDatum is described by the position,
orientation and scale relationships of its ILcdEllipsoid to an
earth centered earth fixed ILcdEllipsoid . |
TLcdGeodeticDatumEditor |
TLcdGeodeticDatumEditor extends PropertyEditorSupport
to provide bean property editor support for geodetic datums. |
TLcdGeodeticDatumFactory |
The
TLcdGeodeticDatumFactory is capable of creating an instance
of ILcdGeodeticDatum by decoding a given Properties
object. |
TLcdGeoidGeodeticDatumFactory |
Creates geodetic datums combining horizontal and vertical datums.
|
TLcdJPLEllipsoidFactory |
Ellipsoid factory taken of the following source
Defense Mapping Agency.
|
TLcdJPLGeodeticDatumFactory |
GeodeticDatumFactory for different geodetic datums w.r.t. different Ellipsoids
taken from the EPSG tables included in the GeoTiff lib.
|
TLcdNIMA8350GeodeticDatumFactory |
GeodeticDatumFactory of different geodetic datums w.r.t. WGS-1984,
taken from
Defense Mapping Agency Technical Report,
Department of Defense World Geodetic
System 1984,
DMA TR 8350.2 Third Edition, amendment 1, 3 January 2000. |
|
Deprecated
Use the new vertical datum support in
com.luciad.geodesy.ILcdGeodeticDatum
as this allows to use geoids for geodetic datums and ILcdGeoReference instances such as
com.luciad.reference.ILcdGridReference . |
TLcdSphereRhumblineUtil |
Utility for a series of specific topology calculations with rhumblines on the sphere.
|
TLcdSphereUtil |
TLcdSphereUtil is a utility class that implements spherical
trigonometry. |