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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Checks equality with another Object.doublegeoidHeight(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.inthashCode()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:
getNamein 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:
geoidHeightin 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:
equalsin interfaceILcdVerticalDatum- Overrides:
equalsin classObject- Parameters:
aVerticalDatum- Object to compare with.- Returns:
- true if both objects are equal, false otherwise.
-
hashCode
public int hashCode()Deprecated.
-
com.luciad.geodesy.ILcdGeodeticDatumas this allows to use geoids for geodetic datums andILcdGeoReferenceinstances such ascom.luciad.reference.ILcdGridReference.