Package net.opengis.gml311
Interface AbstractContinuousCoverageType
-
- All Superinterfaces:
AbstractCoverageType
,AbstractFeatureType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
AbstractContinuousCoverageTypeImpl
public interface AbstractContinuousCoverageType extends AbstractCoverageType
A representation of the model object 'Abstract Continuous Coverage Type'. A continuous coverage as defined in ISO 19123 is a coverage that can return different values for the same feature attribute at different direct positions within a single spatiotemporal object in its spatiotemporal domainThe following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoverageFunctionType
getCoverageFunction()
Returns the value of the 'Coverage Function' containment reference.void
setCoverageFunction(CoverageFunctionType value)
Sets the value of the 'Coverage Function
' containment reference.-
Methods inherited from interface AbstractCoverageType
getDimension, getDomainSet, getDomainSetGroup, getRangeSet, setDimension, setDomainSet, setRangeSet
-
Methods inherited from interface AbstractFeatureType
getBoundedBy, getLocation, getLocationGroup, setBoundedBy, setLocation
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getCoverageFunction
CoverageFunctionType getCoverageFunction()
Returns the value of the 'Coverage Function' containment reference.If the meaning of the 'Coverage Function' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Coverage Function' containment reference.
- See Also:
setCoverageFunction(CoverageFunctionType)
,Gml311Package.getAbstractContinuousCoverageType_CoverageFunction()
-
setCoverageFunction
void setCoverageFunction(CoverageFunctionType value)
Sets the value of the 'Coverage Function
' containment reference.- Parameters:
value
- the new value of the 'Coverage Function' containment reference.- See Also:
getCoverageFunction()
-
-