|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Category | |
---|---|
org.geotools.coverage | Coverage implementation. |
org.geotools.coverage.processing | Coverage processing implementations. |
org.geotools.coverage.processing.operation | List of coverage operations. |
Uses of Category in org.geotools.coverage |
---|
Fields in org.geotools.coverage declared as Category | |
---|---|
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 | |
---|---|
Category |
Category.geophysics(boolean geo)
Returns the geophysics or packed of this category. |
Category |
GridSampleDimension.getBackground()
Deprecated. check for no data values instead |
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. |
Category |
Category.rescale(MathTransform1D sampleToGeophysics)
Changes the mapping from sample to geophysics values. |
Methods in org.geotools.coverage that return types with arguments of type Category | |
---|---|
List<Category> |
GridSampleDimension.getCategories()
Returns all categories in this sample dimension. |
Constructors in org.geotools.coverage with parameters of type Category | |
---|---|
GridSampleDimension(CharSequence description,
Category[] categories,
Unit<?> units)
Constructs a sample dimension with an arbitrary set of categories, which may be both quantitative and qualitative. |
Uses of Category in org.geotools.coverage.processing |
---|
Methods in org.geotools.coverage.processing that return Category | |
---|---|
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 | |
---|---|
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. |
Uses of Category in org.geotools.coverage.processing.operation |
---|
Methods in org.geotools.coverage.processing.operation that return Category | |
---|---|
protected Category |
GradientMagnitude.deriveCategory(Category[] categories,
OperationJAI.Parameters parameters)
Derives the quantitative category for a band in the destination image. |
Methods in org.geotools.coverage.processing.operation with parameters of type Category | |
---|---|
protected Category |
GradientMagnitude.deriveCategory(Category[] categories,
OperationJAI.Parameters parameters)
Derives the quantitative category for a band in the destination image. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |