Package | Description |
---|---|
com.bc.ceres.glevel.support |
Various support classes for the
com.bc.ceres.glevel API. |
org.esa.snap.core.datamodel |
Contains SNAP's central classes and interfaces used for an in-memory presentation
of remote sensing data products.
|
org.esa.snap.core.gpf.common.resample | |
org.esa.snap.core.image |
Provides frequently used JAI
OpImage implementations and the
ImageManager utility class. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMultiLevelImage
Adapts a JAI
PlanarImage to the
MultiLevelSource interface. |
Modifier and Type | Method and Description |
---|---|
abstract MultiLevelImage |
Mask.ImageType.createImage(Mask mask)
Creates the mask's source image.
|
MultiLevelImage |
Mask.BandMathsType.createImage(Mask mask) |
MultiLevelImage |
Mask.VectorDataType.createImage(Mask mask)
Creates the image.
|
MultiLevelImage |
Mask.RangeType.createImage(Mask mask) |
static MultiLevelImage |
VirtualBand.createSourceImage(RasterDataNode raster,
String expression)
Create a
MultiLevelImage that computes its pixel values from the given band math expression. |
MultiLevelImage |
RasterDataNode.getGeophysicalImage() |
MultiLevelImage |
Product.getMaskImage(String expression,
RasterDataNode associatedRaster)
Gets a multi-level mask image for the given band maths expression and an optional associated raster.
|
MultiLevelImage |
RasterDataNode.getSourceImage()
Gets the source image associated with this
RasterDataNode . |
MultiLevelImage |
RasterDataNode.getValidMaskImage()
Gets the valid-mask image associated with this
RasterDataNode . |
Modifier and Type | Method and Description |
---|---|
void |
RasterDataNode.setSourceImage(MultiLevelImage sourceImage)
Sets the source image associated with this
RasterDataNode . |
Modifier and Type | Method and Description |
---|---|
static MultiLevelImage |
Resample.createInterpolatedMultiLevelImage(MultiLevelImage sourceImage,
double noDataValue,
AffineTransform sourceImageToModelTransform,
int referenceWidth,
int referenceHeight,
Dimension tileSize,
MultiLevelModel referenceMultiLevelModel,
javax.media.jai.Interpolation interpolation) |
static MultiLevelImage |
ResamplingScaler.scaleMultiLevelImage(MultiLevelImage masterImage,
MultiLevelImage sourceImage,
float[] scalings,
GeneralFilterFunction filterFunction,
RenderingHints renderingHints,
double noDataValue,
javax.media.jai.Interpolation interpolation) |
Modifier and Type | Method and Description |
---|---|
static MultiLevelImage |
Resample.createInterpolatedMultiLevelImage(MultiLevelImage sourceImage,
double noDataValue,
AffineTransform sourceImageToModelTransform,
int referenceWidth,
int referenceHeight,
Dimension tileSize,
MultiLevelModel referenceMultiLevelModel,
javax.media.jai.Interpolation interpolation) |
static MultiLevelImage |
ResamplingScaler.scaleMultiLevelImage(MultiLevelImage masterImage,
MultiLevelImage sourceImage,
float[] scalings,
GeneralFilterFunction filterFunction,
RenderingHints renderingHints,
double noDataValue,
javax.media.jai.Interpolation interpolation) |
Modifier and Type | Method and Description |
---|---|
static MultiLevelImage |
ImageManager.createMaskedGeophysicalImage(RasterDataNode node,
Number maskValue) |
static MultiLevelImage |
SourceImageScaler.scaleMultiLevelImage(MultiLevelImage masterImage,
MultiLevelImage sourceImage,
float[] scalings,
float[] offsets,
RenderingHints renderingHints,
double noDataValue,
javax.media.jai.Interpolation interpolation) |
Modifier and Type | Method and Description |
---|---|
static MultiLevelImage |
SourceImageScaler.scaleMultiLevelImage(MultiLevelImage masterImage,
MultiLevelImage sourceImage,
float[] scalings,
float[] offsets,
RenderingHints renderingHints,
double noDataValue,
javax.media.jai.Interpolation interpolation) |
Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.