Package | Description |
---|---|
ilog.views.maps.format.cadrg |
This package contains classes for reading CADRG 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.raster |
Provides classes for orthodromy measurement.
|
ilog.views.tiling |
Provides the framework to implement load on demand.
|
Constructor and Description |
---|
IlvCADRGLayer(IlvCADRGCoverage coverage,
IlvTileCache cache)
Creates an instance of
IlvCADRGLayer . |
Constructor and Description |
---|
IlvSDOLayer(IlvSDOConnection connection,
IlvSDOTileLoader sdoTileLoader,
IlvTileCache cache)
Initializes an instance of
IlvSDOLayer that loads
the data with the specified tile loader. |
IlvSDOLayer(IlvSDOConnection connection,
IlvSDOTileLoader sdoTileLoader,
IlvTileCache cache,
int mode)
Initializes an instance of
IlvSDOLayer that loads
the data with the specified tile loader. |
IlvSDOLayer(IlvSDOConnection connection,
String layerName,
IlvTileCache cache)
Initializes an instance of
IlvSDOLayer that will load
the data from the specified layer name. |
Constructor and Description |
---|
IlvObjectSDOLayer(IlvSDOTileLoader loader,
IlvTileCache cache)
Initializes an instance of
IlvObjectSDOLayer to load data
from an Object SDO layer. |
Constructor and Description |
---|
IlvRasterSplitter(IlvTileCache cache)
Constructs an
IlvRasterSplitter instance using the
specified IlvTileCache . |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultTileCache
The default cache of the tile controllers.
|
Modifier and Type | Method and Description |
---|---|
IlvTileCache |
IlvTileController.getCache()
Returns the cache that manages the cached tiles of the controller.
|
Constructor and Description |
---|
IlvTileController(IlvManager manager,
IlvRect tileOrigin,
IlvTileCache cache)
Creates an instance of a tile controller for the manager and specifies
the cache.
|
IlvTileController(IlvManager manager,
IlvTileCache cache)
Creates an instance of a tile controller for the manager and specifies
the cache.
|
IlvTiledLayer(IlvRect tileOrigin,
IlvTileCache cache)
Creates an instance of
IlvTiledLayer and specifies its cache. |
IlvTiledLayer(IlvRect tileOrigin,
IlvTileCache cache,
int mode)
Creates an instance of tiled layer.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.