Package net.opengis.gml311
Interface CoverageFunctionType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
CoverageFunctionTypeImpl
public interface CoverageFunctionType
extends EObject
A representation of the model object 'Coverage Function Type'.
The function or rule which defines the map from members of the domainSet to the range.
More functions will be added to this list
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Grid Function' containment reference.FeatureMap
Returns the value of the 'Grid Function Group' attribute list.Returns the value of the 'Mapping Rule' containment reference.void
setGridFunction
(GridFunctionType value) Sets the value of the 'Grid Function
' containment reference.void
setMappingRule
(StringOrRefType value) Sets the value of the 'Mapping Rule
' containment reference.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
-
getMappingRule
StringOrRefType getMappingRule()Returns the value of the 'Mapping Rule' containment reference. Description of a rule for associating members from the domainSet with members of the rangeSet.- Returns:
- the value of the 'Mapping Rule' containment reference.
- See Also:
-
setMappingRule
Sets the value of the 'Mapping Rule
' containment reference.- Parameters:
value
- the new value of the 'Mapping Rule' containment reference.- See Also:
-
getGridFunctionGroup
FeatureMap getGridFunctionGroup()Returns the value of the 'Grid Function Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Grid Function Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Grid Function Group' attribute list.
- See Also:
-
getGridFunction
GridFunctionType getGridFunction()Returns the value of the 'Grid Function' containment reference.If the meaning of the 'Grid Function' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Grid Function' containment reference.
- See Also:
-
setGridFunction
Sets the value of the 'Grid Function
' containment reference.- Parameters:
value
- the new value of the 'Grid Function' containment reference.- See Also:
-