Release Notes |
This document describes the main changes that have been made to the JViews Maps module since version 5.0.
General Changes
Library Changes
New Examples
ilog.views.maps.IlvAttributeInfoProperty
ilog.views.maps.IlvScaleController
ilog.views.maps.IlvScaleVisibilityFilter
ilog.views.maps.attribute.IlvBooleanAttribute
ilog.views.maps.attribute.IlvDoubleAttribute
ilog.views.maps.attribute.IlvIntegerAttribute
ilog.views.maps.attribute.IlvStringAttribute
ilog.views.maps.format.IlvMapDataPathResolver
ilog.views.maps.format.image.IlvImageReader
ilog.views.maps.format.image.IlvImageTileLoader
ilog.views.maps.format.oracle.objectmodel.IlvDefaultObjectSDOTileLoader
ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOLayer
ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOUtil
ilog.views.maps.format.shapefile.IlvDBFReader
ilog.views.maps.graphic.IlvAnchoredLabel
ilog.views.maps.labelling.IlvLabeledPointRenderer
ilog.views.maps.IlvMapCSSRenderer
The Cascading Style Sheet (CSS) renderer is a renderer able to customize another renderer or able to create a renderer using a CSS file.
ilog.views.maps.format.oracle.objectmodel.IlvDefaultObjectSDOKeyExtractor
This implementation of
IlvObjectSDOKeyExtractor
extracts unique IDs from a given layer column.
ilog.views.maps.format.oracle.objectmodel.IlvObjectSDODimElement
This object allows you to define dimensions for layers.
ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOLayerMetaData
This class represents the metadata information for an Oracle Spatial layer.
ilog.views.maps.srs.coordtrans.IlvFittedTransform
A transformation that transforms coordinates using a polynomial transform between two sets of points. This transformation allows superimposition of maps of different coordinate systems even if their coordinate systems are unknown, provided that a set of tie-points can be found between the maps.
ilog.views.maps.IlvAttributeInfoProperty
getAttributeIndex(String)
:
Returns the index of the first attribute with the specified name.
ilog.views.maps.IlvScaleController
FitTransformerToPoint(IlvManagerView, IlvLinearUnit, double, IlvPoint, boolean)
:
Centers the specified view around the specified point and sets the scale of the view to the specified scale.
FitTransformerToPoint(IlvManagerView, double, IlvPoint, boolean)
:
Centers the specified georeferenced view around the specified point and sets the scale of the view to the specified scale.
ilog.views.maps.IlvScaleVisibilityFilter
ilog.views.IlvZoomFactorVisibilityFilter
.
ilog.views.maps.attribute.IlvBooleanAttribute
boolean
value of an IlvBooleanAttribute
contained in an IlvAttributeProperty
.
BooleanValue(IlvAttributeProperty, String)
:
Returns the boolean
value of the IlvBooleanAttribute
which name is specified.
ilog.views.maps.attribute.IlvDoubleAttribute
double
value of an IlvDoubleAttribute
contained in an IlvAttributeProperty
.
DoubleValue(IlvAttributeProperty, String)
:
Returns the double
value of the IlvDoubleAttribute
which name is specified.
ilog.views.maps.attribute.IlvIntegerAttribute
int
value of an IlvIntegerAttribute
contained in an IlvAttributeProperty
.
IntValue(IlvAttributeProperty, String)
:
Returns the int
value of the IlvIntegerAttribute
which name is specified.
ilog.views.maps.attribute.IlvStringAttribute
String
value of an IlvStringAttribute
contained in an IlvAttributeProperty
.
StringValue(IlvAttributeProperty, String)
:
Returns the String
value of the IlvStringAttribute
which name is specified.
ilog.views.maps.format.IlvMapDataPathResolver
resolveURL(String)
:
Resolves the specified relative filename.
ilog.views.maps.format.image.IlvImageReader
IlvImageReader(URL, IlvCoordinate, IlvCoordinate)
:
Constructs an IlvImageReader
by specifying the URL of the image file to read and the coordinates of the image.
ilog.views.maps.format.image.IlvImageTileLoader
IlvImageTileLoader
now interprets the
result from its method getFileName(IlvTile)
as an URL first. If the string returned by this method could not be
interpreted as an URL, the string will be interpreted as a plain file
name.
ilog.views.maps.format.oracle.objectmodel.IlvDefaultObjectSDOTileLoader
IlvDefaultObjectSDOTileLoader(IlvSDOConnection, IlvObjectSDOLayerMetaData, double, double, String, String, IlvObjectSDOKeyExtractor, IlvRect)
:
The main constructor of IlvDefaultObjectSDOTileLoader
.
getLayerMetaData()
:
Returns the metadata associated with the tile loader.
ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOLayer
IlvObjectSDOLayer(IlvSDOConnection, IlvObjectSDOLayerMetaData, double, double, String, String, IlvObjectSDOKeyExtractor, IlvRect)
:
The main constructor of IlvObjectSDOLayer
to load data from an Object SDO layer.
ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOUtil
GetLayerMetaData(Connection, String, String, String, String)
:
Returns metadata built from the database.
ilog.views.maps.format.shapefile.IlvDBFReader
isInterningStringAttributes()
:
Returns true
if the String attributes that are read are interned.
setInterningStringAttributes(boolean)
:
Specifies whether the String attributes that are read are interned.
isReadingAttribute(int)
:
Returns true
if the specified attribute is read.
setReadingAttribute(int, boolean)
:
Tells the reader whether to read the attribute whose index is specified.
ilog.views.maps.graphic.IlvAnchoredLabel
setReference(IlvGraphic)
:
Sets the reference IlvGraphic
.
ilog.views.maps.labelling.IlvLabeledPointRenderer
IlvLabeledPointRenderer()
:
Constructs an empty IlvLabeledPointRenderer
.
getAttributeNames()
:
Retrieves the array of attribute names.
setAttributeNames(String[])
:
Sets the attributes whose names are candidate to be displayed by the label.
getRejectedValues()
:
Retrieves the arrays of values to be rejected from attribute values.
setRejectedValues(String[])
:
Sets the arrays of values to be rejected from attribute values.
IlvCSSRendering
that
performs the rendering of map features using a CSS file.