Uses of Class
org.geotools.coverage.Category

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.NODATA
          A default category for "no data" values.
static Category Category.FALSE
          A default category for the boolean "false" value.
static Category Category.TRUE
          A default category for the boolean "true" value.
 

Methods in org.geotools.coverage that return Category
 Category Category.recolor(java.awt.Color[] colors)
          Returns a category for the same range of sample values but a different color palette.
 Category Category.rescale(org.opengis.referencing.operation.MathTransform1D sampleToGeophysics)
          Changes the mapping from sample to geophysics values.
 Category Category.geophysics(boolean geo)
          If , returns the geophysics companion of this category.
 Category GridSampleDimension.getCategory(double sample)
          Returns the category for the specified sample value.
 Category GridSampleDimension.getBackground()
          Returns a default category to use for background.
 

Constructors in org.geotools.coverage with parameters of type Category
GridSampleDimension(Category[] categories, javax.units.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.
 

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.
 



Copyright © GeoTools. All Rights Reserved.