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 SummaryModifier 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.voidSets the value of the 'Spatial Subset' containment reference.voidSets the value of the 'Temporal Subset' containment reference.voidSets the value of the 'Temporal Subset1' containment reference.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getSpatialSubsetSpatialSubsetType 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:
 
- 
setSpatialSubsetSets the value of the 'Spatial Subset' containment reference.- Parameters:
- value- the new value of the 'Spatial Subset' containment reference.
- See Also:
 
- 
getTemporalSubsetTimeSequenceType 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:
 
- 
setTemporalSubsetSets the value of the 'Temporal Subset' containment reference.- Parameters:
- value- the new value of the 'Temporal Subset' containment reference.
- See Also:
 
- 
getTemporalSubset1TimeSequenceType 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:
 
- 
setTemporalSubset1Sets the value of the 'Temporal Subset1' containment reference.- Parameters:
- value- the new value of the 'Temporal Subset1' containment reference.
- See Also:
 
 
-