Uses of Class
org.geotools.coverage.Category
-
Packages that use Category Package Description org.geotools.coverage Coverage implementation.org.geotools.coverage.processing Coverage processing implementations. -
-
Uses of Category in org.geotools.coverage
Fields in org.geotools.coverage declared as Category Modifier and Type Field Description static Category
Category. FALSE
A default category for the boolean "false
" value.static Category
Category. NODATA
A default category for "no data" values.static Category
Category. TRUE
A default category for the boolean "true
" value.Methods in org.geotools.coverage that return Category Modifier and Type Method Description Category
GridSampleDimension. getCategory(double sample)
Returns the category for the specified sample value.Category
Category. recolor(Color[] colors)
Returns a category for the same range of sample values but a different color palette.Methods in org.geotools.coverage that return types with arguments of type Category Modifier and Type Method Description List<Category>
GridSampleDimension. getCategories()
Returns all categories in this sample dimension.Constructors in org.geotools.coverage with parameters of type Category Constructor Description GridSampleDimension(CharSequence description, Category[] categories, Unit<?> units)
Constructs a sample dimension with an arbitrary set of categories, which may be both quantitative and qualitative.GridSampleDimension(String description, Category[] categories, double scale, double offset)
-
Uses of Category in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that return Category Modifier and Type Method Description protected Category
OperationJAI. deriveCategory(Category[] categories, OperationJAI.Parameters parameters)
Returns the quantitative category for a single sample dimension in the target grid coverage.Methods in org.geotools.coverage.processing with parameters of type Category Modifier and Type Method Description protected Category
OperationJAI. deriveCategory(Category[] categories, OperationJAI.Parameters parameters)
Returns the quantitative category for a single sample dimension in the target grid coverage.protected static int
OperationJAI. getQuantitative(Category[] categories)
Returns the index of the quantitative category, providing that there is one and only one quantitative category.
-