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 listThe following features are supported:
- See Also:
Gml311Package.getCoverageFunctionType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GridFunctionType
getGridFunction()
Returns the value of the 'Grid Function' containment reference.FeatureMap
getGridFunctionGroup()
Returns the value of the 'Grid Function Group' attribute list.StringOrRefType
getMappingRule()
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.
-
-
-
Method Detail
-
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(StringOrRefType)
,Gml311Package.getCoverageFunctionType_MappingRule()
-
setMappingRule
void setMappingRule(StringOrRefType value)
Sets the value of the 'Mapping Rule
' containment reference.- Parameters:
value
- the new value of the 'Mapping Rule' containment reference.- See Also:
getMappingRule()
-
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:
Gml311Package.getCoverageFunctionType_GridFunctionGroup()
-
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(GridFunctionType)
,Gml311Package.getCoverageFunctionType_GridFunction()
-
setGridFunction
void setGridFunction(GridFunctionType value)
Sets the value of the 'Grid Function
' containment reference.- Parameters:
value
- the new value of the 'Grid Function' containment reference.- See Also:
getGridFunction()
-
-