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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theValueArrayandBooleanListandCategoryListandQuantityListandCountListandDataBlockandFileelements. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Returns the value of the property that maps to the choice between theValueArrayandBooleanListandCategoryListandQuantityListandCountListandDataBlockandFileelements.voidSets the value of the property that maps to the choice between theValueArrayandBooleanListandCategoryListandQuantityListandCountListandDataBlockandFileelements.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 theValueArrayandBooleanListandCategoryListandQuantityListandCountListandDataBlockandFileelements. The possible values for this property are instances ofList<TLcdGML31ValueArray>List<List<Object>>List<TLcdGML31CodeOrNullList>List<TLcdGML31MeasureOrNullList>List<List<Object>>TLcdGML31DataBlockTLcdGML31File
-
-
Constructor Details
-
TLcdGML31RangeSet
public TLcdGML31RangeSet() -
TLcdGML31RangeSet
-
-
Method Details
-
getValue
Returns the value of the property that maps to the choice between theValueArrayandBooleanListandCategoryListandQuantityListandCountListandDataBlockandFileelements.The possible values for this property are instances of
List<TLcdGML31ValueArray>List<List<Object>>List<TLcdGML31CodeOrNullList>List<TLcdGML31MeasureOrNullList>List<List<Object>>TLcdGML31DataBlockTLcdGML31File
- Returns:
- the value of the
VALUE_PROPERTYproperty.
-
setValue
Sets the value of the property that maps to the choice between theValueArrayandBooleanListandCategoryListandQuantityListandCountListandDataBlockandFileelements.The possible values for this property are instances of
List<TLcdGML31ValueArray>List<List<Object>>List<TLcdGML31CodeOrNullList>List<TLcdGML31MeasureOrNullList>List<List<Object>>TLcdGML31DataBlockTLcdGML31File
- Parameters:
aValue- the value to set for theVALUE_PROPERTYproperty.
-