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 TypeMethodDescriptionvoidImageLayer.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 TypeMethodDescriptionvoidMultiLevelRenderer.renderImage(Rendering rendering, MultiLevelSource multiLevelSource, int level) Renders the image provided by the givenMultiLevelSourceat 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 TypeMethodDescriptionvoidConcurrentMultiLevelRenderer.renderImage(Rendering rendering, MultiLevelSource multiLevelSource, int currentLevel) voidDefaultMultiLevelRenderer.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 MultiLevelSourceModifierConstructorDescriptionprotectedMultiLevelImage(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 TypeClassDescriptionclassAn abstract base class forMultiLevelSourceimplementations.classAdapts a JAIPlanarImageto theMultiLevelSourceinterface.classA default implementation for theMultiLevelSourceinterface.classA file based image pyramid.classAGenericMultiLevelSourceis aMultiLevelSourcecomputing 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 MultiLevelSourceDefaultMultiLevelImage.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.protectedGenericMultiLevelSource(MultiLevelSource multiLevelSource) protectedGenericMultiLevelSource(MultiLevelSource[] multiLevelSources)  - 
Uses of MultiLevelSource in org.esa.snap.core.image
Classes in org.esa.snap.core.image that implement MultiLevelSourceModifier and TypeClassDescriptionclassCreated by jcoravu on 12/12/2019.classCreated by jcoravu on 11/12/2019.classA multi-level source (= level-image source for image pyramids) for visual RGB images derived fromRasterDataNodes.classclassMethods in org.esa.snap.core.image that return MultiLevelSourceModifier and TypeMethodDescriptionstatic MultiLevelSourceColoredMaskImageMultiLevelSource.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 MultiLevelSourceMaskLayerType.createMultiLevelSource(PropertySet configuration) static MultiLevelSourceMaskLayerType.createMultiLevelSource(Mask mask) Methods in org.esa.snap.core.layer with parameters of type MultiLevelSourceModifier and TypeMethodDescriptionRasterImageLayerType.createLayer(RasterDataNode raster, MultiLevelSource multiLevelSource)