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.glayerAPI.com.bc.ceres.glevel Adds multi-resolution / image pyramid capabilities to JAI.com.bc.ceres.glevel.support Various support classes for thecom.bc.ceres.glevelAPI.org.esa.snap.core.image Provides frequently used JAIOpImageimplementations and theImageManagerutility class.org.esa.snap.core.layer Provides frequently usedLayerTypeimplementations. -
-
Uses of MultiLevelSource in com.bc.ceres.glayer.support
Methods in com.bc.ceres.glayer.support that return MultiLevelSource Modifier and Type Method Description MultiLevelSourceImageLayer. getMultiLevelSource()Methods in com.bc.ceres.glayer.support with parameters of type MultiLevelSource Modifier and Type Method Description voidImageLayer. 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 classMultiLevelImageAPlanarImagewhich can act as aMultiLevelSource.Fields in com.bc.ceres.glevel declared as MultiLevelSource Modifier and Type Field Description static MultiLevelSourceMultiLevelSource. NULLMethods in com.bc.ceres.glevel with parameters of type MultiLevelSource Modifier and Type Method Description voidMultiLevelRenderer. 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
Classes in com.bc.ceres.glevel.support that implement MultiLevelSource Modifier and Type Class Description classAbstractMultiLevelSourceAn abstract base class forMultiLevelSourceimplementations.classDefaultMultiLevelImageAdapts a JAIPlanarImageto theMultiLevelSourceinterface.classDefaultMultiLevelSourceA default implementation for theMultiLevelSourceinterface.classFileMultiLevelSourceA file based image pyramid.classGenericMultiLevelSourceAGenericMultiLevelSourceis aMultiLevelSourcecomputing 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 MultiLevelSourceDefaultMultiLevelSource. NULLMethods in com.bc.ceres.glevel.support that return MultiLevelSource Modifier and Type Method Description MultiLevelSource[]GenericMultiLevelSource. getMultiLevelSources()MultiLevelSourceDefaultMultiLevelImage. getSource()Methods in com.bc.ceres.glevel.support with parameters of type MultiLevelSource Modifier and Type Method Description voidConcurrentMultiLevelRenderer. renderImage(Rendering rendering, MultiLevelSource multiLevelSource, int currentLevel)voidDefaultMultiLevelRenderer. 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 classAbstractMatrixMosaicSubsetMultiLevelSourceCreated by jcoravu on 12/12/2019.classAbstractMosaicSubsetMultiLevelSourceCreated by jcoravu on 11/12/2019.classColoredBandImageMultiLevelSourceA multi-level source (= level-image source for image pyramids) for visual RGB images derived fromRasterDataNodes.classColoredMaskImageMultiLevelSourceclassTiledFileMultiLevelSourceMethods in org.esa.snap.core.image that return MultiLevelSource Modifier and Type Method Description static 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 MultiLevelSource Modifier and Type Method Description static MultiLevelSourceMaskLayerType. createMultiLevelSource(PropertySet configuration)static MultiLevelSourceMaskLayerType. createMultiLevelSource(Mask mask)Methods in org.esa.snap.core.layer with parameters of type MultiLevelSource Modifier and Type Method Description LayerRasterImageLayerType. createLayer(RasterDataNode raster, MultiLevelSource multiLevelSource)
-