Class TLcdGML31Box

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdBounds, ILcdShape, ILcd2DEditableBounds, ILcd2DEditableShape, ILcd3DEditableBounds, ILcd3DEditableShape, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML31Box extends TLcdGML31Envelope
Since:
10.0
See Also:
  • Field Details

    • COORD_PROPERTY

      public static final TLcdDataProperty COORD_PROPERTY
      Property that maps on the coord element. Acceptable values for this property are instances of java.util.List<com.luciad.format.gml31.model.TLcdGML31Coord>.
  • Constructor Details

    • TLcdGML31Box

      public TLcdGML31Box()
    • TLcdGML31Box

      public TLcdGML31Box(TLcdDataType aType)
  • Method Details

    • getCoord

      public List<TLcdGML31Coord> getCoord()
      Gets the value of the COORD_PROPERTY property.

      Deprecated with GML 3.0 and included for backwards compatibility with GML 2. Use the "pos" element instead.

      Returns:
      the value of the COORD_PROPERTY property.