Uses of Class
org.apache.sis.coverage.Category
Packages that use Category
Package
Description
Functions that associates positions within a bounded space (its domain) to values (its range).
A coverage backed by a regular grid.
Provides helper classes for handling Java2D rendered images together with some operations.
-
Uses of Category in org.apache.sis.coverage
Methods in org.apache.sis.coverage that return CategoryModifier and TypeMethodDescriptionCategory.forConvertedValues
(boolean converted) Returns a category that describes measurement values or packed values, depending ifconverted
istrue
orfalse
respectively.Methods in org.apache.sis.coverage that return types with arguments of type CategoryModifier and TypeMethodDescriptionSampleDimension.Builder.categories()
Returns the list of categories added so far.SampleDimension.getCategories()
Returns all categories in this sample dimension.Constructors in org.apache.sis.coverage with parameters of type CategoryModifierConstructorDescriptionprotected
Creates a copy of the given category.Constructor parameters in org.apache.sis.coverage with type arguments of type CategoryModifierConstructorDescriptionSampleDimension
(GenericName name, Number background, Collection<? extends Category> categories) Creates a sample dimension with the specified name and categories. -
Uses of Category in org.apache.sis.coverage.grid
Method parameters in org.apache.sis.coverage.grid with type arguments of type CategoryModifier and TypeMethodDescriptionvoid
ImageRenderer.setCategoryColors
(Function<Category, Color[]> colors) Specifies the colors to apply for each category in a sample dimension. -
Uses of Category in org.apache.sis.image
Methods in org.apache.sis.image that return types with arguments of type CategoryModifier and TypeMethodDescriptionImageProcessor.getCategoryColors()
Returns the colors to use for given categories of sample values, ornull
is unspecified.Method parameters in org.apache.sis.image with type arguments of type CategoryModifier and TypeMethodDescriptionvoid
ImageProcessor.setCategoryColors
(Function<Category, Color[]> colors) Sets the colors to use for given categories in image, ornull
is unspecified.