| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ColorInterpretation | |
| org.geotools.cv | Coverage implementation. | 
| Uses of ColorInterpretation in org.geotools.cv | 
| Fields in org.geotools.cv declared as ColorInterpretation | |
| static ColorInterpretation | ColorInterpretation.UNDEFINEDDeprecated. Band is not associated with a color model component. | 
| static ColorInterpretation | ColorInterpretation.GRAY_INDEXDeprecated. Band is an index into a lookup table. | 
| static ColorInterpretation | ColorInterpretation.PALETTE_INDEXDeprecated. Band is a color index into a color table. | 
| static ColorInterpretation | ColorInterpretation.RED_BANDDeprecated. Bands correspond to RGB color model components. | 
| static ColorInterpretation | ColorInterpretation.GREEN_BANDDeprecated. Bands correspond to RGB color model components. | 
| static ColorInterpretation | ColorInterpretation.BLUE_BANDDeprecated. Bands correspond to RGB color model components. | 
| static ColorInterpretation | ColorInterpretation.ALPHA_BANDDeprecated. Bands correspond to RGB color model components. | 
| static ColorInterpretation | ColorInterpretation.HUE_BANDDeprecated. Bands correspond to HSL color model. | 
| static ColorInterpretation | ColorInterpretation.SATURATION_BANDDeprecated. Bands correspond to HSL color model. | 
| static ColorInterpretation | ColorInterpretation.LIGHTNESS_BANDDeprecated. Bands correspond to HSL color model. | 
| static ColorInterpretation | ColorInterpretation.CYAN_BANDDeprecated. Bands correspond to CMYK color model. | 
| static ColorInterpretation | ColorInterpretation.MAGENTA_BANDDeprecated. Bands correspond to CMYK color model. | 
| static ColorInterpretation | ColorInterpretation.YELLOW_BANDDeprecated. Bands correspond to CMYK color model. | 
| static ColorInterpretation | ColorInterpretation.BLACK_BANDDeprecated. Bands correspond to CMYK color model. | 
| Methods in org.geotools.cv that return ColorInterpretation | |
|  ColorInterpretation | Adapters.wrap(org.opengis.cv.CV_ColorInterpretation colors)Deprecated. Returns a color interpretation from an OpenGIS's enumeration. | 
| static ColorInterpretation | ColorInterpretation.getEnum(int value)Deprecated. Returns the enum for the specified value. | 
| static ColorInterpretation | ColorInterpretation.getEnum(java.lang.String name)Deprecated. Returns the enum for the specified name. | 
| static ColorInterpretation | ColorInterpretation.getEnum(org.opengis.coverage.ColorInterpretation value)Deprecated. Return the enum for the specified value. | 
| static ColorInterpretation | ColorInterpretation.getEnum(java.awt.image.ColorModel model,
        int band)Deprecated. Returns the enum for the specified color model and band number. | 
|  ColorInterpretation | SampleDimension.getColorInterpretation()Deprecated. Returns the color interpretation of the sample dimension. | 
| Methods in org.geotools.cv with parameters of type ColorInterpretation | |
|  org.opengis.cv.CV_ColorInterpretation | Adapters.export(ColorInterpretation colors)Deprecated. Returns an OpenGIS enumeration for a color interpretation. | 
| Constructors in org.geotools.cv with parameters of type ColorInterpretation | |
| SampleDimension(java.lang.String description,
                SampleDimensionType type,
                ColorInterpretation color,
                java.awt.Color[] palette,
                java.lang.String[] categories,
                double[] nodata,
                double minimum,
                double maximum,
                double scale,
                double offset,
                Unit unit)Deprecated. Constructs a sample dimension with the specified properties. | |
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||