Package | Description |
---|---|
ilog.views.maps.datasource |
Provides predefined data sources.
|
ilog.views.maps.export |
Provides classes to export map data to various formats.
|
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.
|
Constructor and Description |
---|
IlvSDODataSource(IlvSDOConnection connection,
boolean isObjectModel,
String layerName)
Constructs a new Oracle
IlvSDODataSource using the specified parameters |
OracleIterator(IlvSDOConnection connection,
boolean isObjectModel,
String layerName)
Creates an
OracleIterator from a specified Oracle SDO
connection. |
OracleIterator(IlvSDOConnection connection,
boolean isObjectModel,
String layerName,
IlvThreadedActivityMonitor tmonitor)
Creates an
OracleIterator from a specified Oracle SDO
connection. |
Modifier and Type | Method and Description |
---|---|
IlvSDOConnection |
SDOConnectionPanel.getConnection()
Returns the connection.
|
Modifier and Type | Method and Description |
---|---|
void |
SDOConnectionPanel.makeConnection(IlvSDOConnection conn)
Sets the current connection (
IlvSDOConnectionFactory implementation). |
void |
IlvSDOExporter.setConnection(IlvSDOConnection sdoConnection)
Sets the current connection to be used by this
IlvSDOExporter
instance. |
Modifier and Type | Method and Description |
---|---|
IlvSDOConnection |
IlvSDOTileLoader.getConnection()
Returns the connection to the Oracle database.
|
IlvSDOConnection |
IlvSDOLayer.getConnection()
Returns the
IlvSDOConnection of this layer. |
Modifier and Type | Method and Description |
---|---|
void |
IlvSDOConnectionFactory.makeConnection(IlvSDOConnection connect)
This method is called when an
IlvSDOLayer requires an
Oracle connection. |
void |
IlvDefaultSDOJConnectionFactory.makeConnection(IlvSDOConnection conn)
This method is called when an
IlvSDOLayer object
requires an
Oracle connection. |
void |
IlvDefaultSDOConnectionFactory.makeConnection(IlvSDOConnection conn)
This method is called when an
IlvSDOLayer object
requires an Oracle connection. |
Constructor and Description |
---|
IlvDefaultSDOTileLoader(IlvSDOConnection connection,
String layerName)
Initializes an instance of
IlvDefaultSDOTileLoader ,
which loads tiles from the specified layer of an SDO database. |
IlvRasterSDOReader(IlvSDOConnection sdoConnection,
String rasterLayerName)
Constructs an
IlvSDORasterReader using a specific SQL connection
and a layername. |
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)
Initializes an instance of
IlvSDOLayer that will load
the data from the specified layer name. |
IlvSDOLayer(IlvSDOConnection connection,
String layerName,
IlvTileCache cache)
Initializes an instance of
IlvSDOLayer that will load
the data from the specified layer name. |
IlvSDOTileLoader(IlvSDOConnection connection)
Initializes an instance of
IlvSDOTileLoader |
Modifier and Type | Method and Description |
---|---|
static boolean |
IlvObjectSDOUtil.CheckLayerExistence(IlvSDOConnection connection,
String layerName)
Checks whether the specified layer exists.
|
static boolean |
IlvObjectSDOUtil.CheckTableExistence(IlvSDOConnection connection,
String tableName)
Checks whether the specified table exists.
|
static void |
IlvObjectSDOUtil.DropLayer(IlvSDOConnection connection,
String layerName)
Removes the specified layer from database.
|
Constructor and Description |
---|
IlvDefaultObjectSDOTileLoader(IlvSDOConnection connection,
IlvObjectSDOLayerMetaData metadata,
double tileWidth,
double tileHeight,
String xDimensionName,
String yDimensionName,
IlvObjectSDOKeyExtractor keyExtractor,
IlvRect size)
The main constructor of
IlvDefaultObjectSDOTileLoader . |
IlvDefaultObjectSDOTileLoader(IlvSDOConnection connection,
String layerName,
double tileWidth,
double tileHeight,
String keyColumnName)
Initializes an instance of
IlvDefaultObjectSDOTileLoader . |
IlvObjectSDOLayer(IlvSDOConnection connection,
IlvObjectSDOLayerMetaData metadata,
double tileWidth,
double tileHeight,
String xColumnName,
String yColumnName,
IlvObjectSDOKeyExtractor keyExtractor,
IlvRect size)
The main constructor of
IlvObjectSDOLayer to load data
from an Object SDO layer. |
IlvObjectSDOLayer(IlvSDOConnection connection,
String tableName,
double tileWidth,
double tileHeight,
String keyColumnName)
Initializes an instance of
IlvObjectSDOLayer to load data
from an SDO layer. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.