Uses of Class
ilog.views.maps.format.oracle.IlvSDOConnection

Packages that use IlvSDOConnection
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. 
 

Uses of IlvSDOConnection in ilog.views.maps.datasource
 

Constructors in ilog.views.maps.datasource with parameters of type IlvSDOConnection
IlvSDODataSource.OracleIterator(IlvSDOConnection connection, boolean isObjectModel, String layerName)
          Creates an OracleIterator from a specified Oracle SDO connection.
IlvSDODataSource.OracleIterator(IlvSDOConnection connection, boolean isObjectModel, String layerName, IlvThreadedActivityMonitor tmonitor)
          Creates an OracleIterator from a specified Oracle SDO connection.
IlvSDODataSource(IlvSDOConnection connection, boolean isObjectModel, String layerName)
          Constructs a new Oracle IlvSDODataSource using the specified parameters
 

Uses of IlvSDOConnection in ilog.views.maps.export
 

Methods in ilog.views.maps.export that return IlvSDOConnection
 IlvSDOConnection SDOConnectionPanel.getConnection()
          Returns the connection.
 

Methods in ilog.views.maps.export with parameters of type IlvSDOConnection
 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.
 

Uses of IlvSDOConnection in ilog.views.maps.format.oracle
 

Methods in ilog.views.maps.format.oracle that return IlvSDOConnection
 IlvSDOConnection IlvSDOTileLoader.getConnection()
          Returns the connection to the Oracle database.
 IlvSDOConnection IlvSDOLayer.getConnection()
          Returns the IlvSDOConnection of this layer.
 

Methods in ilog.views.maps.format.oracle with parameters of type IlvSDOConnection
 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.
 void IlvSDOConnectionFactory.makeConnection(IlvSDOConnection connect)
          This method is called when an IlvSDOLayer requires an Oracle connection.
 

Constructors in ilog.views.maps.format.oracle with parameters of type IlvSDOConnection
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
 

Uses of IlvSDOConnection in ilog.views.maps.format.oracle.objectmodel
 

Methods in ilog.views.maps.format.oracle.objectmodel with parameters of type IlvSDOConnection
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.
 

Constructors in ilog.views.maps.format.oracle.objectmodel with parameters of type IlvSDOConnection
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 © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.