Package com.luciad.format.gml31.model
Class TLcdGML31Array
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31AbstractGML
com.luciad.format.gml31.model.TLcdGML31Array
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
A non-abstract generic collection type that can be used as a document element for a homogeneous collection of any GML types - Geometries, Topologies, Features ...
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thememberselement.Fields inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
DESCRIPTION_PROPERTY, ID_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thememberselement.voidsetMembers(TLcdGML31ArrayAssociation aValue) Sets the value of the property that maps to thememberselement.Methods inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
getDescription, getId, getMetaDataProperty, getName, setDescription, setIdMethods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
MEMBERS_PROPERTY
Data property that maps to thememberselement. The possible values for this property are instances ofTLcdGML31ArrayAssociation.
-
-
Constructor Details
-
TLcdGML31Array
public TLcdGML31Array() -
TLcdGML31Array
-
-
Method Details
-
getMembers
Returns the value of the property that maps to thememberselement.- Returns:
- the value of the
MEMBERS_PROPERTYproperty.
-
setMembers
Sets the value of the property that maps to thememberselement.- Parameters:
aValue- the value to set for theMEMBERS_PROPERTYproperty.
-