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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to themembers
element.Fields inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
DESCRIPTION_PROPERTY, ID_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to themembers
element.void
setMembers
(TLcdGML31ArrayAssociation aValue) Sets the value of the property that maps to themembers
element.Methods inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
getDescription, getId, getMetaDataProperty, getName, setDescription, setId
Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
MEMBERS_PROPERTY
Data property that maps to themembers
element. 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 themembers
element.- Returns:
- the value of the
MEMBERS_PROPERTY
property.
-
setMembers
Sets the value of the property that maps to themembers
element.- Parameters:
aValue
- the value to set for theMEMBERS_PROPERTY
property.
-