Uses of Class
org.opengis.cv.CV_PaletteInterpretation

Packages that use CV_PaletteInterpretation
org.deegree_impl.model.cv   
org.deegree_impl.model.gc   
org.opengis.cv   
 

Uses of CV_PaletteInterpretation in org.deegree_impl.model.cv
 

Fields in org.deegree_impl.model.cv declared as CV_PaletteInterpretation
private  CV_PaletteInterpretation CV_SampleDimension_Impl.paletteInterpretation
           
 

Methods in org.deegree_impl.model.cv that return CV_PaletteInterpretation
 CV_PaletteInterpretation CV_SampleDimension_Impl.getPaletteInterpretation()
          Indicates the type of color palette entry for sample dimensions which have a palette.
 

Constructors in org.deegree_impl.model.cv with parameters of type CV_PaletteInterpretation
CV_SampleDimension_Impl(java.lang.String[] categoryNames, java.lang.String description, double minimumValue, double maximumValue, GC_Parameter[] metadata, double[] noData, int offset, int[][] colorPalette, double scale, CS_Unit units, CV_ColorInterpretation colorInterpretation, CV_PaletteInterpretation paletteInterpretation, CV_SampleDimensionType sampleDimensionType)
           
 

Uses of CV_PaletteInterpretation in org.deegree_impl.model.gc
 

Methods in org.deegree_impl.model.gc that return CV_PaletteInterpretation
 CV_PaletteInterpretation ImageGridCoverage.getPaletteInterpretation()
          returns the paletteinterpretation of the grid coverages bands
 CV_PaletteInterpretation GC_GridCoverage_Impl.getPaletteInterpretation()
          returns the paletteinterpretation of the grid coverages bands
 

Uses of CV_PaletteInterpretation in org.opengis.cv
 

Methods in org.opengis.cv that return CV_PaletteInterpretation
 CV_PaletteInterpretation CV_SampleDimension.getPaletteInterpretation()
          Indicates the type of color palette entry for sample dimensions which have a palette.