Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
IlvRasterTileLoader used 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.
|
Constructor and Description |
---|
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.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.