Package com.luciad.format.gml31.model
Class TLcdGML31RangeSet
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31RangeSet
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
- Since:
- 2018.1
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the choice between theValueArray
andBooleanList
andCategoryList
andQuantityList
andCountList
andDataBlock
andFile
elements. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Returns the value of the property that maps to the choice between theValueArray
andBooleanList
andCategoryList
andQuantityList
andCountList
andDataBlock
andFile
elements.void
Sets the value of the property that maps to the choice between theValueArray
andBooleanList
andCategoryList
andQuantityList
andCountList
andDataBlock
andFile
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 theValueArray
andBooleanList
andCategoryList
andQuantityList
andCountList
andDataBlock
andFile
elements. The possible values for this property are instances ofList<TLcdGML31ValueArray>
List<List<Object>>
List<TLcdGML31CodeOrNullList>
List<TLcdGML31MeasureOrNullList>
List<List<Object>>
TLcdGML31DataBlock
TLcdGML31File
-
-
Constructor Details
-
TLcdGML31RangeSet
public TLcdGML31RangeSet() -
TLcdGML31RangeSet
-
-
Method Details
-
getValue
Returns the value of the property that maps to the choice between theValueArray
andBooleanList
andCategoryList
andQuantityList
andCountList
andDataBlock
andFile
elements.The possible values for this property are instances of
List<TLcdGML31ValueArray>
List<List<Object>>
List<TLcdGML31CodeOrNullList>
List<TLcdGML31MeasureOrNullList>
List<List<Object>>
TLcdGML31DataBlock
TLcdGML31File
- Returns:
- the value of the
VALUE_PROPERTY
property.
-
setValue
Sets the value of the property that maps to the choice between theValueArray
andBooleanList
andCategoryList
andQuantityList
andCountList
andDataBlock
andFile
elements.The possible values for this property are instances of
List<TLcdGML31ValueArray>
List<List<Object>>
List<TLcdGML31CodeOrNullList>
List<TLcdGML31MeasureOrNullList>
List<List<Object>>
TLcdGML31DataBlock
TLcdGML31File
- Parameters:
aValue
- the value to set for theVALUE_PROPERTY
property.
-