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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the choice between theValueArray
andAbstractScalarValueList
andDataBlock
andFile
elements. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theValueArray
andAbstractScalarValueList
andDataBlock
andFile
elements.void
setCoverageValues
(Object aValue) Sets the value of the property that maps to the choice between theValueArray
andAbstractScalarValueList
andDataBlock
andFile
elements.
-
Field Details
-
COVERAGE_VALUES_PROPERTY
Data property that maps to the choice between theValueArray
andAbstractScalarValueList
andDataBlock
andFile
elements. The possible values for this property are instances ofList<TLcdGML32ValueArray>
List<Object>
TLcdGML32DataBlock
TLcdGML32File
-
-
Constructor Details
-
TLcdGML32RangeSet
public TLcdGML32RangeSet() -
TLcdGML32RangeSet
-
-
Method Details
-
getCoverageValues
Returns the value of the property that maps to the choice between theValueArray
andAbstractScalarValueList
andDataBlock
andFile
elements.The possible values for this property are instances of
List<TLcdGML32ValueArray>
List<Object>
TLcdGML32DataBlock
TLcdGML32File
- Returns:
- the value of the
COVERAGE_VALUES_PROPERTY
property.
-
setCoverageValues
Sets the value of the property that maps to the choice between theValueArray
andAbstractScalarValueList
andDataBlock
andFile
elements.The possible values for this property are instances of
List<TLcdGML32ValueArray>
List<Object>
TLcdGML32DataBlock
TLcdGML32File
- Parameters:
aValue
- the value to set for theCOVERAGE_VALUES_PROPERTY
property.
-