Class TLcdGML32ValueArrayProperty

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32ValueArrayProperty
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdGML32ValueArrayProperty extends TLcdDataObject
Since:
10.0
  • Field Details

    • OWNS_PROPERTY

      public static final TLcdDataProperty OWNS_PROPERTY
      Data property that maps to the owns attribute. The possible values for this property are instances of boolean.
    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the choice between the AbstractValue and AbstractGeometry and AbstractTimeObject and Null elements. The possible values for this property are instances of java.util.List with elements of class
  • Constructor Details

    • TLcdGML32ValueArrayProperty

      public TLcdGML32ValueArrayProperty()
    • TLcdGML32ValueArrayProperty

      public TLcdGML32ValueArrayProperty(TLcdDataType aType)
  • Method Details

    • getOwns

      public boolean getOwns()
      Returns the value of the property that maps to the owns attribute.
      Returns:
      the value of the OWNS_PROPERTY property.
    • setOwns

      public void setOwns(boolean aValue)
      Sets the value of the property that maps to the owns attribute.
      Parameters:
      aValue - the value to set for the OWNS_PROPERTY property.
    • getValue

      public List<Object> getValue()
      Returns the value of the property that maps to the choice between the AbstractValue and AbstractGeometry and AbstractTimeObject and Null elements.

      The possible values for this property are instances of java.util.List with elements of class

      Returns:
      the value of the VALUE_PROPERTY property.