Class TLcdNullVerticalDatum

java.lang.Object
com.luciad.geodesy.TLcdNullVerticalDatum
All Implemented Interfaces:
ILcdVerticalDatum, Serializable

public class TLcdNullVerticalDatum extends Object implements ILcdVerticalDatum
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.
In this TLcdNullVerticalDatum, the geoid height equals zero everywhere. As a result the orthometric height equals the ellipsoidal height.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object aVerticalDatum)
    Deprecated.
    Checks equality with another Object.
    double
    geoidHeight(double aLongitude, double aLatitude)
    Deprecated.
    Gets the geoid height in meters at a given LonLatPoint.
    Deprecated.
    Gets the name attribute of the TLcdNullVerticalDatum object.
    int
    Deprecated.
     
    Deprecated.
    Returns a String representation of this TLcdNullVerticalDatum.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TLcdNullVerticalDatum

      public TLcdNullVerticalDatum()
      Deprecated.
  • Method Details

    • getName

      public String getName()
      Deprecated.
      Gets the name attribute of the TLcdNullVerticalDatum object.
      Specified by:
      getName in interface ILcdVerticalDatum
      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 interface ILcdVerticalDatum
      Parameters:
      aLongitude - longitude of the point (degrees).
      aLatitude - latitude of the point (degrees).
      Returns:
      the geoid height in meters at a given LonLatPoint.
    • toString

      public String toString()
      Deprecated.
      Returns a String representation of this TLcdNullVerticalDatum.
      Overrides:
      toString in class Object
      Returns:
      String representation of this TLcdNullVerticalDatum.
    • equals

      public boolean equals(Object aVerticalDatum)
      Deprecated.
      Checks equality with another Object.
      Specified by:
      equals in interface ILcdVerticalDatum
      Overrides:
      equals in class Object
      Parameters:
      aVerticalDatum - Object to compare with.
      Returns:
      true if both objects are equal, false otherwise.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object