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
Modifier and TypeMethodDescriptionThe single band chosen to to be returnedThe band range chosen to to be returnedvoidsetRangeComponent(String value) Sets the value of the 'Range Component' attribute.voidSets the value of the 'Range Interval' reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRangeComponent
String getRangeComponent()The single band chosen to to be returned -
setRangeComponent
Sets the value of the 'Range Component' attribute.- Parameters:
value- the new value of the 'Range Component' attribute.- See Also:
-
getRangeInterval
RangeIntervalType getRangeInterval()The band range chosen to to be returned -
setRangeInterval
Sets the value of the 'Range Interval' reference.- Parameters:
value- the new value of the 'Range Interval' reference.- See Also:
-