Release Notes |
This document describes the main changes that have been made to JViews Maps since version 8.7.
Incompatibilities
General Changes
Library Changes
ilog.views.maps.IlvAbstractCoordinateFormatter
ilog.views.maps.IlvMapCSSRenderer
ilog.views.maps.IlvUnit
ilog.views.maps.beans.IlvFeatureSelectorPanel
ilog.views.maps.beans.IlvJMapScaleControl
ilog.views.maps.beans.editor.IlvDecorationPropertyEditor
ilog.views.maps.datasource.IlvMapDataSource
ilog.views.maps.export.IlvKMLExporter
ilog.views.maps.export.IlvMapExportManager.IlvMapExporter
ilog.views.maps.export.IlvSDOExporter
ilog.views.maps.export.IlvShapeExporter
ilog.views.maps.faces.component.IlvFacesLayerVisibilityTool
ilog.views.maps.faces.dhtml.renderkit.IlvFacesGoogleViewRenderer
ilog.views.maps.faces.dhtml.taglib.IlvFacesGoogleViewTag
ilog.views.maps.faces.dhtml.taglib.IlvFacesLayerVisibilityToolTag
ilog.views.maps.format.wms.IlvWMSReader
ilog.views.maps.graphic.IlvMapGeneralPath
ilog.views.maps.graphic.IlvMapLabel
ilog.views.maps.graphic.IlvMapPolyline
ilog.views.maps.graphic.style.IlvMapTextStyle
ilog.views.maps.grids.IlvAbstractBaseGrid
ilog.views.maps.grids.IlvGridStyle
ilog.views.maps.grids.IlvMGRSGrid.GridInfo
ilog.views.maps.label.IlvMapDefaultLabeler
ilog.views.maps.label.IlvMapLabelStyle
ilog.views.maps.label.IlvMapLabeler
ilog.views.maps.label.IlvMapLabelingLabel
ilog.views.maps.print.IlvMapPageEditor
ilog.views.maps.print.IlvMapPrintableDocument
ilog.views.maps.raster.IlvRasterAbstractReader
ilog.views.maps.rendering.IlvMapTextRenderingStyle
ilog.views.maps.servlet.IlvFacesGoogleViewServletSupport
Example Changes
ilog.views.maps.servlet.IlvFacesGoogleViewHitmapSupport
Use this class to handle hitmap requests coming from the Google View component.
ilog.views.maps.servlet.IlvFacesGoogleViewServletParameterHandlerFactory
Use this class to return the parameter handler for requests processed by
IlvFacesGoogleViewServletSupport
.
ilog.views.maps.servlet.IlvFacesGoogleViewServletParameterValidationListener
This class is designed to work as the parameter validation listener for requests handled by
IlvFacesGoogleViewServletSupport
.
ilog.views.maps.IlvAbstractCoordinateFormatter
getDecimalFormatSymbols()
:
Returns US DecimalFormatSymbols using localized digits.
ilog.views.maps.IlvMapCSSRenderer
getBaseTextDirection()
:
Returns textual notation of the given base text direction.
setBaseTextDirection(String)
:
Changes the base direction of the text.
ilog.views.maps.IlvUnit
getLocalizedAbbreviation(Locale)
:
Returns the abbreviation of the unit.
ilog.views.maps.beans.IlvFeatureSelectorPanel
IlvFeatureSelectorPanel(IlvManager, String, String)
:
Creates a feature selector panel using the parsed file.
getLocalizedFeatureName(String, String)
:
Retrieves the localized name for a feature type.
ilog.views.maps.beans.IlvJMapScaleControl
getScaleFormat()
:
Returns the scale format.
setScaleFormat(NumberFormat)
:
Defines the format to display the numerical scale value.
ilog.views.maps.beans.editor.IlvDecorationPropertyEditor
createLocalizedTextValues()
:
Returns a new array of localized strings representing the values of the property, or null if no localized strings are available.
ilog.views.maps.datasource.IlvMapDataSource
isUsingBackupDataSource()
:
Indicates whether this data source is using backup data, meaning the original data is not available, or that this use is being forced by a
setForceUsingBackupDataSource(boolean)
call.
ilog.views.maps.export.IlvKMLExporter
getDialogTitle()
:
Returns the parameter settings dialog box title.
getSettingsLabel()
:
Returns the label summarizing parameter settings for this exporter.
ilog.views.maps.export.IlvMapExportManager.IlvMapExporter
getDialogTitle()
:
Returns the parameter settings dialog box title.
getSettingsLabel()
:
Returns the label summarizing parameter settings for this exporter.
ilog.views.maps.export.IlvSDOExporter
getConnectionPanel()
:
Returns the Oracle connection panel.
getDialogTitle()
:
Returns the parameter settings dialog box title.
getSettingsLabel()
:
Returns the label summarizing parameter settings for this exporter.
ilog.views.maps.export.IlvShapeExporter
getDialogTitle()
:
Returns the parameter settings dialog box title.
getSettingsLabel()
:
Returns the label summarizing parameter settings for this exporter.
ilog.views.maps.faces.component.IlvFacesLayerVisibilityTool
getBaseTextDirection()
:
Returns the base direction of the element.
setBaseTextDirection(String)
:
Changes the base direction of the element.
ilog.views.maps.faces.dhtml.renderkit.IlvFacesGoogleViewRenderer
API_VERSION
:
Stores and retrieves apiVersion instance JSF tag
V2
:
Value of API_VERSION for Google Maps version 2
V3
:
Value of API_VERSION for Google Maps version 3
ilog.views.maps.faces.dhtml.taglib.IlvFacesGoogleViewTag
getApiVersion()
:
Returns the version of the Google maps API used.
setApiVersion(String)
:
Sets the version of the Google maps API used.
ilog.views.maps.faces.dhtml.taglib.IlvFacesLayerVisibilityToolTag
getBaseTextDirection()
:
Returns the baseTextDirection.
setBaseTextDirection(String)
:
Sets the baseTextDirection.
ilog.views.maps.format.wms.IlvWMSReader
createCapabilitiesXMLReader()
:
Creates a default XML reader used to parse capabilities.
ilog.views.maps.graphic.IlvMapGeneralPath
getLineStyle()
:
Retrieves the line style from the style.
setLineStyle(float[])
:
Sets the line style in the IlvGeneralPathStyle
.
ilog.views.maps.graphic.IlvMapLabel
baseTextDirectionChanged(int, int)
:
Called when the object is base text direction sensitive and the resolved base text direction has changed.
isBaseTextDirectionSensitive()
:
Returns true
if the bounding box of this object depends on its text direction.
usesBidiMarkers()
:
Returns true
if in-place editing implementation uses markers, which should be taken into account in hit-to-point and point-to-hit calculations.
ilog.views.maps.graphic.IlvMapPolyline
getLineWidth(IlvTransformer)
:
Returns the line width that is actually displayed when the object is drawn with the specified transformer.
ilog.views.maps.graphic.style.IlvMapTextStyle
getBaseTextDirection()
:
Retrieves the BaseTextDirection property value.
setBaseTextDirection(int)
:
Sets the base text direction.
BASE_TEXT_DIRECTION
:
The BaseTextDirection property name.
ilog.views.maps.grids.IlvAbstractBaseGrid
getBaseTextDirection()
:
Returns the base text direction of labels on top of the grid lines.
setBaseTextDirection(int)
:
Sets the base text direction of grid labels.
isTextRTL(String)
:
Determines, in which order (left-to-right or right-to-left) the grid text should be displayed.
ilog.views.maps.grids.IlvGridStyle
getBaseTextDirection()
:
Returns the base direction of the grid labels.
setBaseTextDirection(int)
:
Changes the base direction of the grid labels.
BASE_TEXT_DIRECTION
:
The baseTextDirection property name.
ilog.views.maps.grids.IlvMGRSGrid.GridInfo
setProperties(double, String)
:
Sets the value and direction.
ilog.views.maps.label.IlvMapLabelStyle
getBaseTextDirection()
:
Retrieves the BaseTextDirection property value.
setBaseTextDirection(int)
:
Sets the base text direction.
BASE_TEXT_DIRECTION
:
The BaseTextDirection property name.
ilog.views.maps.label.IlvMapLabeler
createLabels(IlvGraphic, String)
:
Creates and sets up map label components.
getLabelManager()
:
Retrieves the internal IlvMapLabelManager
instance used to create labels.
getLabeledLayer(IlvMapLayer)
:
Retrieves the IlvMapLayer
for which this label layer has been created.
ilog.views.maps.label.IlvMapLabelingLabel
isTextRTL(IlvManagerView)
:
Determines, in which order (left-to-right or right-to-left) the label text should be displayed.
ilog.views.maps.print.IlvMapPageEditor
isSeparateLegendPage()
:
Indicates whether the legend is printed on a separate page.
setSeparateLegendPage(boolean)
:
Sets whether the legend is printed on a separate page.
ilog.views.maps.print.IlvMapPrintableDocument
IlvMapPrintableDocument(String, IlvManagerView, int, Paper)
:
Creates a ManagerDocument
for the specified manager view.
ilog.views.maps.raster.IlvRasterAbstractReader
isForceImageLoadingWhenSaving()
:
Indicates whether this reader loads all images at the time that the map is saved.
setForceImageLoadingWhenSaving(boolean)
:
Sets whether to force this reader to load all images at the time that the map is saved.
ilog.views.maps.rendering.IlvMapTextRenderingStyle
getBaseTextDirection()
:
Retrieves the base text direction of the label.
setBaseTextDirection(int)
:
Sets the base text direction of the label.
ilog.views.maps.servlet.IlvFacesGoogleViewServletSupport
createHitmapSupport()
:
Returns the
IlvFacesGoogleViewHitmapSupport
class.
transformCoordinates(HttpServletRequest, IlvRect)
:
Transforms the given bbox from latitude and longitude to JViews manager coordinates.
jvmf:mapView
hitmapLayers
:
The layers for which the hitmap is generated.accessible
:
Sets whether the view is accessible or not.hotkeys
:
Sets the keyboard hot keys for the view.jvmf:googleView
apiVersion
:
Indicates the version of Google JavaScript Maps API to be used.JViewsMapType
Creates a JViews map view that implements a
The google.maps.MapType
Example Changes
jsf-maps-tiled
sample now also shows