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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thelookUpTableelement.Fields inherited from class com.luciad.format.gml31.model.TLcdGML31GridFunction
SEQUENCE_RULE_PROPERTY, START_POINT_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thelookUpTableelement.voidsetLookUpTable(ILcdLongList aValue) Sets the value of the property that maps to thelookUpTableelement.Methods inherited from class com.luciad.format.gml31.model.TLcdGML31GridFunction
getSequenceRule, getStartPoint, setSequenceRule, setStartPointMethods 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 thelookUpTableelement. 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 thelookUpTableelement.- Returns:
- the value of the
LOOK_UP_TABLE_PROPERTYproperty.
-
setLookUpTable
Sets the value of the property that maps to thelookUpTableelement.- Parameters:
aValue- the value to set for theLOOK_UP_TABLE_PROPERTYproperty.
-