Uses of Class
org.apache.sis.coverage.Category
Packages that use Category
Package
Description
Functions that associates positions within a bounded space (its domain) to values (its range).
A coverage backed by a regular grid.
Provides helper classes for handling Java2D rendered images together with some operations.
A set of helper classes for the SIS implementation backed by Java2D.
-
Uses of Category in org.apache.sis.coverage
Subclasses of Category in org.apache.sis.coverageModifier and TypeClassDescription(package private) final classA category of "real values" range.Fields in org.apache.sis.coverage declared as CategoryModifier and TypeFieldDescriptionprivate final Category[]CategoryList.categoriesThe list of categories to use for decoding samples.private Category[]SampleDimension.Builder.categoriesThe categories for the sample dimension to create.(package private) final CategoryCategory.converseThe category that describes values after transfer function has been applied, or if this category is already converted then the original category.Fields in org.apache.sis.coverage with type parameters of type CategoryModifier and TypeFieldDescription(package private) static final Comparator<Category>Category.COMPARATORComparesCategoryobjects according theirNumberRange.getMinDouble(boolean)value.Methods in org.apache.sis.coverage that return CategoryModifier and TypeMethodDescription(package private) CategoryCategory.converted()The category that describes values after transfer function has been applied.(package private) CategoryConvertedCategory.converted()Returnsthissince the values represented byConvertedCategoryare already converted.Category.forConvertedValues(boolean converted) Returns a category that describes measurement values or packed values, depending ifconvertedistrueorfalserespectively.ConvertedCategory.forConvertedValues(boolean converted) Returns a category that describes real values or sample values, depending ifconvertedistrueorfalserespectively.final CategoryCategoryList.get(int i) Returns the element at the specified position in this list.(package private) final CategoryCategoryList.search(double sample) Returns the category of the specified sample value.Methods in org.apache.sis.coverage that return types with arguments of type CategoryModifier and TypeMethodDescriptionSampleDimension.Builder.categories()Returns the list of categories added so far.SampleDimension.getCategories()Returns all categories in this sample dimension.Methods in org.apache.sis.coverage with parameters of type CategoryModifier and TypeMethodDescriptionprivate voidAdds the given category to the list.(package private) static CategoryListConstructs a category list using the specified array of categories.(package private) voidRemoves the NaN value which has been reserved for a qualitative category.Constructors in org.apache.sis.coverage with parameters of type CategoryModifierConstructorDescriptionprotectedCreates a copy of the given category.(package private)Creates a copy of the given category except for theconverseandtoConversefields.(package private)Category(Category original, org.opengis.referencing.operation.MathTransform1D toSamples, boolean isQuantitative, javax.measure.Unit<?> units) Creates a category storing the inverse of the "sample to real values" transfer function.privateCategoryList(Category[] categories, CategoryList converse, Number background) Constructs a category list using the specified array of categories.(package private)ConvertedCategory(Category original, org.opengis.referencing.operation.MathTransform1D toSamples, boolean isQuantitative, javax.measure.Unit<?> units) Creates a category storing the inverse of the "sample to real values" transfer function.privateSampleDimension(SampleDimension original, Category bc) Creates a new sample dimension for values that are already converted to real values.Constructor parameters in org.apache.sis.coverage with type arguments of type CategoryModifierConstructorDescriptionSampleDimension(org.opengis.util.GenericName name, Number background, Collection<? extends Category> categories) Creates a sample dimension with the specified name and categories. -
Uses of Category in org.apache.sis.coverage.grid
Fields in org.apache.sis.coverage.grid with type parameters of type CategoryMethod parameters in org.apache.sis.coverage.grid with type arguments of type CategoryModifier and TypeMethodDescriptionvoidImageRenderer.setCategoryColors(Function<Category, Color[]> colors) Specifies the colors to apply for each category in a sample dimension. -
Uses of Category in org.apache.sis.image
Fields in org.apache.sis.image with type parameters of type CategoryModifier and TypeFieldDescriptionVisualization.Builder.categoryColorsThe colors to use for given categories of sample values, ornullis unspecified.ImageProcessor.colorsColors to use for arbitrary categories of sample values.Methods in org.apache.sis.image that return types with arguments of type CategoryModifier and TypeMethodDescriptionImageProcessor.getCategoryColors()Returns the colors to use for given categories of sample values, ornullis unspecified.Method parameters in org.apache.sis.image with type arguments of type CategoryModifier and TypeMethodDescriptionvoidImageProcessor.setCategoryColors(Function<Category, Color[]> colors) Sets the colors to use for given categories in image, ornullis unspecified. -
Uses of Category in org.apache.sis.internal.coverage.j2d
Fields in org.apache.sis.internal.coverage.j2d with type parameters of type CategoryModifier and TypeFieldDescriptionColorizer.colorsThe colors to use for each category.Colorizer.GRAYSCALEApplies a gray scale to quantitative category and transparent colors to qualitative categories.Constructors in org.apache.sis.internal.coverage.j2d with parameters of type CategoryModifierConstructorDescription(package private)ColorsForRange(Category category, Function<Category, Color[]> colors) Creates a new instance for the given category.Constructor parameters in org.apache.sis.internal.coverage.j2d with type arguments of type CategoryModifierConstructorDescriptionCreates a new colorizer which will use the given function for determining the colors to apply.(package private)ColorsForRange(Category category, Function<Category, Color[]> colors) Creates a new instance for the given category.