Uses of Class
org.geotools.ysld.Band
-
Packages that use Band Package Description org.geotools.ysld -
-
Uses of Band in org.geotools.ysld
Fields in org.geotools.ysld with type parameters of type Band Modifier and Type Field Description static 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 type with the specified name.static Band[]
Band. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-