Uses of Class
org.geotools.coverage.processing.operation.BandMerge.TransformList
-
Packages that use BandMerge.TransformList Package Description org.geotools.coverage.processing.operation List of coverage operations. -
-
Uses of BandMerge.TransformList in org.geotools.coverage.processing.operation
Methods in org.geotools.coverage.processing.operation that return BandMerge.TransformList Modifier and Type Method Description static BandMerge.TransformList
BandMerge.TransformList. getTransformList(String choice)
Static method for choosing the TransformList Object associated to the input stringstatic BandMerge.TransformList
BandMerge.TransformList. valueOf(String name)
Returns the enum constant of this type with the specified name.static BandMerge.TransformList[]
BandMerge.TransformList. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-