Class TLcdGML32ImageDatum

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdISO19115ImageDatum

public class TLcdGML32ImageDatum extends TLcdGML32AbstractDatum
gml:ImageDatum defines the origin of an image coordinate reference system, and is used in a local context only. For an image datum, the anchor definition is usually either the centre of the image or the corner of the image. For more information, see ISO 19111 B.3.5.
Since:
2026.0
  • Field Details

    • PIXEL_IN_CELL_PROPERTY

      public static final TLcdDataProperty PIXEL_IN_CELL_PROPERTY
      Data property that maps to the pixelInCell element. The possible values for this property are instances of TLcdGML32CodeWithAuthority.
  • Constructor Details

    • TLcdGML32ImageDatum

      public TLcdGML32ImageDatum()
    • TLcdGML32ImageDatum

      public TLcdGML32ImageDatum(TLcdDataType aType)
  • Method Details

    • getPixelInCell

      public TLcdGML32CodeWithAuthority getPixelInCell()
      Returns the value of the property that maps to the pixelInCell element.

      gml:pixelInCell is a specification of the way an image grid is associated with the image data attributes. The required codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.

      Returns:
      the value of the PIXEL_IN_CELL_PROPERTY property.
    • setPixelInCell

      public void setPixelInCell(TLcdGML32CodeWithAuthority aValue)
      Sets the value of the property that maps to the pixelInCell element.

      gml:pixelInCell is a specification of the way an image grid is associated with the image data attributes. The required codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.

      Parameters:
      aValue - the value to set for the PIXEL_IN_CELL_PROPERTY property.