Uses of Class
org.geotools.api.coverage.ColorInterpretation
Packages that use ColorInterpretation
-
Uses of ColorInterpretation in org.geotools.api.coverage
Fields in org.geotools.api.coverage declared as ColorInterpretationModifier and TypeFieldDescriptionstatic final ColorInterpretation
ColorInterpretation.ALPHA_BAND
Alpha Band for the RGB color model components.static final ColorInterpretation
ColorInterpretation.BLACK_BAND
Black Band for the CMYK color model.static final ColorInterpretation
ColorInterpretation.BLUE_BAND
Blue Band for the RGB color model components.static final ColorInterpretation
ColorInterpretation.CYAN_BAND
Cyan Band for the CMYK color model.static final ColorInterpretation
ColorInterpretation.GRAY_INDEX
Band is an index into a lookup table.static final ColorInterpretation
ColorInterpretation.GREEN_BAND
Greend Band for the RGB color model components.static final ColorInterpretation
ColorInterpretation.HUE_BAND
Hue Band for the HLS color model.static final ColorInterpretation
ColorInterpretation.LIGHTNESS_BAND
Lightness Band for the HLS color model.static final ColorInterpretation
ColorInterpretation.MAGENTA_BAND
Magenta Band for the CMYK color model.static final ColorInterpretation
ColorInterpretation.PALETTE_INDEX
Band is a color index into a color table.static final ColorInterpretation
ColorInterpretation.RED_BAND
Red Band for the RGB color model components.static final ColorInterpretation
ColorInterpretation.SATURATION_BAND
Saturation Band for the HLS color model.static final ColorInterpretation
ColorInterpretation.UNDEFINED
Band is not associated with a color model component.static final ColorInterpretation
ColorInterpretation.YELLOW_BAND
Yellow Band for the CMYK color model.Methods in org.geotools.api.coverage that return ColorInterpretationModifier and TypeMethodDescriptionColorInterpretation.family()
Returns the list of enumerations of the same kind than this enum.static ColorInterpretation
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 ofColorInterpretation
s. -
Uses of ColorInterpretation in org.geotools.coverage
Methods in org.geotools.coverage that return ColorInterpretationModifier and TypeMethodDescriptionGridSampleDimension.getColorInterpretation()
Returns the color interpretation of the sample dimension.static ColorInterpretation
TypeMap.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 ColorInterpretationModifierConstructorDescriptionGridSampleDimension
(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.