Package com.luciad.format.gml31.model
Class TLcdGML31IndexMap
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31GridFunction
com.luciad.format.gml31.model.TLcdGML31IndexMap
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
Exends GridFunctionType with a lookUpTable. This contains a list of indexes of members within the rangeSet corresponding with the members of the domainSet. The domainSet is traversed in list order if it is enumerated explicitly, or in the order specified by a SequenceRule if the domain is an implicit set. The length of the lookUpTable corresponds with the length of the subset of the domainSet for which the coverage is defined.
- Since:
- 2018.1
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thelookUpTable
element.Fields inherited from class com.luciad.format.gml31.model.TLcdGML31GridFunction
SEQUENCE_RULE_PROPERTY, START_POINT_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thelookUpTable
element.void
setLookUpTable
(ILcdLongList aValue) Sets the value of the property that maps to thelookUpTable
element.Methods inherited from class com.luciad.format.gml31.model.TLcdGML31GridFunction
getSequenceRule, getStartPoint, setSequenceRule, setStartPoint
Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
LOOK_UP_TABLE_PROPERTY
Data property that maps to thelookUpTable
element. The possible values for this property are instances ofILcdLongList
.
-
-
Constructor Details
-
TLcdGML31IndexMap
public TLcdGML31IndexMap() -
TLcdGML31IndexMap
-
-
Method Details
-
getLookUpTable
Returns the value of the property that maps to thelookUpTable
element.- Returns:
- the value of the
LOOK_UP_TABLE_PROPERTY
property.
-
setLookUpTable
Sets the value of the property that maps to thelookUpTable
element.- Parameters:
aValue
- the value to set for theLOOK_UP_TABLE_PROPERTY
property.
-