Class TLcdGML31FeatureArrayProperty

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31FeatureArrayProperty
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML31FeatureArrayProperty extends TLcdFeaturedDataObject
Container for features - follow gml:ArrayAssociationType pattern.
Since:
10.0
See Also:
  • Field Details

    • FEATURE_PROPERTY

      public static final TLcdDataProperty FEATURE_PROPERTY
      Data property that maps to the _Feature element. The possible values for this property are instances of List<TLcdGML31AbstractFeature>.
  • Constructor Details

    • TLcdGML31FeatureArrayProperty

      public TLcdGML31FeatureArrayProperty()
    • TLcdGML31FeatureArrayProperty

      public TLcdGML31FeatureArrayProperty(TLcdDataType aType)
  • Method Details