Package | Description |
---|---|
org.esa.snap.core.image |
Provides frequently used JAI
OpImage implementations and the
ImageManager utility class. |
Modifier and Type | Field and Description |
---|---|
static ResolutionLevel |
ResolutionLevel.MAXRES |
Modifier and Type | Method and Description |
---|---|
static ResolutionLevel |
ResolutionLevel.create(MultiLevelModel model,
int level) |
Modifier and Type | Method and Description |
---|---|
static javax.media.jai.ImageLayout |
ImageManager.createSingleBandedImageLayout(int dataBufferType,
int sourceWidth,
int sourceHeight,
Dimension tileSize,
ResolutionLevel level) |
static javax.media.jai.ImageLayout |
ImageManager.createSingleBandedImageLayout(int dataBufferType,
Point sourcePos,
int sourceWidth,
int sourceHeight,
Dimension tileSize,
ResolutionLevel level) |
VirtualBandOpImage.Builder |
VirtualBandOpImage.Builder.level(ResolutionLevel level) |
Constructor and Description |
---|
BandOpImage(Band band,
ResolutionLevel level) |
LevelImageSupport(int sourceWidth,
int sourceHeight,
ResolutionLevel level) |
PlacemarkMaskOpImage(Product product,
PlacemarkDescriptor placemarkDescriptor,
int placemarkSize,
int width,
int height,
ResolutionLevel level) |
RasterDataNodeOpImage(RasterDataNode rasterDataNode,
ResolutionLevel level)
Constructor.
|
RasterDataNodeSampleOpImage(RasterDataNode rasterDataNode,
ResolutionLevel level) |
ShapeMaskOpImage(Shape shape,
int width,
int height,
Dimension tileSize,
ResolutionLevel level) |
ShapeMaskOpImage(Shape shape,
int width,
int height,
ResolutionLevel level) |
SingleBandedOpImage(int dataBufferType,
int sourceWidth,
int sourceHeight,
Dimension tileSize,
Map configuration,
ResolutionLevel level)
Constructor.
|
SingleBandedOpImage(int dataBufferType,
Point sourcePos,
int sourceWidth,
int sourceHeight,
Dimension tileSize,
Map configuration,
ResolutionLevel level)
Constructor.
|
TiePointGridOpImage(TiePointGrid band,
ResolutionLevel level) |
VectorDataMaskOpImage(VectorDataNode vectorDataNode,
RasterDataNode rasterDataNode,
ResolutionLevel level)
Constructs a new VectorDataMaskOpImage.
|
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.