Package com.luciad.reference
Interface ILcdGeodeticReference
- All Superinterfaces:
Cloneable
,ILcdCloneable
,ILcdGeoReference
- All Known Implementing Classes:
TLcdGeodeticReference
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.
-
Field Summary
Fields inherited from interface com.luciad.reference.ILcdGeoReference
CARTESIAN, GEODETIC
-
Method Summary
Methods inherited from interface com.luciad.reference.ILcdGeoReference
getCoordinateType, getGeodeticDatum
-
Method Details
-
clone
Object clone()MakesObject.clone()
public.- Specified by:
clone
in interfaceILcdCloneable
- See Also:
-