Release Notes |
This document describes the main changes that have been made to the JViews maps module since version 5.5.
Incompatibilities
General Changes
Library Changes
ilog.views.maps.IlvMapCSSRenderer
getCustomizedRenderer(IlvMapFeature)
:
Returns the customized renderer for this IlvMapFeature
.
ilog.views.maps.IlvMapsProduct
GetBuildNumber()
:
Returns the JViews Maps build number.
GetMinorVersion()
:
Returns the JViews Maps minor version number, that is, 0.
GetPatchLevel()
:
Returns the JViews Maps patch level number.
GetReleaseDate()
:
Returns the date of the JViews Maps release.
GetSubMinorVersion()
:
Returns the JViews Maps subminor version number.
GetVersion()
:
Returns the JViews Maps version number, that is, 6.
ilog.views.maps.IlvScaleVisibilityFilter
getUnit()
:
Returns the linear unit.
ilog.views.maps.beans.IlvJMapLegend
createLayerLabel(String)
:
This method is called when the legend needs to create its labels.
getLayerLabel(IlvManagerLayer)
:
Returns the JLabel
object representing the layer label.
isLayerGlobalVisibilityMode()
:
Returns the layer's global visibility mode.
setLayerGlobalVisibilityMode(boolean)
:
Sets the layer's global visibility mode.
ilog.views.maps.beans.IlvJOverview
setInteractor(IlvManagerMagViewInteractor)
:
Sets the IlvManagerMagViewInteractor
of this overview.
ilog.views.maps.format.shapefile.IlvDBFWriter
IlvDBFWriter(IlvDBFAttributeInfo, String, String)
:
Constructs a new .dbf
Writer to write the attributes whose descriptor is specified, using the specified string encoding.
ilog.views.maps.format.shapefile.IlvSHPReader
readNullShape()
:
Reads a NULL shape.