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

      void setStartComponent(String value)
      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

      void setEndComponent(String value)
      Sets the value of the 'End Component' attribute.
      Parameters:
      value - the new value of the 'End Component' attribute.
      See Also: