Uses of Enum Class
org.geotools.ysld.Band

Packages that use Band
Package
Description
 
  • Uses of Band in org.geotools.ysld

    Fields in org.geotools.ysld with type parameters of type Band
    Modifier and Type
    Field
    Description
    static final List<Band>
    Band.RGB
    A list of the bands representing Red, Green, Blue (in order).
    Methods in org.geotools.ysld that return Band
    Modifier and Type
    Method
    Description
    static Band
    Band.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Band[]
    Band.values()
    Returns an array containing the constants of this enum class, in the order they are declared.