Uses of Class
org.opengis.cv.CV_ColorInterpretation

Packages that use CV_ColorInterpretation
org.deegree_impl.model.cv   
org.opengis.cv   
 

Uses of CV_ColorInterpretation in org.deegree_impl.model.cv
 

Fields in org.deegree_impl.model.cv declared as CV_ColorInterpretation
private  CV_ColorInterpretation CV_SampleDimension_Impl.colorInterpretation
           
 

Methods in org.deegree_impl.model.cv that return CV_ColorInterpretation
 CV_ColorInterpretation CV_SampleDimension_Impl.getColorInterpretation()
          Color interpretation of the sample dimension.
 

Constructors in org.deegree_impl.model.cv with parameters of type CV_ColorInterpretation
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_ColorInterpretation in org.opengis.cv
 

Methods in org.opengis.cv that return CV_ColorInterpretation
 CV_ColorInterpretation CV_SampleDimension.getColorInterpretation()
          Color interpretation of the sample dimension.