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 SummaryModifier 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 EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getRangeComponentString getRangeComponent()The single band chosen to to be returned
- 
setRangeComponentSets the value of the 'Range Component' attribute.- Parameters:
- value- the new value of the 'Range Component' attribute.
- See Also:
 
- 
getRangeIntervalRangeIntervalType getRangeInterval()The band range chosen to to be returned
- 
setRangeIntervalSets the value of the 'Range Interval' reference.- Parameters:
- value- the new value of the 'Range Interval' reference.
- See Also:
 
 
-