Package net.opengis.gml311
Interface IndexMapType
-
- All Superinterfaces:
EObject
,GridFunctionType
,Notifier
- All Known Implementing Classes:
IndexMapTypeImpl
public interface IndexMapType extends GridFunctionType
A representation of the model object 'Index Map Type'. 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.The following features are supported:
- See Also:
Gml311Package.getIndexMapType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<BigInteger>
getLookUpTable()
Returns the value of the 'Look Up Table' attribute.void
setLookUpTable(List<BigInteger> value)
Sets the value of the 'Look Up Table
' attribute.-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface GridFunctionType
getSequenceRule, getStartPoint, setSequenceRule, setStartPoint
-
-
-
-
Method Detail
-
getLookUpTable
List<BigInteger> getLookUpTable()
Returns the value of the 'Look Up Table' attribute.If the meaning of the 'Look Up Table' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Look Up Table' attribute.
- See Also:
setLookUpTable(List)
,Gml311Package.getIndexMapType_LookUpTable()
-
setLookUpTable
void setLookUpTable(List<BigInteger> value)
Sets the value of the 'Look Up Table
' attribute.- Parameters:
value
- the new value of the 'Look Up Table' attribute.- See Also:
getLookUpTable()
-
-