Package net.opengis.wcs20
Interface RangeIntervalType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
RangeIntervalTypeImpl
public interface RangeIntervalType extends EObjectA range interval, selecting bands by providing low and high extremas- Author:
- Andrea Aime - GeoSolutions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEndComponent()The band range chosen to to be returnedStringgetStartComponent()The single band chosen to to be returnedvoidsetEndComponent(String value)Sets the value of the 'End Component' attribute.voidsetStartComponent(String value)Sets the value of the 'Start Component' attribute.
-
-
-
Method Detail
-
getStartComponent
String getStartComponent()
The single band chosen to to be returned
-
setStartComponent
void setStartComponent(String value)
Sets the value of the 'Start Component' attribute.- Parameters:
value- the new value of the 'Start Component' attribute.- See Also:
getStartComponent()
-
getEndComponent
String getEndComponent()
The band range chosen to to be returned
-
setEndComponent
void setEndComponent(String value)
Sets the value of the 'End Component' attribute.- Parameters:
value- the new value of the 'End Component' attribute.- See Also:
getEndComponent()
-
-