Package net.opengis.gml311
Interface GridCoverageType
- All Superinterfaces:
AbstractCoverageType,AbstractDiscreteCoverageType,AbstractFeatureType,AbstractGMLType,EObject,Notifier
- All Known Implementing Classes:
GridCoverageTypeImpl
A representation of the model object 'Grid Coverage Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Grid Domain' containment reference.voidsetGridDomain(GridDomainType value) Sets the value of the 'Grid Domain' containment reference.Methods inherited from interface AbstractCoverageType
getDimension, getDomainSet, getDomainSetGroup, getRangeSet, setDimension, setDomainSet, setRangeSetMethods inherited from interface AbstractDiscreteCoverageType
getCoverageFunction, setCoverageFunctionMethods 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
-
getGridDomain
GridDomainType getGridDomain()Returns the value of the 'Grid Domain' containment reference.If the meaning of the 'Grid Domain' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Grid Domain' containment reference.
- See Also:
-
setGridDomain
Sets the value of the 'Grid Domain' containment reference.- Parameters:
value- the new value of the 'Grid Domain' containment reference.- See Also:
-