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 CategoryCategory. FALSEA default category for the boolean "false" value.static CategoryCategory. NODATAA default category for "no data" values.static CategoryCategory. TRUEA default category for the boolean "true" value.Methods in org.geotools.coverage that return Category Modifier and Type Method Description CategoryGridSampleDimension. getCategory(double sample)Returns the category for the specified sample value.CategoryCategory. 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 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 Category Modifier and Type Method Description protected 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.
-