Package net.opengis.gml311
Interface AbstractCoverageType
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,EObject,Notifier
- All Known Subinterfaces:
AbstractContinuousCoverageType,AbstractDiscreteCoverageType,GridCoverageType,MultiCurveCoverageType,MultiPointCoverageType,MultiSolidCoverageType,MultiSurfaceCoverageType,RectifiedGridCoverageType
- All Known Implementing Classes:
AbstractContinuousCoverageTypeImpl,AbstractCoverageTypeImpl,AbstractDiscreteCoverageTypeImpl,GridCoverageTypeImpl,MultiCurveCoverageTypeImpl,MultiPointCoverageTypeImpl,MultiSolidCoverageTypeImpl,MultiSurfaceCoverageTypeImpl,RectifiedGridCoverageTypeImpl
A representation of the model object 'Abstract Coverage Type'.
Abstract element which acts as the head of a substitution group for coverages. Note that a coverage is a GML feature.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Dimension' attribute.Returns the value of the 'Domain Set' containment reference.FeatureMapReturns the value of the 'Domain Set Group' attribute list.Returns the value of the 'Range Set' containment reference.voidsetDimension(BigInteger value) Sets the value of the 'Dimension' attribute.voidsetDomainSet(DomainSetType value) Sets the value of the 'Domain Set' containment reference.voidsetRangeSet(RangeSetType value) Sets the value of the 'Range Set' containment reference.Methods 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
-
getDomainSetGroup
FeatureMap getDomainSetGroup()Returns the value of the 'Domain Set Group' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Domain Set Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Domain Set Group' attribute list.
- See Also:
-
getDomainSet
DomainSetType getDomainSet()Returns the value of the 'Domain Set' containment reference.If the meaning of the 'Domain Set' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Domain Set' containment reference.
- See Also:
-
setDomainSet
Sets the value of the 'Domain Set' containment reference.- Parameters:
value- the new value of the 'Domain Set' containment reference.- See Also:
-
getRangeSet
RangeSetType getRangeSet()Returns the value of the 'Range Set' containment reference.If the meaning of the 'Range Set' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Range Set' containment reference.
- See Also:
-
setRangeSet
Sets the value of the 'Range Set' containment reference.- Parameters:
value- the new value of the 'Range Set' containment reference.- See Also:
-
getDimension
BigInteger getDimension()Returns the value of the 'Dimension' attribute.If the meaning of the 'Dimension' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Dimension' attribute.
- See Also:
-
setDimension
Sets the value of the 'Dimension' attribute.- Parameters:
value- the new value of the 'Dimension' attribute.- See Also:
-