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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the choice between theBoolean
andCategory
andQuantity
andCount
andBooleanList
andCategoryList
andQuantityList
andCountList
andCategoryExtent
andQuantityExtent
andCountExtent
andCompositeValue
and_Object
andNull
elements. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Returns the value of the property that maps to the choice between theBoolean
andCategory
andQuantity
andCount
andBooleanList
andCategoryList
andQuantityList
andCountList
andCategoryExtent
andQuantityExtent
andCountExtent
andCompositeValue
and_Object
andNull
elements.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 theBoolean
andCategory
andQuantity
andCount
andBooleanList
andCategoryList
andQuantityList
andCountList
andCategoryExtent
andQuantityExtent
andCountExtent
andCompositeValue
and_Object
andNull
elements. The possible values for this property are instances ofjava.util.List
with elements of classILcdBooleanList
TLcdGML31Code
TLcdGML31Measure
ILcdLongList
List<Object>
TLcdGML31CodeOrNullList
TLcdGML31MeasureOrNullList
List<Object>
TLcdGML31CategoryExtent
TLcdGML31QuantityExtent
List<Object>
TLcdGML31CompositeValue
Object
- One of
-
-
Constructor Details
-
TLcdGML31ValueArrayProperty
public TLcdGML31ValueArrayProperty() -
TLcdGML31ValueArrayProperty
-
-
Method Details
-
getValue
Returns the value of the property that maps to the choice between theBoolean
andCategory
andQuantity
andCount
andBooleanList
andCategoryList
andQuantityList
andCountList
andCategoryExtent
andQuantityExtent
andCountExtent
andCompositeValue
and_Object
andNull
elements.The possible values for this property are instances of
java.util.List
with elements of classILcdBooleanList
TLcdGML31Code
TLcdGML31Measure
ILcdLongList
List<Object>
TLcdGML31CodeOrNullList
TLcdGML31MeasureOrNullList
List<Object>
TLcdGML31CategoryExtent
TLcdGML31QuantityExtent
List<Object>
TLcdGML31CompositeValue
Object
- One of
- Returns:
- the value of the
VALUE_PROPERTY
property.
-