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:
Wcs10Package.getDomainSubsetType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpatialSubsetType
getSpatialSubset()
Returns the value of the 'Spatial Subset' containment reference.TimeSequenceType
getTemporalSubset()
Returns the value of the 'Temporal Subset' containment reference.TimeSequenceType
getTemporalSubset1()
Returns the value of the 'Temporal Subset1' containment reference.void
setSpatialSubset(SpatialSubsetType value)
Sets the value of the 'Spatial Subset
' containment reference.void
setTemporalSubset(TimeSequenceType value)
Sets the value of the 'Temporal Subset
' containment reference.void
setTemporalSubset1(TimeSequenceType value)
Sets the value of the 'Temporal Subset1
' containment reference.
-
-
-
Method Detail
-
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(SpatialSubsetType)
,Wcs10Package.getDomainSubsetType_SpatialSubset()
-
setSpatialSubset
void setSpatialSubset(SpatialSubsetType value)
Sets the value of the 'Spatial Subset
' containment reference.- Parameters:
value
- the new value of the 'Spatial Subset' containment reference.- See Also:
getSpatialSubset()
-
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(TimeSequenceType)
,Wcs10Package.getDomainSubsetType_TemporalSubset()
-
setTemporalSubset
void setTemporalSubset(TimeSequenceType value)
Sets the value of the 'Temporal Subset
' containment reference.- Parameters:
value
- the new value of the 'Temporal Subset' containment reference.- See Also:
getTemporalSubset()
-
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(TimeSequenceType)
,Wcs10Package.getDomainSubsetType_TemporalSubset1()
-
setTemporalSubset1
void setTemporalSubset1(TimeSequenceType value)
Sets the value of the 'Temporal Subset1
' containment reference.- Parameters:
value
- the new value of the 'Temporal Subset1' containment reference.- See Also:
getTemporalSubset1()
-
-