Package net.opengis.gml311
Interface GridFunctionType
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
IndexMapType
- All Known Implementing Classes:
GridFunctionTypeImpl
,IndexMapTypeImpl
public interface GridFunctionType
extends EObject
A representation of the model object 'Grid Function Type'.
Defines how values in the domain are mapped to the range set. The start point and the sequencing rule are specified here.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Sequence Rule' containment reference.Returns the value of the 'Start Point' attribute.void
setSequenceRule
(SequenceRuleType value) Sets the value of the 'Sequence Rule
' containment reference.void
setStartPoint
(List<BigInteger> value) Sets the value of the 'Start Point
' 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 Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSequenceRule
SequenceRuleType getSequenceRule()Returns the value of the 'Sequence Rule' containment reference. If absent, the implied value is "Linear".- Returns:
- the value of the 'Sequence Rule' containment reference.
- See Also:
-
setSequenceRule
Sets the value of the 'Sequence Rule
' containment reference.- Parameters:
value
- the new value of the 'Sequence Rule' containment reference.- See Also:
-
getStartPoint
List<BigInteger> getStartPoint()Returns the value of the 'Start Point' attribute. Index position of the first grid post, which must lie somwhere in the GridEnvelope. If absent, the startPoint is equal to the value of gridEnvelope::low from the grid definition.- Returns:
- the value of the 'Start Point' attribute.
- See Also:
-
setStartPoint
Sets the value of the 'Start Point
' attribute.- Parameters:
value
- the new value of the 'Start Point' attribute.- See Also:
-