Package | Description |
---|---|
ilog.views.maps.defense.terrain3d.model |
Classes to manage the 3D terrain model displayed in the 3D view.
|
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.
|
Constructor and Description |
---|
IlvRasterMappedBuffer3DTile(IlvRasterTileLoader tileLoader,
Ilv3DDoubleVector center,
float tileWidth,
float tileHeight,
IlvManagerView view)
Constructs an
IlvRasterMappedBuffer3DTile from the specified parameters. |
Modifier and Type | Method and Description |
---|---|
boolean |
IlvGeotiffWriter.writeImage(IlvRasterTileLoader loader,
String fileName)
Writes an image for an
IlvRasterTileLoader |
Modifier and Type | Class and Description |
---|---|
class |
IlvRasterSubsamplingLoader
IlvRasterSubsamplingLoader provides the mechanism for
progressive dynamic tiling. |
Modifier and Type | Field and Description |
---|---|
IlvRasterTileLoader |
IlvMapRasterGeometry.loader
The loader of the raster.
|
Modifier and Type | Method and Description |
---|---|
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. |
IlvRasterTileLoader |
IlvRasterIcon.getLoader()
Returns the loader used to create the image.
|
IlvRasterTileLoader |
IlvMultiTileLoader.getLoader(IlvTile tile)
Return the tile loader for the tile.
|
IlvRasterTileLoader |
IlvRasterAbstractReader.getTileLoader(int imageIndex)
Creates and returns the image corresponding to the raster info and raster
image source of the provided index.
|
IlvRasterTileLoader |
IlvRasterAbstractReader.getTileLoader(int imageIndex,
boolean allowSubsampling)
Creates and returns the image corresponding to the raster info and raster
image source of the provided index.
|
Modifier and Type | Method and Description |
---|---|
Collection<IlvRasterTileLoader> |
IlvRasterAbstractReader.getTileLoaders()
Creates and returns the images corresponding to the rasters read.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMultiTileLoader.addLoader(IlvRasterTileLoader rasterLoader,
IlvFreeTile currentTile)
Adds a loader to load the tile.
|
void |
IlvShadeableRasterStyle.updateLoader(IlvRasterTileLoader loader)
Updates the loader of this
IlvShadeableRasterStyle instance
with the orientation parameters. |
Constructor and Description |
---|
IlvRasterIcon(IlvRasterTileLoader loader,
int subsampling,
Point2D.Double p1,
Point2D.Double p2)
Creates a dynamic raster image.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.