Package net.opengis.gml311
Interface AbstractContinuousCoverageType
- All Superinterfaces:
AbstractCoverageType
,AbstractFeatureType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
AbstractContinuousCoverageTypeImpl
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 domain
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Coverage Function' containment reference.void
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
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
-
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
Sets the value of the 'Coverage Function
' containment reference.- Parameters:
value
- the new value of the 'Coverage Function' containment reference.- See Also:
-