Class TLcdGML32RectifiedGrid

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdShape, ILcdCloneable, ILcdDeepCloneable, Serializable, Cloneable

public class TLcdGML32RectifiedGrid extends TLcdGML32Grid
A rectified grid is a grid for which there is an affine transformation between the grid coordinates and the coordinates of an external coordinate reference system. It is defined by specifying the position (in some geometric space) of the grid "origin" and of the vectors that specify the post locations. Note that the grid limits (post indexes) and axis name properties are inherited from gml:GridType and that gml:RectifiedGrid adds a gml:origin property (contains or references a gml:Point) and a set of gml:offsetVector properties.
Since:
2017.0
See Also:
  • Field Details

    • ORIGIN_PROPERTY

      public static final TLcdDataProperty ORIGIN_PROPERTY
      Data property that maps to the origin element. The possible values for this property are instances of TLcdGML32PointProperty.
    • OFFSET_VECTOR_PROPERTY

      public static final TLcdDataProperty OFFSET_VECTOR_PROPERTY
      Data property that maps to the offsetVector element. The possible values for this property are instances of List<TLcdGML32Vector>.
  • Constructor Details

    • TLcdGML32RectifiedGrid

      public TLcdGML32RectifiedGrid()
    • TLcdGML32RectifiedGrid

      public TLcdGML32RectifiedGrid(TLcdDataType aType)
  • Method Details