Uses of Class
org.geotools.coverage.Category
Packages that use Category
-
Uses of Category in org.geotools.coverage
Fields in org.geotools.coverage declared as CategoryModifier and TypeFieldDescriptionstatic final Category
Category.FALSE
A default category for the boolean "false
" value.static final Category
Category.NODATA
A default category for "no data" values.static final Category
Category.TRUE
A default category for the boolean "true
" value.Methods in org.geotools.coverage that return CategoryModifier and TypeMethodDescriptionGridSampleDimension.getCategory
(double sample) Returns the category for the specified sample value.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 CategoryModifier and TypeMethodDescriptionGridSampleDimension.getCategories()
Returns all categories in this sample dimension.Constructors in org.geotools.coverage with parameters of type CategoryModifierConstructorDescriptionGridSampleDimension
(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 CategoryModifier and TypeMethodDescriptionprotected 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 CategoryModifier and TypeMethodDescriptionprotected 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.