Interface ILcdGeodeticReference

All Superinterfaces:
Cloneable, ILcdCloneable, ILcdGeoReference
All Known Implementing Classes:
TLcdGeodeticReference, TLcyGeodeticReference

public interface ILcdGeodeticReference extends ILcdGeoReference
Tag interface for geodetic references. Implementations should be reference systems based on a geodetic datum. (x,y,z) coordinates in these references correspond with longitude, latitude and height values, respectively. Longitude and latitude values should be expressed in degrees, height values in meters. The developers guide contains a paragraph explaining the basics of geodetic references.

More information on references can be found on Coordinate Systems Overview by Peter H. Dana.