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
,TLcyGeodeticReference
,TLcyGridReference
,TLcyUTMGridReference
This is an interface for all classes defining the nature of the geographical
Objects contained in an
ILcdModel
.- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the type of coordinates used with thisILcdGeoReference
:CARTESIAN
orGEODETIC
.Returns theILcdGeodeticDatum
of 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 theILcdGeodeticDatum
of thisILcdGeoReference
.- Returns:
- the
ILcdGeodeticDatum
of thisILcdGeoReference
.
-
getCoordinateType
int getCoordinateType()Returns the type of coordinates used with thisILcdGeoReference
:CARTESIAN
orGEODETIC
.- Returns:
- the type of coordinates used with this
ILcdGeoReference
:CARTESIAN
orGEODETIC
.
-