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.voidSets the value of the 'Coverage Function' containment reference.Methods inherited from interface AbstractCoverageType
getDimension, getDomainSet, getDomainSetGroup, getRangeSet, setDimension, setDomainSet, setRangeSetMethods inherited from interface AbstractFeatureType
getBoundedBy, getLocation, getLocationGroup, setBoundedBy, setLocationMethods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods 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:
-