Class TLcdKML22Vec2

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.geometry.TLcdKML22Vec2
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdKML22Vec2 extends TLcdDataObject
Domain class modeling the KML vec2Type type.

Since:
10.0
  • Field Details

    • X_PROPERTY

      public static final TLcdDataProperty X_PROPERTY
      Data property that maps to the x attribute. The possible values for this property are instances of double.
    • XUNITS_PROPERTY

      public static final TLcdDataProperty XUNITS_PROPERTY
      Data property that maps to the xunits attribute. The possible values for this property are instances of ELcdKML22Units.
    • Y_PROPERTY

      public static final TLcdDataProperty Y_PROPERTY
      Data property that maps to the y attribute. The possible values for this property are instances of double.
    • YUNITS_PROPERTY

      public static final TLcdDataProperty YUNITS_PROPERTY
      Data property that maps to the yunits attribute. The possible values for this property are instances of ELcdKML22Units.
  • Constructor Details

    • TLcdKML22Vec2

      public TLcdKML22Vec2()
    • TLcdKML22Vec2

      public TLcdKML22Vec2(TLcdDataType aType)
  • Method Details

    • getX

      public double getX()
      Returns the value of the property that maps to the x attribute.
      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 attribute.
      Parameters:
      aValue - the value to set for the X_PROPERTY property.
    • getXunits

      public ELcdKML22Units getXunits()
      Returns the value of the property that maps to the xunits attribute.
      Returns:
      the value of the XUNITS_PROPERTY property.
    • setXunits

      public void setXunits(ELcdKML22Units aValue)
      Sets the value of the property that maps to the xunits attribute.
      Parameters:
      aValue - the value to set for the XUNITS_PROPERTY property.
    • getY

      public double getY()
      Returns the value of the property that maps to the y attribute.
      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 attribute.
      Parameters:
      aValue - the value to set for the Y_PROPERTY property.
    • getYunits

      public ELcdKML22Units getYunits()
      Returns the value of the property that maps to the yunits attribute.
      Returns:
      the value of the YUNITS_PROPERTY property.
    • setYunits

      public void setYunits(ELcdKML22Units aValue)
      Sets the value of the property that maps to the yunits attribute.
      Parameters:
      aValue - the value to set for the YUNITS_PROPERTY property.