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

public interface ILcdGeoReference extends ILcdCloneable
This is an interface for all classes defining the nature of the geographical Objects contained in an ILcdModel.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Constant use to indicate that the geo-reference is a cartesian coordinate system.
    static final int
    Constant use to indicate that the geo-reference is a geodetic coordinate system.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the type of coordinates used with this ILcdGeoReference: CARTESIAN or GEODETIC.
    Returns the ILcdGeodeticDatum of this ILcdGeoReference.

    Methods inherited from interface com.luciad.util.ILcdCloneable

    clone
  • Field Details

    • CARTESIAN

      static final int CARTESIAN
      Constant use to indicate that the geo-reference is a cartesian coordinate system.
      See Also:
    • GEODETIC

      static final int GEODETIC
      Constant use to indicate that the geo-reference is a geodetic coordinate system.
      See Also:
  • Method Details

    • getGeodeticDatum

      ILcdGeodeticDatum getGeodeticDatum()
      Returns the ILcdGeodeticDatum of this ILcdGeoReference.
      Returns:
      the ILcdGeodeticDatum of this ILcdGeoReference.
    • getCoordinateType

      int getCoordinateType()
      Returns the type of coordinates used with this ILcdGeoReference: CARTESIAN or GEODETIC.
      Returns:
      the type of coordinates used with this ILcdGeoReference: CARTESIAN or GEODETIC.