|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SampleConverter | |
---|---|
org.geotools.image.io | Extensions to ImageReader for binary and ASCII files. |
Uses of SampleConverter in org.geotools.image.io |
---|
Fields in org.geotools.image.io declared as SampleConverter | |
---|---|
static SampleConverter |
SampleConverter.IDENTITY
A sample converter that do not performs any conversion. |
Methods in org.geotools.image.io that return SampleConverter | |
---|---|
static SampleConverter |
SampleConverter.createOffset(double offset,
double padValue)
Creates a sample converter that replaces a pad value by NaN or
0 , and applies an offset on all other values. |
static SampleConverter |
SampleConverter.createOffset(double offset,
double[] padValues)
Creates a sample converter that replaces an arbitrary amount of pad values by NaN or 0 , and applies an offset on all other values. |
static SampleConverter |
SampleConverter.createPadValueMask(double padValue)
Creates a sample converter that replaces a single pad value by NaN
for floating point numbers, or 0 for integers. |
static SampleConverter |
SampleConverter.createPadValuesMask(double[] padValues)
Creates a sample converter that replaces an arbitrary amount of pad values by NaN for floating point numbers, or 0 for integers. |
Methods in org.geotools.image.io with parameters of type SampleConverter | |
---|---|
protected java.awt.image.BufferedImage |
GeographicImageReader.getDestination(int imageIndex,
javax.imageio.ImageReadParam parameters,
int width,
int height,
SampleConverter[] converters)
Returns the buffered image to which decoded pixel data should be written. |
protected javax.imageio.ImageTypeSpecifier |
GeographicImageReader.getRawImageType(int imageIndex,
javax.imageio.ImageReadParam parameters,
SampleConverter[] converters)
Returns an image type specifier indicating the SampleModel and ColorModel
which most closely represents the "raw" internal format of the image. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |