Uses of Class
org.apache.sis.coverage.Category
-
Packages that use Category Package Description org.apache.sis.coverage Functions that associates positions within a bounded space (its domain) to values (its range). -
-
Uses of Category in org.apache.sis.coverage
Methods in org.apache.sis.coverage that return types with arguments of type Category Modifier and Type Method Description List<Category>
SampleDimension.Builder. categories()
Returns the list of categories added so far.List<Category>
SampleDimension. getCategories()
Returns all categories in this sample dimension.Constructors in org.apache.sis.coverage with parameters of type Category Constructor Description Category(Category copy)
Creates a copy of the given category.Constructor parameters in org.apache.sis.coverage with type arguments of type Category Constructor Description SampleDimension(GenericName name, Number background, Collection<? extends Category> categories)
Creates a sample dimension with the specified name and categories.
-