Uses of Interface
com.bc.ceres.multilevel.MultiLevelSource
Packages that use MultiLevelSource
Package
Description
Various support classes for the
com.bc.ceres.glayer
API.Adds multi-resolution / image pyramid capabilities to JAI.
Various support classes for the
com.bc.ceres.glevel
API.Adds multi-resolution / image pyramid capabilities to JAI.
Provides frequently used JAI
OpImage
implementations and the
ImageManager
utility class.Provides frequently used
LayerType
implementations.-
Uses of MultiLevelSource in com.bc.ceres.glayer.support
Methods in com.bc.ceres.glayer.support that return MultiLevelSourceMethods in com.bc.ceres.glayer.support with parameters of type MultiLevelSourceModifier and TypeMethodDescriptionvoid
ImageLayer.setMultiLevelSource
(MultiLevelSource multiLevelSource) Constructors in com.bc.ceres.glayer.support with parameters of type MultiLevelSourceModifierConstructorDescriptionImageLayer
(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
Methods in com.bc.ceres.glevel with parameters of type MultiLevelSourceModifier and TypeMethodDescriptionvoid
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
Methods in com.bc.ceres.glevel.support with parameters of type MultiLevelSourceModifier and TypeMethodDescriptionvoid
ConcurrentMultiLevelRenderer.renderImage
(Rendering rendering, MultiLevelSource multiLevelSource, int currentLevel) void
DefaultMultiLevelRenderer.renderImage
(Rendering rendering, MultiLevelSource multiLevelSource, int level) -
Uses of MultiLevelSource in com.bc.ceres.multilevel
Classes in com.bc.ceres.multilevel that implement MultiLevelSourceFields in com.bc.ceres.multilevel declared as MultiLevelSourceConstructors in com.bc.ceres.multilevel with parameters of type MultiLevelSourceModifierConstructorDescriptionprotected
MultiLevelImage
(javax.media.jai.ImageLayout layout, MultiLevelSource levelSource, Map properties) Constructs a newMultiLevelImage
. -
Uses of MultiLevelSource in com.bc.ceres.multilevel.support
Classes in com.bc.ceres.multilevel.support that implement MultiLevelSourceModifier and TypeClassDescriptionclass
An abstract base class forMultiLevelSource
implementations.class
Adapts a JAIPlanarImage
to theMultiLevelSource
interface.class
A default implementation for theMultiLevelSource
interface.class
A file based image pyramid.class
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.multilevel.support declared as MultiLevelSourceMethods in com.bc.ceres.multilevel.support that return MultiLevelSourceModifier and TypeMethodDescriptionGenericMultiLevelSource.getMultiLevelSources()
final MultiLevelSource
DefaultMultiLevelImage.getSource()
Constructors in com.bc.ceres.multilevel.support with parameters of type MultiLevelSourceModifierConstructorDescriptionConstructs 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.protected
GenericMultiLevelSource
(MultiLevelSource multiLevelSource) protected
GenericMultiLevelSource
(MultiLevelSource[] multiLevelSources) -
Uses of MultiLevelSource in org.esa.snap.core.image
Classes in org.esa.snap.core.image that implement MultiLevelSourceModifier and TypeClassDescriptionclass
Created by jcoravu on 12/12/2019.class
Created by jcoravu on 11/12/2019.class
A multi-level source (= level-image source for image pyramids) for visual RGB images derived fromRasterDataNode
s.class
class
Methods in org.esa.snap.core.image that return MultiLevelSourceModifier and TypeMethodDescriptionstatic 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 MultiLevelSourceModifier and TypeMethodDescriptionstatic MultiLevelSource
MaskLayerType.createMultiLevelSource
(PropertySet configuration) static MultiLevelSource
MaskLayerType.createMultiLevelSource
(Mask mask) Methods in org.esa.snap.core.layer with parameters of type MultiLevelSourceModifier and TypeMethodDescriptionRasterImageLayerType.createLayer
(RasterDataNode raster, MultiLevelSource multiLevelSource)