Package com.luciad.geodesy
Class TLcdNullVerticalDatum
java.lang.Object
com.luciad.geodesy.TLcdNullVerticalDatum
- All Implemented Interfaces:
ILcdVerticalDatum
,Serializable
Deprecated.
In this
TLcdNullVerticalDatum
, the geoid height equals zero
everywhere. As a result the orthometric height equals the ellipsoidal height.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Checks equality with another Object.double
geoidHeight
(double aLongitude, double aLatitude) Deprecated.Gets the geoid height in meters at a given LonLatPoint.getName()
Deprecated.Gets the name attribute of the TLcdNullVerticalDatum object.int
hashCode()
Deprecated.toString()
Deprecated.Returns a String representation of thisTLcdNullVerticalDatum
.
-
Constructor Details
-
TLcdNullVerticalDatum
public TLcdNullVerticalDatum()Deprecated.
-
-
Method Details
-
getName
Deprecated.Gets the name attribute of the TLcdNullVerticalDatum object.- Specified by:
getName
in interfaceILcdVerticalDatum
- Returns:
- The name value.
-
geoidHeight
public double geoidHeight(double aLongitude, double aLatitude) Deprecated.Gets the geoid height in meters at a given LonLatPoint.- Specified by:
geoidHeight
in interfaceILcdVerticalDatum
- Parameters:
aLongitude
- longitude of the point (degrees).aLatitude
- latitude of the point (degrees).- Returns:
- the geoid height in meters at a given LonLatPoint.
-
toString
Deprecated.Returns a String representation of thisTLcdNullVerticalDatum
. -
equals
Deprecated.Checks equality with another Object.- Specified by:
equals
in interfaceILcdVerticalDatum
- Overrides:
equals
in classObject
- Parameters:
aVerticalDatum
- Object to compare with.- Returns:
- true if both objects are equal, false otherwise.
-
hashCode
public int hashCode()Deprecated.
-
com.luciad.geodesy.ILcdGeodeticDatum
as this allows to use geoids for geodetic datums andILcdGeoReference
instances such ascom.luciad.reference.ILcdGridReference
.