Package net.opengis.wcs10
Interface DomainSubsetType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DomainSubsetTypeImpl
public interface DomainSubsetType
extends EObject
A representation of the model object 'Domain Subset Type'.
Defines the desired subset of the domain set of the coverage. Is a GML property containing either or both spatialSubset and temporalSubset GML objects.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Spatial Subset' containment reference.Returns the value of the 'Temporal Subset' containment reference.Returns the value of the 'Temporal Subset1' containment reference.void
Sets the value of the 'Spatial Subset
' containment reference.void
Sets the value of the 'Temporal Subset
' containment reference.void
Sets the value of the 'Temporal Subset1
' containment reference.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
-
getSpatialSubset
SpatialSubsetType getSpatialSubset()Returns the value of the 'Spatial Subset' containment reference.If the meaning of the 'Spatial Subset' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Spatial Subset' containment reference.
- See Also:
-
setSpatialSubset
Sets the value of the 'Spatial Subset
' containment reference.- Parameters:
value
- the new value of the 'Spatial Subset' containment reference.- See Also:
-
getTemporalSubset
TimeSequenceType getTemporalSubset()Returns the value of the 'Temporal Subset' containment reference.If the meaning of the 'Temporal Subset' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Temporal Subset' containment reference.
- See Also:
-
setTemporalSubset
Sets the value of the 'Temporal Subset
' containment reference.- Parameters:
value
- the new value of the 'Temporal Subset' containment reference.- See Also:
-
getTemporalSubset1
TimeSequenceType getTemporalSubset1()Returns the value of the 'Temporal Subset1' containment reference.If the meaning of the 'Temporal Subset1' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Temporal Subset1' containment reference.
- See Also:
-
setTemporalSubset1
Sets the value of the 'Temporal Subset1
' containment reference.- Parameters:
value
- the new value of the 'Temporal Subset1' containment reference.- See Also:
-