|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlvRasterMappedBuffer | |
|---|---|
| ilog.views.maps | This package contains the base classes to write map applications. |
| ilog.views.maps.format.geotiff | This package contains classes that you can use to read GeoTIFF files. |
| ilog.views.maps.raster | Provides classes for orthodromy measurement. |
| Uses of IlvRasterMappedBuffer in ilog.views.maps |
|---|
| Methods in ilog.views.maps with parameters of type IlvRasterMappedBuffer | |
|---|---|
void |
IlvMapOutputStream.registerMappedBufferPosition(IlvRasterMappedBuffer buffer,
long position)
Registers the start position of the specified IlvRasterMappedBuffer in the serialized raster data file being
written by this IlvMapOutputStream instance. |
| Uses of IlvRasterMappedBuffer in ilog.views.maps.format.geotiff |
|---|
| Methods in ilog.views.maps.format.geotiff that return IlvRasterMappedBuffer | |
|---|---|
static IlvRasterMappedBuffer |
IlvRasterGeoTiffReader.fillMappedRasterSource(IlvRasterProperties props,
RenderedImage cr)
Utility method to create the data buffer of an on-demand pixel image from a GeoTiff RenderedImage. |
| Uses of IlvRasterMappedBuffer in ilog.views.maps.raster |
|---|
| Methods in ilog.views.maps.raster that return IlvRasterMappedBuffer | |
|---|---|
IlvRasterMappedBuffer |
IlvRasterTileLoader.getRasterMappedBuffer()
Return the data of the raster of the original image. |
IlvRasterMappedBuffer |
IlvRasterAbstractReader.getRasterMappedBuffer(int imageIndex)
Retrieves the pixel buffer of the image. |
| Methods in ilog.views.maps.raster with parameters of type IlvRasterMappedBuffer | |
|---|---|
int |
IlvRasterAbstractReader.addRaster(IlvRasterProperties rasterInfo,
IlvRasterMappedBuffer source)
Adds a new set of image information to the list managed by the raster reader. |
IlvRasterTileLoader |
IlvRasterAbstractReader.createRasterTileLoader(IlvRasterProperties rasterInfo,
IlvRasterMappedBuffer source,
int imageIndex,
boolean allowSubsampling)
Creates the IlvRasterTileLoaderused to tile the images produced by
the IlvRasterAbstractReader.getTileLoader(int)method. |
double |
IlvRasterProperties.getInterpolatedIntPixel(IlvCoordinate c,
IlvRasterMappedBuffer buff)
Interpolates inter pixel data instead of returning the exact pixel value. |
void |
IlvRasterMappedBuffer.JITDataLoader.loadData(IlvRasterMappedBuffer source,
IlvRasterProperties properties)
Method to load data when the tile loader needs it. |
void |
IlvRasterMappedBuffer.JITDataLoader.unloadData(IlvRasterMappedBuffer rasterMappedBuffer,
IlvRasterProperties rasterProperties)
Method to unload a tile content. |
| Constructors in ilog.views.maps.raster with parameters of type IlvRasterMappedBuffer | |
|---|---|
IlvRasterSubsamplingLoader(IlvRasterProperties rasterProperties,
IlvRasterMappedBuffer rasterMappedBuffer,
IlvCoordinateTransformation transformation,
int tileSize)
Creates a loader that will initially display an 8x8
subsample image. |
|
IlvRasterTileLoader(IlvRasterProperties rasterProperties,
IlvRasterMappedBuffer rasterMappedBuffer,
IlvCoordinateTransformation transformation)
Constructor taking as parameters the information about the raster and the data in two separated objects. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||