Package com.luciad.format.gml32.model
Class TLcdGML32RangeSet
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32RangeSet
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
The gml:rangeSet property element contains the values of the coverage (sometimes called the attribute values). Its content model is given by gml:RangeSetType.
This content model supports a structural description of the range. The semantic information describing the range set is embedded using a uniform method, as part of the explicit values, or as a template value accompanying the representation using gml:DataBlock and gml:File.
The values from each component (or "band") in the range may be encoded within a gml:ValueArray element or a concrete member of the gml:AbstractScalarValueList substitution group . Use of these elements satisfies the value-type homogeneity requirement.
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theValueArrayandAbstractScalarValueListandDataBlockandFileelements. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theValueArrayandAbstractScalarValueListandDataBlockandFileelements.voidsetCoverageValues(Object aValue) Sets the value of the property that maps to the choice between theValueArrayandAbstractScalarValueListandDataBlockandFileelements.
-
Field Details
-
COVERAGE_VALUES_PROPERTY
Data property that maps to the choice between theValueArrayandAbstractScalarValueListandDataBlockandFileelements. The possible values for this property are instances ofList<TLcdGML32ValueArray>List<Object>TLcdGML32DataBlockTLcdGML32File
-
-
Constructor Details
-
TLcdGML32RangeSet
public TLcdGML32RangeSet() -
TLcdGML32RangeSet
-
-
Method Details
-
getCoverageValues
Returns the value of the property that maps to the choice between theValueArrayandAbstractScalarValueListandDataBlockandFileelements.The possible values for this property are instances of
List<TLcdGML32ValueArray>List<Object>TLcdGML32DataBlockTLcdGML32File
- Returns:
- the value of the
COVERAGE_VALUES_PROPERTYproperty.
-
setCoverageValues
Sets the value of the property that maps to the choice between theValueArrayandAbstractScalarValueListandDataBlockandFileelements.The possible values for this property are instances of
List<TLcdGML32ValueArray>List<Object>TLcdGML32DataBlockTLcdGML32File
- Parameters:
aValue- the value to set for theCOVERAGE_VALUES_PROPERTYproperty.
-