Package net.opengis.wcs10
Interface DomainSetType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DomainSetTypeImpl
public interface DomainSetType
extends EObject
A representation of the model object 'Domain Set Type'.
Defines the spatial-temporal domain set of a coverage offering. The domainSet shall include a SpatialDomain (describing the spatial locations for which coverages can be requested), a TemporalDomain (describing the time instants or inter-vals for which coverages can be requested), or both.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Spatial Domain' containment reference.Returns the value of the 'Temporal Domain' containment reference.Returns the value of the 'Temporal Domain1' containment reference.void
Sets the value of the 'Spatial Domain
' containment reference.void
Sets the value of the 'Temporal Domain
' containment reference.void
Sets the value of the 'Temporal Domain1
' 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
-
getSpatialDomain
SpatialDomainType getSpatialDomain()Returns the value of the 'Spatial Domain' containment reference.If the meaning of the 'Spatial Domain' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Spatial Domain' containment reference.
- See Also:
-
setSpatialDomain
Sets the value of the 'Spatial Domain
' containment reference.- Parameters:
value
- the new value of the 'Spatial Domain' containment reference.- See Also:
-
getTemporalDomain
TimeSequenceType getTemporalDomain()Returns the value of the 'Temporal Domain' containment reference. Defines the temporal domain of a coverage offering, that is, the times for which valid data are available. The times shall to be ordered from the oldest to the newest.- Returns:
- the value of the 'Temporal Domain' containment reference.
- See Also:
-
setTemporalDomain
Sets the value of the 'Temporal Domain
' containment reference.- Parameters:
value
- the new value of the 'Temporal Domain' containment reference.- See Also:
-
getTemporalDomain1
TimeSequenceType getTemporalDomain1()Returns the value of the 'Temporal Domain1' containment reference. Defines the temporal domain of a coverage offering, that is, the times for which valid data are available. The times shall to be ordered from the oldest to the newest.- Returns:
- the value of the 'Temporal Domain1' containment reference.
- See Also:
-
setTemporalDomain1
Sets the value of the 'Temporal Domain1
' containment reference.- Parameters:
value
- the new value of the 'Temporal Domain1' containment reference.- See Also:
-