Package | Description |
---|---|
ilog.views.maps |
This package contains the base classes to write map applications.
|
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.sdm.renderer.maps |
Contains the class
IlvMapRenderer that gives access to
the features of the Rogue Wave JViews Maps product. |
ilog.views.tiling |
Provides the framework to implement load on demand.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMapFreeTile
IlvMapFreeTile represents a free tile that applies the style
of a map layer to IlvGraphic components before adding them to an
IlvTiledLayer . |
Modifier and Type | Method and Description |
---|---|
IlvMapFeatureIterator |
IlvTiledShapeDataSource.FilteredShapeFileTileLoader.getFeatureIterator(IlvTile tile)
Returns the feature iterator to load features from the specified tile.
|
Modifier and Type | Method and Description |
---|---|
abstract IlvMapFeatureIterator |
IlvMapTileLoader.getFeatureIterator(IlvTile tile)
Returns the feature iterator to read features for the specified tile.
|
void |
IlvMapTileLoader.load(IlvTile tile)
Method called when a tile has to be loaded.
|
void |
IlvMapTileLoader.release(IlvTile tile)
Releases the specified tile.
|
Modifier and Type | Method and Description |
---|---|
IlvMapFeatureIterator |
IlvImageTileLoader.getFeatureIterator(IlvTile tile)
Returns an
IlvMapFeatureIterator used to load
the tile tile. |
protected String |
IlvImageTileLoader.getFileName(IlvTile tile)
Returns the file name corresponding to the tile tile.
|
Modifier and Type | Method and Description |
---|---|
abstract ResultSet |
IlvSDOTileLoader.getResultSet(IlvTile tile)
Returns the
ResultSet containing the SDO geometries that
intersect the specified tile. |
ResultSet |
IlvDefaultSDOTileLoader.getResultSet(IlvTile tile)
Returns a
ResultSet containing all the geometries that
intersect the tile. |
String |
IlvDefaultSDOTileLoader.getSDOCode(IlvTile tile)
Returns the SDO code associated with the tile.
|
void |
IlvSDOTileLoader.load(IlvTile tile)
Loads a tile from the Oracle database and adds the graphic objects
to the layer of the tile.
|
void |
IlvDefaultSDOTileLoader.load(IlvTile tile)
Loads a tile from the Oracle database and adds the graphic objects
to the layer of the tile.
|
void |
IlvSDOTileLoader.release(IlvTile tile)
Releases the content of a tile when required by the cache of the layer.
|
Modifier and Type | Method and Description |
---|---|
ResultSet |
IlvDefaultObjectSDOTileLoader.getResultSet(IlvTile tile)
Returns the
ResultSet containing the geometries that
intersect the specified tile. |
void |
IlvDefaultObjectSDOTileLoader.load(IlvTile tile)
Loads a tile from the Oracle database and adds the graphic objects
to the layer of the tile.
|
Modifier and Type | Method and Description |
---|---|
IlvMapFeatureIterator |
IlvShapeFileTileLoader.getFeatureIterator(IlvTile tile)
Returns the feature iterator to load features from the specified tile.
|
Modifier and Type | Method and Description |
---|---|
IlvRasterTileLoader |
IlvMultiTileLoader.getLoader(IlvTile tile)
Return the tile loader for the tile.
|
void |
IlvRasterTileLoader.load(IlvTile tile)
Function called when a tile has to be loaded.
|
void |
IlvRasterSubsamplingLoader.load(IlvTile tile)
Function called when a tile has to be loaded.
|
void |
IlvMultiTileLoader.load(IlvTile tile)
Function called when a tile has to be loaded.
|
protected void |
IlvRasterTileLoader.rasterTileLoaded(IlvTile tile)
This method is called when a raster tile has been loaded.
|
void |
IlvRasterTileLoader.release(IlvTile tile)
Function called when a tile has to be released.
|
void |
IlvRasterSubsamplingLoader.release(IlvTile tile)
Function called when a tile has to be released.
|
void |
IlvMultiTileLoader.release(IlvTile tile)
Function called when a tile has to be released.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAreaOfInterestTile
A
IlvMapFreeTile that stores longitude and latitude bounds (for reprojection purposes). |
Modifier and Type | Method and Description |
---|---|
IlvMapFeatureIterator |
IlvRegionOfInterestTileLoader.getFeatureIterator(IlvTile tile)
Returns an
IlvMapFeatureIterator used to iterate over map
features within the bounds of the tiles specified. |
void |
IlvRegionOfInterestTileLoader.load(IlvTile tile)
Method called when a tile has to be loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvImageTileLoader.load(IlvTile tile)
Implementation of the
IlvTileLoader interface. |
void |
IlvImageTileLoader.release(IlvTile tile)
Implementation of the
IlvTileLoader interface. |
Modifier and Type | Class and Description |
---|---|
class |
IlvFreeTile
A tile represents an elementary rectangular area that is loaded
or released when needed by the application.
|
Modifier and Type | Method and Description |
---|---|
IlvTile |
TileEvent.getTile()
Returns the modified tile.
|
IlvTile |
IlvTileController.getTile(int column,
int row)
Returns the specified tile or
null if the tile is neither
loaded nor cached. |
Modifier and Type | Method and Description |
---|---|
void |
IlvThreadedTileLoader.addNonCancellableTask(IlvTile currentTile)
Specify that a task related to the given tile can not be cancel.
|
void |
IlvTileLoader.load(IlvTile tile)
Function called when a tile has to be loaded.
|
void |
IlvThreadedTileLoader.load(IlvTile tile)
Function called when a tile has to be loaded.
|
void |
IlvTileController.lockTile(IlvTile tile,
Object source)
Loads the specified tile.
|
void |
IlvTileLoader.release(IlvTile tile)
Function called when a tile has to be released.
|
void |
IlvThreadedTileLoader.release(IlvTile tile)
Function called when a tile has to be released.
|
protected void |
IlvTileCache.releaseTile(IlvTile tile)
Releases a tile.
|
abstract void |
IlvTileCache.tileAboutToLoad(IlvTile tile)
This method is called by a tile controller each time
a tile is about to be loaded.
|
void |
IlvDefaultTileCache.tileAboutToLoad(IlvTile tile)
This method is called by a tile controller each time that
a tile is about to be loaded.
|
abstract void |
IlvTileCache.tileCached(IlvTile tile)
This method is called each time a loaded tile no
longer has a lock.
|
void |
IlvDefaultTileCache.tileCached(IlvTile tile)
This method is called each time a loaded tile no longer has a lock.
|
abstract void |
IlvTileCache.tileRetrieved(IlvTile tile)
This method is called each time that an unreleased cached tile
is locked again.
|
void |
IlvDefaultTileCache.tileRetrieved(IlvTile tile)
This method is called each time that a cached tile is locked again.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.