Class TLcdGML32AbstractFeatureMember

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractFeatureMember
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdGML32DynamicFeatureMember

public class TLcdGML32AbstractFeatureMember extends TLcdDataObject
To create a collection of GML features, a property type shall be derived by extension from gml:AbstractFeatureMemberType. By default, this abstract property type does not imply any ownership of the features in the collection. The owns attribute of gml:OwnershipAttributeGroup may be used on a property element instance to assert ownership of a feature in the collection. A collection shall not own a feature already owned by another object.
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.
  • Constructor Details

    • TLcdGML32AbstractFeatureMember

      public TLcdGML32AbstractFeatureMember()
    • TLcdGML32AbstractFeatureMember

      public TLcdGML32AbstractFeatureMember(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.