Package net.opengis.gml311
Interface CoverageFunctionType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- CoverageFunctionTypeImpl
 
 public interface CoverageFunctionType extends EObjectA 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description GridFunctionTypegetGridFunction()Returns the value of the 'Grid Function' containment reference.FeatureMapgetGridFunctionGroup()Returns the value of the 'Grid Function Group' attribute list.StringOrRefTypegetMappingRule()Returns the value of the 'Mapping Rule' containment reference.voidsetGridFunction(GridFunctionType value)Sets the value of the 'Grid Function' containment reference.voidsetMappingRule(StringOrRefType value)Sets the value of the 'Mapping Rule' containment reference.
 
- 
- 
- 
Method Detail- 
getMappingRuleStringOrRefType 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()
 
 - 
setMappingRulevoid 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()
 
 - 
getGridFunctionGroupFeatureMap 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()
 
 - 
getGridFunctionGridFunctionType 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()
 
 - 
setGridFunctionvoid 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()
 
 
- 
 
-