Package com.luciad.reference
Interface ILcdGeoReference
- All Superinterfaces:
Cloneable,ILcdCloneable
- All Known Subinterfaces:
ILcdGeocentricReference,ILcdGeodeticReference,ILcdGeoidReference,ILcdGridReference,ILcdTopocentricReference
- All Known Implementing Classes:
ALcdGeoReference,TLcdDHDNGermanGridReference,TLcdGeocentricReference,TLcdGeodeticReference,TLcdGeoidReference,TLcdGridReference,TLcdLambert1972BelgiumGridReference,TLcdLambertFrenchGridReference,TLcdRD1918DutchGridReference,TLcdSwissGridReference,TLcdTopocentricReference,TLcdUPSGrid,TLcdUTMGrid
This is an interface for all classes defining the nature of the geographical
Objects contained in an
ILcdModel.- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintReturns the type of coordinates used with thisILcdGeoReference:CARTESIANorGEODETIC.Returns theILcdGeodeticDatumof thisILcdGeoReference.Methods inherited from interface com.luciad.util.ILcdCloneable
clone
-
Field Details
-
CARTESIAN
static final int CARTESIANConstant use to indicate that the geo-reference is a cartesian coordinate system.- See Also:
-
GEODETIC
static final int GEODETICConstant use to indicate that the geo-reference is a geodetic coordinate system.- See Also:
-
-
Method Details
-
getGeodeticDatum
ILcdGeodeticDatum getGeodeticDatum()Returns theILcdGeodeticDatumof thisILcdGeoReference.- Returns:
- the
ILcdGeodeticDatumof thisILcdGeoReference.
-
getCoordinateType
int getCoordinateType()Returns the type of coordinates used with thisILcdGeoReference:CARTESIANorGEODETIC.- Returns:
- the type of coordinates used with this
ILcdGeoReference:CARTESIANorGEODETIC.
-