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 Type
    Method
    Description
    The single band chosen to to be returned
    The band range chosen to to be returned
    void
    Sets the value of the 'Range Component' attribute.
    void
    Sets 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, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • 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:
    • 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: