Class TLcdGML31Coord

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

public class TLcdGML31Coord extends TLcdFeaturedDataObject
Represents a coordinate tuple in one, two, or three dimensions. Deprecated with GML 3.0 and replaced by DirectPositionType.
Since:
10.0
See Also:
  • Field Details

    • X_PROPERTY

      public static final TLcdDataProperty X_PROPERTY
      Data property that maps to the X element. The possible values for this property are instances of double.
    • Y_PROPERTY

      public static final TLcdDataProperty Y_PROPERTY
      Data property that maps to the Y element. The possible values for this property are instances of Double.
    • Z_PROPERTY

      public static final TLcdDataProperty Z_PROPERTY
      Data property that maps to the Z element. The possible values for this property are instances of Double.
  • Constructor Details

    • TLcdGML31Coord

      public TLcdGML31Coord()
    • TLcdGML31Coord

      public TLcdGML31Coord(TLcdDataType aType)
  • Method Details

    • getX

      public double getX()
      Returns the value of the property that maps to the X element.
      Returns:
      the value of the X_PROPERTY property.
    • setX

      public void setX(double aValue)
      Sets the value of the property that maps to the X element.
      Parameters:
      aValue - the value to set for the X_PROPERTY property.
    • getY

      public Double getY()
      Returns the value of the property that maps to the Y element.
      Returns:
      the value of the Y_PROPERTY property.
    • setY

      public void setY(Double aValue)
      Sets the value of the property that maps to the Y element.
      Parameters:
      aValue - the value to set for the Y_PROPERTY property.
    • getZ

      public Double getZ()
      Returns the value of the property that maps to the Z element.
      Returns:
      the value of the Z_PROPERTY property.
    • setZ

      public void setZ(Double aValue)
      Sets the value of the property that maps to the Z element.
      Parameters:
      aValue - the value to set for the Z_PROPERTY property.