Uses of Interface
com.luciad.format.raster.ILcdMultilevelRaster
Packages that use ILcdMultilevelRaster
Package
Description
ILcdEarthTileSet that provides raster data
suitable for use as a 3D terrain texture.Provides representations, decoders, and encoders for rasters.
Provides a domain model for working with pixel data and a framework for performing
image processing on such data.
Client API for an OGC Web Coverage Service (WCS).
Contains all classes for terrain elevation analysis.
The hypsometry package provides support for computing and rendering slopes,
orientations, azimuths, and other parameters derived from elevations.
The viewshed package provides support for computing and rendering visbility for
3D scenes consisting of any meshes, extruded shapes or terrain.
-
Uses of ILcdMultilevelRaster in com.luciad.earth.tileset.raster
Classes in com.luciad.earth.tileset.raster that implement ILcdMultilevelRasterModifier and TypeClassDescriptionclassViews anILcdEarthTileSetas anILcdMultilevelRaster.classViews anILcdEarthTileSetwith elevation data as anILcdMultilevelRaster.class -
Uses of ILcdMultilevelRaster in com.luciad.format.raster
Classes in com.luciad.format.raster that implement ILcdMultilevelRasterModifier and TypeClassDescriptionclassImportant notice: the packagecom.luciad.imagingpresents a new API for the modeling of raster data.Methods in com.luciad.format.raster with parameters of type ILcdMultilevelRasterModifier and TypeMethodDescriptionfinal doubleALcdRasterPainter.idealPixelDensity(ILcdMultilevelRaster aRaster, ILcdGXYContext aGXYContext, Graphics aGraphics) Computes the ideal pixel density that a raster should have for display in the given context.intTLcdMultilevelRasterPainter.suitableRasterLevel(ILcdMultilevelRaster aMultiLevelRaster, ILcdGXYContext aGXYContext) Computes the raster level in the given multi-level raster that is most suitable for processing or analysis, in the given context.intTLcdMultilevelRasterPainter.suitableRasterLevel(ILcdMultilevelRaster aMultilevelRaster, ILcdGXYContext aGXYContext, Graphics aGraphics) Computes the raster level in the given multi-level raster that is most suitable for display, in the given context.intTLcdNoWarpMultilevelRasterPainter.suitableRasterLevel(ILcdMultilevelRaster aMultiLevelRaster, ILcdGXYContext aGXYContext) Computes the raster level in the given multi-level raster that is most suitable for processing or analysis, in the given context.intTLcdNoWarpMultilevelRasterPainter.suitableRasterLevel(ILcdMultilevelRaster aMultiLevelRaster, ILcdGXYContext aGXYContext, Graphics aGraphics) Computes the raster level in the given multi-level raster that is most suitable for display, in the given context.intTLcdWarpMultilevelRasterPainter.suitableRasterLevel(ILcdMultilevelRaster aMultiLevelRaster, ILcdGXYContext aGXYContext) Computes the raster level in the given multi-level raster that is most suitable for processing or analysis, in the given context.intTLcdWarpMultilevelRasterPainter.suitableRasterLevel(ILcdMultilevelRaster aMultiLevelRaster, ILcdGXYContext aGXYContext, Graphics aGraphics) Computes the raster level in the given multi-level raster that is most suitable for display, in the given context. -
Uses of ILcdMultilevelRaster in com.luciad.imaging
Methods in com.luciad.imaging with parameters of type ILcdMultilevelRasterModifier and TypeMethodDescriptionTLcdRasterImageBuilder.raster(ILcdMultilevelRaster aMultilevelRaster) Set the source raster to create images from. -
Uses of ILcdMultilevelRaster in com.luciad.ogc.wcs.client
Classes in com.luciad.ogc.wcs.client that implement ILcdMultilevelRasterModifier and TypeClassDescriptionclassA client for OpenGIS Web Coverage Services (WCS). -
Uses of ILcdMultilevelRaster in com.luciad.tea
Methods in com.luciad.tea with parameters of type ILcdMultilevelRasterModifier and TypeMethodDescriptionprotected ILcdRasterTLcdTeaViewUtil.retrieveRasterFromMultiLevelRaster(ILcdMultilevelRaster aMultiLevelRaster, ILcdBounds aModelBounds, ILcdGXYLayer aGXYLayer, ILcdGXYView aGXYView) Deprecated.Retrieves from aMultiLevelRaster in aGXYLayer in aGXYView a single raster that is touched by aModelBounds.protected ILcdRasterTLcdTeaViewUtil.retrieveRasterFromMultiLevelRaster(ILcdMultilevelRaster aMultiLevelRaster, ILcdPoint aModelPoint, ILcdGXYLayer aGXYLayer, ILcdGXYView aGXYView) Deprecated.Retrieves from aMultiLevelRaster in aGXYLayer in aGXYView a single raster that is touched by aModelPoint.protected ILcdRasterTLcdTerrainProfileUtil.retrieveRasterFromMultiLevelRaster(ILcdMultilevelRaster aMultiLevelRaster, ILcdPoint aModelPoint, ILcdGXYLayer aGXYLayer, ILcdGXYView aGXYView) Deprecated.Returns the raster from the given multilevel raster containing the specified model point. -
Uses of ILcdMultilevelRaster in com.luciad.tea.hypsometry
Methods in com.luciad.tea.hypsometry that return ILcdMultilevelRasterModifier and TypeMethodDescriptionILcdHypsometricMultilevelRasterFactory.createHypsometricMultilevelRaster(ILcdMultilevelRaster aMultilevelRaster, double aElevationScale) Creates a hypsometric version of the given multilevel raster.TLcdHypsometricMultilevelRasterFactory.createHypsometricMultilevelRaster(ILcdMultilevelRaster aMultilevelRaster, double aElevationScale) Methods in com.luciad.tea.hypsometry with parameters of type ILcdMultilevelRasterModifier and TypeMethodDescriptionILcdHypsometricMultilevelRasterFactory.createHypsometricMultilevelRaster(ILcdMultilevelRaster aMultilevelRaster, double aElevationScale) Creates a hypsometric version of the given multilevel raster.TLcdHypsometricMultilevelRasterFactory.createHypsometricMultilevelRaster(ILcdMultilevelRaster aMultilevelRaster, double aElevationScale) -
Uses of ILcdMultilevelRaster in com.luciad.tea.viewshed
Classes in com.luciad.tea.viewshed that implement ILcdMultilevelRasterModifier and TypeClassDescriptionclassThis ILcdMultilevelRaster can be used to visualize anILcdViewshed.