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:
Wcs10Package.getDomainSetType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpatialDomainType
getSpatialDomain()
Returns the value of the 'Spatial Domain' containment reference.TimeSequenceType
getTemporalDomain()
Returns the value of the 'Temporal Domain' containment reference.TimeSequenceType
getTemporalDomain1()
Returns the value of the 'Temporal Domain1' containment reference.void
setSpatialDomain(SpatialDomainType value)
Sets the value of the 'Spatial Domain
' containment reference.void
setTemporalDomain(TimeSequenceType value)
Sets the value of the 'Temporal Domain
' containment reference.void
setTemporalDomain1(TimeSequenceType value)
Sets the value of the 'Temporal Domain1
' containment reference.
-
-
-
Method Detail
-
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(SpatialDomainType)
,Wcs10Package.getDomainSetType_SpatialDomain()
-
setSpatialDomain
void setSpatialDomain(SpatialDomainType value)
Sets the value of the 'Spatial Domain
' containment reference.- Parameters:
value
- the new value of the 'Spatial Domain' containment reference.- See Also:
getSpatialDomain()
-
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(TimeSequenceType)
,Wcs10Package.getDomainSetType_TemporalDomain()
-
setTemporalDomain
void setTemporalDomain(TimeSequenceType value)
Sets the value of the 'Temporal Domain
' containment reference.- Parameters:
value
- the new value of the 'Temporal Domain' containment reference.- See Also:
getTemporalDomain()
-
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(TimeSequenceType)
,Wcs10Package.getDomainSetType_TemporalDomain1()
-
setTemporalDomain1
void setTemporalDomain1(TimeSequenceType value)
Sets the value of the 'Temporal Domain1
' containment reference.- Parameters:
value
- the new value of the 'Temporal Domain1' containment reference.- See Also:
getTemporalDomain1()
-
-