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 CategoryCategory.FALSEA default category for the boolean "false" value.static final CategoryCategory.NODATAA default category for "no data" values.static final CategoryCategory.TRUEA 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 CategoryOperationJAI.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 CategoryOperationJAI.deriveCategory(Category[] categories, OperationJAI.Parameters parameters) Returns the quantitative category for a single sample dimension in the target grid coverage.protected static intOperationJAI.getQuantitative(Category[] categories) Returns the index of the quantitative category, providing that there is one and only one quantitative category.