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 CategoryListSampleDimension.categoriesThe list of categories making this sample dimension.(package private) final CategoryListCategoryList.converseTheCategoryListthat describes values after transfer function has been applied, or if thisCategoryListis already converted then the originalCategoryList.(package private) static final CategoryListCategoryList.EMPTYAn empty list of categories.Methods in org.apache.sis.coverage that return CategoryListModifier and TypeMethodDescription(package private) static CategoryListConstructs a category list using the specified array of categories.Constructors in org.apache.sis.coverage with parameters of type CategoryListModifierConstructorDescriptionprivateCategoryList(Category[] categories, CategoryList converse, Number background) Constructs a category list using the specified array of categories.