Interface ILcdGeoidReference

All Superinterfaces:
Cloneable, ILcdCloneable, ILcdGeoReference
All Known Implementing Classes:
TLcdGeoidReference

public interface ILcdGeoidReference extends ILcdGeoReference
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.
A ILcdGeoidReference is a ILcdGeoReference that also has a ILcdVerticalDatum. See the developers guide for a more elaborate explanation of geo references.
  • Method Details

    • getVerticalDatum

      ILcdVerticalDatum getVerticalDatum()
      Deprecated.
      Returns the ILcdVerticalDatum of this ILcdGeoidReference.
      Returns:
      the ILcdVerticalDatum of this ILcdGeoidReference.