Package net.opengis.wcs20
Interface RangeItemType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
RangeItemTypeImpl
public interface RangeItemType extends EObject
A range item, either a single value or an interval- Author:
- Andrea Aime - GeoSolutions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRangeComponent()
The single band chosen to to be returnedRangeIntervalType
getRangeInterval()
The band range chosen to to be returnedvoid
setRangeComponent(String value)
Sets the value of the 'Range Component
' attribute.void
setRangeInterval(RangeIntervalType value)
Sets the value of the 'Range Interval
' reference.
-
-
-
Method Detail
-
getRangeComponent
String getRangeComponent()
The single band chosen to to be returned
-
setRangeComponent
void setRangeComponent(String value)
Sets the value of the 'Range Component
' attribute.- Parameters:
value
- the new value of the 'Range Component' attribute.- See Also:
getRangeComponent()
-
getRangeInterval
RangeIntervalType getRangeInterval()
The band range chosen to to be returned
-
setRangeInterval
void setRangeInterval(RangeIntervalType value)
Sets the value of the 'Range Interval
' reference.- Parameters:
value
- the new value of the 'Range Interval' reference.- See Also:
getRangeInterval()
-
-