Package | Description |
---|---|
ilog.views.maps.datasource |
Provides predefined data sources.
|
ilog.views.maps.format |
Provides classes to read various map file formats.
|
ilog.views.maps.format.image |
This package contains classes that you can use to read TIFF,JPG,GIF or PNG files.
|
ilog.views.maps.format.oracle |
This package provides interfaces and classes for dealing with Oracle SDO.
|
ilog.views.maps.format.oracle.objectmodel |
This package provides interfaces and classes for dealing with Oracle Spatial, using the Object Model.
|
ilog.views.maps.format.shapefile |
This package contains classes that you can use to read the ESRI Shapefile format.
|
ilog.views.maps.raster |
Provides classes for orthodromy measurement.
|
ilog.views.maps.tiling |
Specific classes for managing load-on-demand tiles for data sources and feature iterator.
|
ilog.views.tiling |
Provides the framework to implement load on demand.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvTiledShapeDataSource.FilteredShapeFileTileLoader
Filtered tile loader.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMapTileLoader
The base abstract class for tile loaders specialized in loading
map formats.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvImageTileLoader
This class is a
IlvTileLoader specialized
for loading a set of images, each image representing a tile
in a tiled data set. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultSDOTileLoader
This tile loader loads a complete SDO layer with tiles that are equivalent
to the SDO tiles.
|
class |
IlvSDOTileLoader
The base class to implement tile loaders for Oracle SDO.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultObjectSDOTileLoader
This class implements an
IlvTileLoader to load tiles
from Oracle Spatial, using the Oracle Spatial Object Relational Model. |
Modifier and Type | Class and Description |
---|---|
class |
IlvShapeFileTileLoader
This class implements a tile loader to read tiles from an ESRI Shapefile
whose spatial index has been created.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMultiTileLoader
Loader to manage many different generic tiles.
|
class |
IlvRasterSubsamplingLoader
IlvRasterSubsamplingLoader provides the mechanism for
progressive dynamic tiling. |
class |
IlvRasterTileLoader
This class provides the mechanism for the dynamic tiling.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvRegionOfInterestTileLoader
IlvRegionOfInterestTileLoader implements a tile loader that loads
data from a tilable database on demand. |
Modifier and Type | Class and Description |
---|---|
class |
IlvThreadedTileLoader
This tile loader class delegates actual tile loading to the tile loader
set at construction time.
|
Modifier and Type | Method and Description |
---|---|
IlvTileLoader |
IlvThreadedTileLoader.getDelegateLoader()
Returns the delegate IlvTileLoader of this threaded loader.
|
IlvTileLoader |
IlvTiledLayer.getTileLoader()
Returns the tile loader of the layer.
|
IlvTileLoader |
IlvTileController.getTileLoader()
Returns the tile loader of the controller.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvTiledLayer.setTileLoader(IlvTileLoader tileLoader)
Sets the tile loader of the layer.
|
void |
IlvTileController.setTileLoader(IlvTileLoader tileLoader)
Sets the tile loader of the controller.
|
Constructor and Description |
---|
IlvThreadedTileLoader(IlvTileLoader tileLoader,
boolean threaded)
Creates a tile loader loading tiles on a background thread.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.