Package | Description |
---|---|
org.geotools.coverage |
Coverage implementation.
|
org.geotools.coverage.processing |
Coverage processing
implementations.
|
Modifier and Type | Field and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Category> |
GridSampleDimension.getCategories()
Returns all categories in this sample dimension.
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
protected Category |
OperationJAI.deriveCategory(Category[] categories,
OperationJAI.Parameters parameters)
Returns the quantitative category for a single sample
dimension in the target grid coverage.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 1996–2019 Geotools. All rights reserved.