Release Notes

JViews Maps Release Notes

This document describes the main changes that have been made to JViews Maps since version 8.1.

Incompatibilities
General Changes
Library Changes
New Packages

New Interfaces and Classes

Modified Classes

Example Changes

Incompatibilities


General Changes

The main general changes of JViews Maps are the following: The main changes of JViews Web Deployment are the following:

Library Changes

New Packages

ilog.views.maps.symbology.swing

This package contains swing components that help manipulate the symbology.

New Interfaces and Classes

ilog.views.maps.beans.IlvMapAnnotationToolBar.AnnotationGraphic

Interface that annotation graphic objects should implement.

ilog.views.maps.beans.IlvMapAnnotationToolBar.MapLink

An IlvMapCompositeLink with annotation extensions.

ilog.views.maps.beans.IlvMapScaleComputation

This class computes the map scale in two different ways, depending on the useLocalScale parameter.

ilog.views.maps.datasource.IlvTiledShapeDataSource.FilteredShapeFileTileLoader

Filtered tile loader.

ilog.views.maps.faces.dhtml.component.IlvFacesGoogleViewComponent

JSF Component that displays a Google map.

ilog.views.maps.faces.dhtml.renderkit.IlvFacesGoogleViewRenderer

This class is the DHTML renderer for a IlvFacesGoogleViewComponent component.
This renderer generates a IlvGoogleMapView Javascript object.

ilog.views.maps.faces.dhtml.taglib.IlvFacesGoogleViewTag

This class defines the JSP custom tag handler for the IlvFacesGoogleViewComponent component and its renderer.

ilog.views.maps.graphic.IlvMapCompositeLink

IlvMapCompositeLink is an IlvCompositeLink implementing the IlvMapGraphic interface.

ilog.views.maps.graphic.style.IlvLinkStyle

An IlvMapStyle which is intended to be used by a IlvMapPolyline graphic object.

ilog.views.maps.graphic.style.IlvLinkStyleBeanInfo

Bean info class for the edition of IlvPolylineStyle.

ilog.views.maps.servlet.IlvFacesGoogleViewServlet

An IlvFacesMapsServlet dedicated to the Google View needs.

ilog.views.maps.servlet.IlvFacesGoogleViewServletSupport

The IlvFacesGoogleViewServletSupport class is an extension of the IlvFacesMapsServletSupport that handles synchronization with a Google Map client side component.

ilog.views.maps.symbology.swing.IlvAbstractGroupTreeViewActions

Base class that defines default group management actions available in the symbology tree panel.

ilog.views.maps.symbology.swing.IlvPersistentSDMModelProperty

This class is a named property, attached to an IlvSDMEngine instance, that will store symbol model data when the map is saved.

ilog.views.maps.symbology.swing.IlvPersistentSDMModelXMLConnector

This XML connector uses an IlvPersistentSDMNodeFactory to recreate nodes.

ilog.views.maps.symbology.swing.IlvPersistentSDMNodeFactory

Interface, passed to an IlvPersistentSDMModelProperty, that indicates the way model nodes should be created.

ilog.views.maps.symbology.swing.IlvSymbologyTreeView

IlvSymbologyTreeView is a panel that provides a GUI to display the symbol model of your application.

ilog.views.maps.symbology.swing.IlvSymbologyTreeView.SymbologyTreeSelectionListener

Interface implemented by elements that should respond to tree selection. Here it is implemented by all actions to have a uniform way to react on selection changes in the tree view.

ilog.views.maps.symbology.swing.IlvSymbologyTreeViewActions

IlvSymbologyTreeViewActions provides the actions to create symbols, edit symbols or edit the entire symbology.

Modified Classes

ilog.views.maps.beans.IlvJScaleBar

ilog.views.maps.beans.IlvMapAnnotationToolBar

ilog.views.maps.beans.IlvMapAnnotationToolBar.MapGraphicPath

ilog.views.maps.beans.IlvMapAnnotationToolBar.MapMarker

ilog.views.maps.beans.IlvMapAnnotationToolBar.MapPolyline

ilog.views.maps.datasource.IlvHierarchicalDataSource

ilog.views.maps.datasource.IlvMapDataSource

ilog.views.maps.datasource.IlvShapeDataSource

ilog.views.maps.format.IlvDefaultTilableDataSource

ilog.views.maps.format.geotiff.IlvGeotiffTagDictionnary

ilog.views.maps.format.shapefile.IlvShapeFileTileLoader

ilog.views.maps.format.wms.IlvWMSReader

ilog.views.maps.graphic.IlvStrokedPathDecoration

ilog.views.maps.label.IlvMapAreaLabel

ilog.views.maps.label.IlvMapDefaultLabeler

ilog.views.maps.label.IlvMapLineLabel

ilog.views.maps.label.IlvMapPointLabel

ilog.views.maps.propertysheet.IlvMapStylePropertySheet

ilog.views.maps.raster.IlvRasterMappedBuffer

ilog.views.maps.raster.IlvRasterTileLoader

ilog.views.maps.srs.coordtrans.IlvAbridgedMolodenskyTransform

ilog.views.maps.srs.coordtrans.IlvConcatenatedTransform

ilog.views.maps.srs.coordtrans.IlvFittedTransform

ilog.views.maps.srs.coordtrans.IlvGeocentricTransform.EllipsoidalGeocentric

ilog.views.maps.srs.coordtrans.IlvGeocentricTransform.GeocentricEllipsoidal

ilog.views.maps.srs.coordtrans.IlvMapAffineTransform

ilog.views.maps.srs.coordtrans.IlvProjectionTransform


Example Changes