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 Detail

      • 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:
        getStartComponent()
      • 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:
        getEndComponent()