Uses of Interface
com.bc.ceres.glevel.MultiLevelSource
-
Packages that use MultiLevelSource Package Description com.bc.ceres.glayer.support Various support classes for thecom.bc.ceres.glayer
API.com.bc.ceres.glevel Adds multi-resolution / image pyramid capabilities to JAI.com.bc.ceres.glevel.support Various support classes for thecom.bc.ceres.glevel
API.org.esa.snap.core.image Provides frequently used JAIOpImage
implementations and theImageManager
utility class.org.esa.snap.core.layer Provides frequently usedLayerType
implementations. -
-
Uses of MultiLevelSource in com.bc.ceres.glayer.support
Methods in com.bc.ceres.glayer.support that return MultiLevelSource Modifier and Type Method Description MultiLevelSource
ImageLayer. getMultiLevelSource()
Methods in com.bc.ceres.glayer.support with parameters of type MultiLevelSource Modifier and Type Method Description void
ImageLayer. setMultiLevelSource(MultiLevelSource multiLevelSource)
Constructors in com.bc.ceres.glayer.support with parameters of type MultiLevelSource Constructor Description ImageLayer(ImageLayer.Type layerType, MultiLevelSource multiLevelSource, PropertySet configuration)
ImageLayer(MultiLevelSource multiLevelSource)
Constructs a multi-resolution-level image layer. -
Uses of MultiLevelSource in com.bc.ceres.glevel
Classes in com.bc.ceres.glevel that implement MultiLevelSource Modifier and Type Class Description class
MultiLevelImage
APlanarImage
which can act as aMultiLevelSource
.Fields in com.bc.ceres.glevel declared as MultiLevelSource Modifier and Type Field Description static MultiLevelSource
MultiLevelSource. NULL
Methods in com.bc.ceres.glevel with parameters of type MultiLevelSource Modifier and Type Method Description void
MultiLevelRenderer. renderImage(Rendering rendering, MultiLevelSource multiLevelSource, int level)
Renders the image provided by the givenMultiLevelSource
at the specified resolution level onto aRendering
. -
Uses of MultiLevelSource in com.bc.ceres.glevel.support
Classes in com.bc.ceres.glevel.support that implement MultiLevelSource Modifier and Type Class Description class
AbstractMultiLevelSource
An abstract base class forMultiLevelSource
implementations.class
DefaultMultiLevelImage
Adapts a JAIPlanarImage
to theMultiLevelSource
interface.class
DefaultMultiLevelSource
A default implementation for theMultiLevelSource
interface.class
FileMultiLevelSource
A file based image pyramid.class
GenericMultiLevelSource
AGenericMultiLevelSource
is aMultiLevelSource
computing its images at a given resolution level from a number of source images of the same level.Fields in com.bc.ceres.glevel.support declared as MultiLevelSource Modifier and Type Field Description static MultiLevelSource
DefaultMultiLevelSource. NULL
Methods in com.bc.ceres.glevel.support that return MultiLevelSource Modifier and Type Method Description MultiLevelSource[]
GenericMultiLevelSource. getMultiLevelSources()
MultiLevelSource
DefaultMultiLevelImage. getSource()
Methods in com.bc.ceres.glevel.support with parameters of type MultiLevelSource Modifier and Type Method Description void
ConcurrentMultiLevelRenderer. renderImage(Rendering rendering, MultiLevelSource multiLevelSource, int currentLevel)
void
DefaultMultiLevelRenderer. renderImage(Rendering rendering, MultiLevelSource multiLevelSource, int level)
Constructors in com.bc.ceres.glevel.support with parameters of type MultiLevelSource Constructor Description DefaultMultiLevelImage(MultiLevelSource source)
Constructs a new multi-level image from the given source.DefaultMultiLevelImage(MultiLevelSource source, javax.media.jai.ImageLayout layout)
Constructs a new multi-level image from the given source and the image layout.GenericMultiLevelSource(MultiLevelSource multiLevelSource)
GenericMultiLevelSource(MultiLevelSource[] multiLevelSources)
-
Uses of MultiLevelSource in org.esa.snap.core.image
Classes in org.esa.snap.core.image that implement MultiLevelSource Modifier and Type Class Description class
AbstractMatrixMosaicSubsetMultiLevelSource
Created by jcoravu on 12/12/2019.class
AbstractMosaicSubsetMultiLevelSource
Created by jcoravu on 11/12/2019.class
ColoredBandImageMultiLevelSource
A multi-level source (= level-image source for image pyramids) for visual RGB images derived fromRasterDataNode
s.class
ColoredMaskImageMultiLevelSource
class
TiledFileMultiLevelSource
Methods in org.esa.snap.core.image that return MultiLevelSource Modifier and Type Method Description static MultiLevelSource
ColoredMaskImageMultiLevelSource. create(Product product, Color color, String expression, boolean inverseMask, AffineTransform i2mTransform)
-
Uses of MultiLevelSource in org.esa.snap.core.layer
Methods in org.esa.snap.core.layer that return MultiLevelSource Modifier and Type Method Description static MultiLevelSource
MaskLayerType. createMultiLevelSource(PropertySet configuration)
static MultiLevelSource
MaskLayerType. createMultiLevelSource(Mask mask)
Methods in org.esa.snap.core.layer with parameters of type MultiLevelSource Modifier and Type Method Description Layer
RasterImageLayerType. createLayer(RasterDataNode raster, MultiLevelSource multiLevelSource)
-