Uses of Class
org.apache.sis.coverage.CategoryList
Packages that use CategoryList
Package
Description
Functions that associates positions within a bounded space (its domain) to values (its range).
-
Uses of CategoryList in org.apache.sis.coverage
Fields in org.apache.sis.coverage declared as CategoryListModifier and TypeFieldDescriptionprivate final CategoryList
SampleDimension.categories
The list of categories making this sample dimension.(package private) final CategoryList
CategoryList.converse
TheCategoryList
that describes values after transfer function has been applied, or if thisCategoryList
is already converted then the originalCategoryList
.(package private) static final CategoryList
CategoryList.EMPTY
An empty list of categories.Methods in org.apache.sis.coverage that return CategoryListModifier and TypeMethodDescription(package private) static CategoryList
Constructs a category list using the specified array of categories.Constructors in org.apache.sis.coverage with parameters of type CategoryListModifierConstructorDescriptionprivate
CategoryList
(Category[] categories, CategoryList converse, Number background) Constructs a category list using the specified array of categories.