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
public interface AbstractCoverageType extends AbstractFeatureType
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:
Gml311Package.getAbstractCoverageType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigIntegergetDimension()Returns the value of the 'Dimension' attribute.DomainSetTypegetDomainSet()Returns the value of the 'Domain Set' containment reference.FeatureMapgetDomainSetGroup()Returns the value of the 'Domain Set Group' attribute list.RangeSetTypegetRangeSet()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, setLocation
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
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:
Gml311Package.getAbstractCoverageType_DomainSetGroup()
-
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(DomainSetType),Gml311Package.getAbstractCoverageType_DomainSet()
-
setDomainSet
void setDomainSet(DomainSetType value)
Sets the value of the 'Domain Set' containment reference.- Parameters:
value- the new value of the 'Domain Set' containment reference.- See Also:
getDomainSet()
-
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(RangeSetType),Gml311Package.getAbstractCoverageType_RangeSet()
-
setRangeSet
void setRangeSet(RangeSetType value)
Sets the value of the 'Range Set' containment reference.- Parameters:
value- the new value of the 'Range Set' containment reference.- See Also:
getRangeSet()
-
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(BigInteger),Gml311Package.getAbstractCoverageType_Dimension()
-
setDimension
void setDimension(BigInteger value)
Sets the value of the 'Dimension' attribute.- Parameters:
value- the new value of the 'Dimension' attribute.- See Also:
getDimension()
-
-