Package com.luciad.format.gml31.model
Class TLcdGML31ValueArrayProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31ValueArrayProperty
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
GML property which refers to, or contains, a set of homogeneously typed Values.
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theBooleanandCategoryandQuantityandCountandBooleanListandCategoryListandQuantityListandCountListandCategoryExtentandQuantityExtentandCountExtentandCompositeValueand_ObjectandNullelements. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Returns the value of the property that maps to the choice between theBooleanandCategoryandQuantityandCountandBooleanListandCategoryListandQuantityListandCountListandCategoryExtentandQuantityExtentandCountExtentandCompositeValueand_ObjectandNullelements.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
VALUE_PROPERTY
Data property that maps to the choice between theBooleanandCategoryandQuantityandCountandBooleanListandCategoryListandQuantityListandCountListandCategoryExtentandQuantityExtentandCountExtentandCompositeValueand_ObjectandNullelements. The possible values for this property are instances ofjava.util.Listwith elements of classILcdBooleanListTLcdGML31CodeTLcdGML31MeasureILcdLongListList<Object>TLcdGML31CodeOrNullListTLcdGML31MeasureOrNullListList<Object>TLcdGML31CategoryExtentTLcdGML31QuantityExtentList<Object>TLcdGML31CompositeValueObject- One of
-
-
Constructor Details
-
TLcdGML31ValueArrayProperty
public TLcdGML31ValueArrayProperty() -
TLcdGML31ValueArrayProperty
-
-
Method Details
-
getValue
Returns the value of the property that maps to the choice between theBooleanandCategoryandQuantityandCountandBooleanListandCategoryListandQuantityListandCountListandCategoryExtentandQuantityExtentandCountExtentandCompositeValueand_ObjectandNullelements.The possible values for this property are instances of
java.util.Listwith elements of classILcdBooleanListTLcdGML31CodeTLcdGML31MeasureILcdLongListList<Object>TLcdGML31CodeOrNullListTLcdGML31MeasureOrNullListList<Object>TLcdGML31CategoryExtentTLcdGML31QuantityExtentList<Object>TLcdGML31CompositeValueObject- One of
- Returns:
- the value of the
VALUE_PROPERTYproperty.
-