Release Notes |
This document contains a summary of new features and enhancements, late breaking product issues, and bug fixes. The following describes changes to Rogue Wave JViews Maps for Defense since version 8.10. Release notes documenting changes in previous versions are located in the current directory.
Incompatibilities
General Changes
Library Changes
ilog.views.maps.defense.terrain.IlvLineOfVisibility
move(double, double)
: This overridden method of the superclass also calls
mustRecompute()
.movePoint(int, double, double, ilog.views.IlvTransformer)
: This overridden method of the superclass also calls
mustRecompute()
.move(float, float)
movePoint(int, float, float, ilog.views.IlvTransformer)
ilog.views.maps.defense.terrain.IlvMapControllingPolyline
insertPoint(int, double, double, ilog.views.IlvTransformer)
: Calls geometryChanged()
.move(double, double)
: {@inheritDoc}movePoint(int, double, double, ilog.views.IlvTransformer)
: Calls geometryChanged()
.insertPoint(int, float, float, ilog.views.IlvTransformer)
move(float, float)
movePoint(int, float, float, ilog.views.IlvTransformer)
ilog.views.maps.defense.terrain3d.component.Ilv3DLabel
setOutlineWidth(double)
: Sets the width of the outline of the label (used only when this mode is activated).setOutlineWidth(float)
ilog.views.maps.defense.terrain3d.view.Ilv3DView
displayChanged(com.jogamp.opengl.GLAutoDrawable, boolean, boolean)
ilog.views.maps.IlvMagnifySymbolsInteractor
setSymbolFactor(double)
: Sets the scale factor to be used to display symbols inside the interactor view.setSymbolFactor(float)