Class TLcdGML32InlineProperty

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

public class TLcdGML32InlineProperty 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.
    • ANY_PROPERTY

      public static final TLcdDataProperty ANY_PROPERTY
      Data any property. The possible values for this property are instances of Object.
  • Constructor Details

    • TLcdGML32InlineProperty

      public TLcdGML32InlineProperty()
    • TLcdGML32InlineProperty

      public TLcdGML32InlineProperty(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.
    • getAny

      public Object getAny()
      Returns the value of the any property.
      Returns:
      the value of the ANY_PROPERTY property.
    • setAny

      public void setAny(Object aValue)
      Sets the value of the any property.
      Parameters:
      aValue - the value to set for the ANY_PROPERTY property.