Release Notes |
This document describes the main changes that have been made to JViews Maps since version 8.6.
Incompatibilities
General Changes
Library Changes
New Packages
ilog.views.maps.datasource.ibm.IlvDB2ConnectionPanel
ilog.views.maps.datasource.ibm.IlvDBAbstractConnectionPanel
ilog.views.maps.datasource.ibm.IlvDBConnectionInfo
ilog.views.maps.datasource.ibm.IlvDBDataSource
ilog.views.maps.datasource.ibm.IlvDBFeatureIterator
ilog.views.maps.datasource.ibm.IlvInformixConnectionPanel
ilog.views.maps.datasource.ibm.db2.DB2FeatureIterator
ilog.views.maps.datasource.ibm.db2.IlvDB2ConnectionInfo
ilog.views.maps.datasource.ibm.db2.IlvDB2DataSource
ilog.views.maps.datasource.ibm.informix.IlvInformixConnectionInfo
ilog.views.maps.datasource.ibm.informix.IlvInformixDataSource
ilog.views.maps.datasource.ibm.informix.InformixFeatureIterator
Example Changes
ilog.views.util.IlvProductUtil
.
An additional keys.jlm
license file is no longer needed.
Before deployment, use of jlmdeploy
is no longer needed either.
The jlmdeploy
tool has been removed.
ilog.views.maps.datasource.ibm
This package, and its sub-packages, contain the classes required to import data from IBM spatial databases.
ilog.views.maps.datasource.ibm.IlvDB2ConnectionPanel
A swing panel to enter DB2 database connection parameters.
ilog.views.maps.datasource.ibm.IlvDBAbstractConnectionPanel
An abstract panel used to enter database connection parameters.
ilog.views.maps.datasource.ibm.IlvDBConnectionInfo
Manages the database connection parameters through the JDBC utilities.
ilog.views.maps.datasource.ibm.IlvDBDataSource
An abstract data source used to read map data from DB2 and INFORMIX databases.
ilog.views.maps.datasource.ibm.IlvDBFeatureIterator
An abstract iterator for a DB2 or INFORMIX data source.
ilog.views.maps.datasource.ibm.IlvInformixConnectionPanel
A swing panel to enter INFORMIX database connection parameters.
ilog.views.maps.datasource.ibm.db2.DB2FeatureIterator
* An implementation of
IlvDBFeatureIterator
for DB2 databases.
ilog.views.maps.datasource.ibm.db2.IlvDB2ConnectionInfo
An implementation of
IlvDBConnectionInfo
for DB2 databases.
ilog.views.maps.datasource.ibm.db2.IlvDB2DataSource
An implementation of
IlvDBDataSource
for DB2 databases.
ilog.views.maps.datasource.ibm.informix.IlvInformixConnectionInfo
An implementation of
IlvDBConnectionInfo
for INFORMIX databases.
ilog.views.maps.datasource.ibm.informix.IlvInformixDataSource
An implementation of
IlvDBDataSource
for INFORMIX databases.
ilog.views.maps.datasource.ibm.informix.InformixFeatureIterator
An implementation of
IlvDBFeatureIterator
for INFORMIX databases.
ilog.views.maps.IlvMapInputStream
IlvMapInputStream(URL)
:
Creates an IlvMapInputStream
from an URL
.
ilog.views.maps.IlvMapUtil
Locale
different from IlvSwingUtil.getDefaultLocale()
.getString(Class, String, Locale)
:
Returns the resource string for this key in the Locale
specified.
ilog.views.maps.IlvUnit
getLocalizedName(Locale)
:
Returns the local name of the unit.
ilog.views.maps.export.SDOConnectionPanel
getDriver()
:
Returns the jdbc driver.
setDriver(String)
:
Changes the jdbc driver.
getHostName()
:
Returns the host name.
setHostName(String)
:
Changes the host name.
getHostPort()
:
Returns the port on the host machine.
setHostPort(String)
:
Changes the port on the host machine.
getPassword()
:
Returns the password.
setPassword(String)
:
Changes the password.
getSid()
:
Changes the database ID.
setSid(String)
:
Changes the database ID.
getUser()
:
Returns the database user.
setUser(String)
:
Changes the database user.
isConnected()
:
Indicates whether or not the panel is connected to Oracle.
isModelChoiceVisible()
:
Indicates whether the model choice is available.
setModelChoiceVisible(boolean)
:
Sets the model choice visibility.
setFileChooser(JFileChooser)
:
Sets the file chooser used to select the layer, in order to rescan the directory when the SDO model type is changed.
ilog.views.maps.filters.IlvSplitFeatureFilter
getLocale()
:
Returns the locale used to call
String.toLowerCase(Locale)
before comparing string values.
setLocale(Locale)
:
Changes the locale used to call
String.toLowerCase(Locale)
when comparing string values.
ilog.views.maps.format.IlvMapLoader
getFileLocale()
:
Returns the locale used to call
String.toLowerCase(Locale)
when comparing file extensions.
setLocale(Locale)
:
Changes the locale used to callString.toLowerCase(Locale)
when comparing file extensions.
jvmf:mapView
progressiveZoom
:
Enables or disables the progressive zoom effect of the view.scrollBars
:
Enables or disables scroll bars of the view.