Package net.opengis.wcs20
Interface RangeIntervalType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
RangeIntervalTypeImpl
public interface RangeIntervalType
extends EObject
A range interval, selecting bands by providing low and high extremas
- Author:
- Andrea Aime - GeoSolutions
-
Method Summary
Modifier and TypeMethodDescriptionThe band range chosen to to be returnedThe single band chosen to to be returnedvoid
setEndComponent
(String value) Sets the value of the 'End Component
' attribute.void
setStartComponent
(String value) Sets the value of the 'Start Component
' attribute.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
-
getStartComponent
String getStartComponent()The single band chosen to to be returned -
setStartComponent
Sets the value of the 'Start Component
' attribute.- Parameters:
value
- the new value of the 'Start Component' attribute.- See Also:
-
getEndComponent
String getEndComponent()The band range chosen to to be returned -
setEndComponent
Sets the value of the 'End Component
' attribute.- Parameters:
value
- the new value of the 'End Component' attribute.- See Also:
-