Class TLcdGML31RectifiedGrid

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

public class TLcdGML31RectifiedGrid extends TLcdGML31Grid
A rectified grid has an origin and vectors that define its post locations.
Since:
2018.1
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 TLcdGML31PointProperty.
    • 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<TLcdGML31Vector>.
    • GID_PROPERTY

      public static final TLcdDataProperty GID_PROPERTY
      Property that maps on the gid attribute. Acceptable values for this property are instances of java.lang.String.
  • Constructor Details

    • TLcdGML31RectifiedGrid

      public TLcdGML31RectifiedGrid()
    • TLcdGML31RectifiedGrid

      public TLcdGML31RectifiedGrid(TLcdDataType aType)
  • Method Details

    • getOrigin

      public TLcdGML31Point getOrigin()
      Returns the value of the property that maps to the origin element.
      Returns:
      the value of the ORIGIN_PROPERTY property.
      See Also:
    • setOrigin

      public void setOrigin(TLcdGML31Point aValue)
      Sets the value of the property that maps to the origin element.
      Parameters:
      aValue - the value to set for the ORIGIN_PROPERTY property.
    • getOffsetVector

      public List<TLcdGML31Vector> getOffsetVector()
      Returns the value of the property that maps to the offsetVector element.
      Returns:
      the value of the OFFSET_VECTOR_PROPERTY property.
    • getGid

      public String getGid()
      Gets the value of the GID_PROPERTY property.

      This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used anymore and may be deleted in future versions of GML without further notice.

      Returns:
      the value of the GID_PROPERTY property.
    • setGid

      public void setGid(String aValue)
      Sets the value of the GID_PROPERTY property.

      This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used anymore and may be deleted in future versions of GML without further notice.

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