Uses of Class
org.geotools.api.coverage.ColorInterpretation
- 
Packages that use ColorInterpretation Package Description org.geotools.api.coverage Coverages (generate a value for any point).org.geotools.coverage Coverage implementation.
- 
- 
Uses of ColorInterpretation in org.geotools.api.coverageFields in org.geotools.api.coverage declared as ColorInterpretation Modifier and Type Field Description static ColorInterpretationColorInterpretation. ALPHA_BANDAlpha Band for the RGB color model components.static ColorInterpretationColorInterpretation. BLACK_BANDBlack Band for the CMYK color model.static ColorInterpretationColorInterpretation. BLUE_BANDBlue Band for the RGB color model components.static ColorInterpretationColorInterpretation. CYAN_BANDCyan Band for the CMYK color model.static ColorInterpretationColorInterpretation. GRAY_INDEXBand is an index into a lookup table.static ColorInterpretationColorInterpretation. GREEN_BANDGreend Band for the RGB color model components.static ColorInterpretationColorInterpretation. HUE_BANDHue Band for the HLS color model.static ColorInterpretationColorInterpretation. LIGHTNESS_BANDLightness Band for the HLS color model.static ColorInterpretationColorInterpretation. MAGENTA_BANDMagenta Band for the CMYK color model.static ColorInterpretationColorInterpretation. PALETTE_INDEXBand is a color index into a color table.static ColorInterpretationColorInterpretation. RED_BANDRed Band for the RGB color model components.static ColorInterpretationColorInterpretation. SATURATION_BANDSaturation Band for the HLS color model.static ColorInterpretationColorInterpretation. UNDEFINEDBand is not associated with a color model component.static ColorInterpretationColorInterpretation. YELLOW_BANDYellow Band for the CMYK color model.Methods in org.geotools.api.coverage that return ColorInterpretation Modifier and Type Method Description ColorInterpretation[]ColorInterpretation. family()Returns the list of enumerations of the same kind than this enum.static ColorInterpretationColorInterpretation. valueOf(String code)Returns the color interpretation that matches the given string, or returns a new one if none match it.static ColorInterpretation[]ColorInterpretation. values()Returns the list ofColorInterpretations.
- 
Uses of ColorInterpretation in org.geotools.coverageMethods in org.geotools.coverage that return ColorInterpretation Modifier and Type Method Description ColorInterpretationGridSampleDimension. getColorInterpretation()Returns the color interpretation of the sample dimension.static ColorInterpretationTypeMap. getColorInterpretation(ColorModel model, int band)Returns the color interpretation code for the specified color model and band number.Constructors in org.geotools.coverage with parameters of type ColorInterpretation Constructor Description GridSampleDimension(CharSequence description, SampleDimensionType type, ColorInterpretation color, Color[] palette, CharSequence[] categories, double[] nodata, double minimum, double maximum, double scale, double offset, Unit<?> unit)Constructs a sample dimension with the specified properties.
 
-