Package | Description |
---|---|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.graphic.graphlayout |
Contains graph layout algorithms that extend those of package ilog.views.graphlayout.
|
ilog.views |
Provides the classes necessary to create a
high performance 2D graphic application.
|
ilog.views.dashboard |
Contains the classes for the Dashboard support.
|
ilog.views.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
ilog.views.gantt.graphic.interactor |
Provides interactors to manipulate
the representation of activities in a Gantt sheet.
|
ilog.views.gantt.graphic.renderer.composite |
Provides the classes that render an activity using composite graphics
in the Gantt sheet.
|
ilog.views.gantt.graphic.timeindicator |
Provides the classes that render a
time indicator in the Gantt sheet.
|
ilog.views.graphic |
Contains the predefined graphic objects of JViews.
|
ilog.views.graphic.composite |
Provides classes for creating Composite Graphics.
|
ilog.views.graphic.composite.decoration |
Provides predefined decorations.
|
ilog.views.graphic.composite.layout |
Provides classes for the layout of the decorations within an
IlvComposite . |
ilog.views.graphic.linkbundle |
Provides a grapher link that stores and represents a bundle
of individual links ("sublinks").
|
ilog.views.graphic.linkpolicy |
Contains the link shape policies.
|
ilog.views.graphlayout |
A high-level, generic framework for the graph layout services provided
by JViews, which allows you to easily obtain readable representations
of graphs and networks.
|
ilog.views.graphlayout.basic |
This package contains base classes for other layout algorithms.
|
ilog.views.graphlayout.bus |
The Bus Layout algorithm is designed to display bus network
topologies, that is, a set of nodes connected to a
bus node.
|
ilog.views.graphlayout.circular |
The Circular Layout algorithm displays graphs
representing interconnected ring and/or star network topologies.
|
ilog.views.graphlayout.grid |
The Grid Layout arranges the nodes either in the cells of a matrix (grid), or by rows or columns.
|
ilog.views.graphlayout.hierarchical |
The Hierarchical Layout algorithm arranges the nodes of the graph
in horizontal or vertical levels, so that the majority of the
links point in the same direction (top-down, left-to-right, and so on).
|
ilog.views.graphlayout.labellayout |
A generic framework for the label layout services provided
by JViews,
which can automatically place labels at graphic objects
such as nodes and links.
|
ilog.views.graphlayout.labellayout.annealing |
The Annealing Label Layout places labels close to related obstacles
such that the amount of overlaps among labels, and between labels
and obstacles is small.
|
ilog.views.graphlayout.labellayout.random |
The Random Label Layout algorithm moves the labels of the manager at
randomly computed positions inside an user-defined region.
|
ilog.views.graphlayout.link |
The Link Layout algorithm reshapes the links of a graph without
moving the nodes.
|
ilog.views.graphlayout.link.longlink |
The Long Link Layout algorithm reshapes the links of a graph without
moving the nodes.
|
ilog.views.graphlayout.link.shortlink |
The Short Link Layout algorithm reshapes the links of a graph without moving
the nodes.
|
ilog.views.graphlayout.multiple |
The Multiple Layout class is not really a layout algorithm but rather a
facility to compose multiple layout algorithms and treat them as one algorithm
object.
|
ilog.views.graphlayout.random |
The Random Layout algorithm moves the nodes of the graph at
randomly computed positions inside a user-defined region.
|
ilog.views.graphlayout.recursive |
The Recursive Layout class is not really a layout algorithm but rather a
facility to traverse a nested graph containing subgraphs and perform
layouts recursively for each subgraph.
|
ilog.views.graphlayout.springembedder |
The Spring Embedder Layout algorithm can be used to lay out
any type of graph.
|
ilog.views.graphlayout.topologicalmesh |
The Topological Mesh Layout (TML) algorithm can be used to lay out
cyclic graphs, both planar and non-planar.
|
ilog.views.graphlayout.tree |
The Tree Layout arranges the nodes of a tree horizontally, vertically or
radially, starting from the root of the tree.
|
ilog.views.graphlayout.uniformlengthedges |
The Uniform Length Edges Layout algorithm can be used to
lay out any type of graph; it allows you to specify the length of the links.
|
ilog.views.hypergraph |
This package contains the graphic framework for hypergraphs.
|
ilog.views.hypergraph.crossing |
This package contains the utility classes needed to calculate
tunnel and bridge crossings in segmented hyperedges.
|
ilog.views.hypergraph.edgeconnector |
This package contains the predefined hyperedge connectors of JViews.
|
ilog.views.io |
Provides the input and output streams
to store JViews objects in the IVL format.
|
ilog.views.java2d |
Provides some classes extending Java 2D API.
|
ilog.views.linkconnector |
Contains the predefined link connectors of JViews.
|
ilog.views.maps |
This package contains the base classes to write map applications.
|
ilog.views.maps.attribute |
This package contains the predefined feature attributes of Rogue Wave JViews.
|
ilog.views.maps.beans |
JViews 7.0 Beans and ready to use GUI components.
|
ilog.views.maps.beans.editor |
Provides specific editors for coordinates and specific property sheet for datum and ellipsoids.
|
ilog.views.maps.datasource |
Provides predefined data sources.
|
ilog.views.maps.datasource.ibm |
This package contains the JViews Maps classes to read data from IBM DB2 and INFORMIX databases.
|
ilog.views.maps.datasource.ibm.db2 |
This package contains the JViews Maps classes to read data from IBM DB2 databases.
|
ilog.views.maps.datasource.ibm.informix |
This package contains the JViews Maps classes to read data from IBM INFORMIX databases.
|
ilog.views.maps.defense.datasource |
Provides predefined data sources for defense specific vector formats.
|
ilog.views.maps.defense.format.asrp |
This package contains classes for reading ASRP files.
|
ilog.views.maps.defense.format.asrp.projection |
Defines ARC System projections, which can be read by an ASRP reader.
|
ilog.views.maps.defense.format.cadrg |
This package contains classes for reading CADRG files.
|
ilog.views.maps.defense.format.dafif |
This package contains classes for reading DAFIF files.
|
ilog.views.maps.defense.format.s57 |
This package contains classes for reading S57 files.
|
ilog.views.maps.defense.format.usrp |
This package contains classes for reading USRP files.
|
ilog.views.maps.defense.format.vmap |
This package contains classes for reading VPF (VMAP) files.
|
ilog.views.maps.defense.symbology.app6a |
This package contains classes to manage APP6a (MIL-STD-2525B) Symbols.
|
ilog.views.maps.defense.terrain |
This package contains classes for terrain analysis.
|
ilog.views.maps.defense.terrain3d.symbol |
Classes to manage symbols on top of the 3D view.
|
ilog.views.maps.defense.terrain3d.view |
Base classes to manage the 3D View.
|
ilog.views.maps.filters |
Provides classes to split map layers according to filtering criteria.
|
ilog.views.maps.format |
Provides classes to read various map file formats.
|
ilog.views.maps.format.cadrg |
This package contains classes for reading CADRG files.
|
ilog.views.maps.format.dem |
This package contains classes for reading GTOPO30 files.
|
ilog.views.maps.format.dted |
This package contains classes that you can use to read DTED files.
|
ilog.views.maps.format.dxf |
Provides classes to import and georeference DXF files.
|
ilog.views.maps.format.geotiff |
This package contains classes that you can use to read GeoTIFF files.
|
ilog.views.maps.format.image |
This package contains classes that you can use to read TIFF,JPG,GIF or PNG files.
|
ilog.views.maps.format.kml |
This package contains classes that you can use to read KML files.
|
ilog.views.maps.format.midmif |
This package provides classes for loading MapInfo® Mid/Mif files.
|
ilog.views.maps.format.oracle |
This package provides interfaces and classes for dealing with Oracle SDO.
|
ilog.views.maps.format.oracle.objectmodel |
This package provides interfaces and classes for dealing with Oracle Spatial, using the Object Model.
|
ilog.views.maps.format.shapefile |
This package contains classes that you can use to read the ESRI Shapefile format.
|
ilog.views.maps.format.svg |
This package contains classes that you can use to read SVG files.
|
ilog.views.maps.format.tiger |
This package contains classes for reading TIGER/Line 2004 files.
|
ilog.views.maps.format.wms |
This package contains classes that you can use to read images from OpenGIS-compliant servers (Web Map Servers).
|
ilog.views.maps.graphic |
This package contains graphic objects specialized for cartographic display.
|
ilog.views.maps.graphic.style |
Provides styles for stylable IlvMapGraphics.
|
ilog.views.maps.grids |
This package defines a set of classes that display adaptive grids on top of a view.
|
ilog.views.maps.label |
This package contains JViews Maps labeling classes.
|
ilog.views.maps.labelling |
Provides classes and interfaces for map labelling.
|
ilog.views.maps.measures |
General management of raster images.
|
ilog.views.maps.projection |
Classes to manage projections and georeferencement.
|
ilog.views.maps.raster |
Provides classes for orthodromy measurement.
|
ilog.views.maps.raster.datasource |
Provides classes for raster data sources.
|
ilog.views.maps.rendering |
Provides renderer that work with IlvMapGraphic.
|
ilog.views.maps.srs.coordsys |
Provides classes and interfaces for Spatial Reference Systems.
|
ilog.views.maps.srs.coordtrans |
Provides transformations between the coordinate systems.
|
ilog.views.maps.symbology.swing |
This package contains Swing components that help in manipulating the
symbology.
|
ilog.views.maps.theme |
Provides classes for dynamic styling.
|
ilog.views.maps.tiling |
Specific classes for managing load-on-demand tiles for data sources and feature iterator.
|
ilog.views.prototypes |
Provides legacy facilities that allow you to define custom graphic objects
easily.
|
ilog.views.sdm.graphic |
Contains specialized graphic objects used
by the SDM component.
|
ilog.views.sdm.renderer |
Contains the classes that define the renderers of an SDM engine.
|
ilog.views.sdm.renderer.graphlayout |
Contains the classes
IlvGraphLayoutRenderer and
IlvLinkLayoutRenderer that give access to
the Rogue Wave JViews Graph Layout capabilities. |
ilog.views.sdm.renderer.graphlayout.util | |
ilog.views.sdm.renderer.maps |
Contains the class
IlvMapRenderer that gives access to
the features of the Rogue Wave JViews Maps product. |
ilog.views.svg |
Contains classes adding SVG (Scalable Vector Graphic) support to Rogue Wave JViews.
|
ilog.views.swing |
Provides all the Swing components necessary to create
an application mixing JViews and Swing.
|
ilog.views.tiling |
Provides the framework to implement load on demand.
|
Modifier and Type | Class and Description |
---|---|
class |
IltNetwork
This subclass of
IlvGrapher instantiates its own
IltCompositeGrapher , and
optionally it instantiates a sample network. |
Modifier and Type | Class and Description |
---|---|
class |
IltLinkLayoutGrapherProperty
The class
IltLinkLayoutGrapherProperty
allows you to store the global settings of an instance
of IltLinkLayout
as a named property in the grapher. |
class |
IltLinkLayoutLinkProperty
The class
IltLinkLayoutLinkProperty allows you to store
the settings of an instance of IltLinkLayout
for an individual link as a named property in the link. |
class |
IltShortLinkLayoutGrapherProperty
The class
IltShortLinkLayoutGrapherProperty
allows you to store the global settings of an instance
of IltShortLinkLayout
as a named property in the grapher. |
class |
IltShortLinkLayoutLinkProperty
The class
IltShortLinkLayoutLinkProperty allows you to store
the settings of an instance of IltShortLinkLayout
for an individual link as a named property in the link. |
Modifier and Type | Class and Description |
---|---|
class |
IlvBidiGraphic
IlvBidiGraphic is an abstract base class for graphic
objects that has a base text direction. |
class |
IlvConstantModeManagerFrame
IlvConstantModeManagerFrame is an extended
IlvDefaultManagerFrame that handles resize events
automatically. |
class |
IlvDefaultManagerFrame
The default frame for an
IlvManager . |
class |
IlvDrawSelection
The
IlvDrawSelection class is the default
selection object for graphic objects. |
class |
IlvGrapher
IlvGrapher is a subclass of IlvManager that uses
graphic objects in the form of nodes and links to represent dynamic
interconnected information. |
class |
IlvGraphic
IlvGraphic is the abstract base class for all graphic objects
managed by an IlvManager instance. |
class |
IlvHandlesSelection
A selection object that displays several handles.
|
class |
IlvLayerVisibilityFilter
This class is used to control dynamically the visibility
of a layer.
|
class |
IlvLinkConnector
This class is dedicated to the computation of the connection points
of links (
IlvLinkImage ) in a grapher (IlvGrapher ). |
class |
IlvLinkImage
IlvLinkImage is the base class for links, that is, graphic
objects that are the visual representation of a connection between two
nodes in an IlvGrapher instance. |
class |
IlvLinkImageSelection
The selection object for an IlvLinkImage.
|
class |
IlvManager
IlvManager is the container class used to store and manipulate
IlvGraphic objects displayed in one or more IlvManagerView
instance. |
class |
IlvManagerLayer
IlvManagerLayer is a storage class for graphic objects;
an IlvManager instance is composed of several layers. |
class |
IlvNamedProperty
The class
IlvNamedProperty is used to associate potentially
persistent properties with a graphic object, a manager, or a manager layer. |
class |
IlvPolyPointsSelection
This class is a selection object used to select graphic objects
that implements the
IlvPolyPointsInterface . |
class |
IlvSelection
An abstract class that describes
the selection on another object.
|
class |
IlvUnresizeableDrawSelection
This class is a default selection object used to show that a
graphic object which cannot be resized with interactors is
selected.
|
class |
IlvZoomFactorVisibilityFilter
Controls the visibility of a layer according to the zoom factor on the view.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDashboardLinkConnector
Link connector used by dashboard symbols.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvActivityGraphic
The
IlvActivityGraphic class is used to represent activities in
an IlvGanttSheet . |
class |
IlvConstraintGraphic
|
class |
IlvConstraintGraphicLayer
IlvConstraintGraphicLayer is a specific IlvManagerLayer
for the management of constraint graphics. |
class |
IlvReservationGraphic
The
IlvReservationGraphic is used to represent a reservation in
an IlvGanttSheet . |
class |
IlvTimeIndicator
The
IlvTimeIndicator class is used to represent
a time in an IlvGanttSheet . |
Modifier and Type | Class and Description |
---|---|
class |
IlvActivityGraphicSelection
An
IlvActivityGraphicSelection object is the default selection
object for IlvActivityGraphic . |
Modifier and Type | Class and Description |
---|---|
class |
IlvProportionalChildSize
The
IlvProportionalChildSize is a constraint applied
to a graphic object based on the size of the anchor object. |
class |
IlvTimeIntervalChildSize
The
IlvTimeIntervalChildSize is a constraint applied
to a graphic object based on some date properties of the anchor
object. |
Modifier and Type | Class and Description |
---|---|
class |
IlvCurrentTimeIndicator
The
IlvCurrentTimeIndicator class is used to represent
the current time in an IlvGanttSheet . |
class |
IlvFixedTimeIndicator
The
IlvFixedTimeIndicator class is used to represent a specific time in an
IlvGanttSheet . |
Modifier and Type | Class and Description |
---|---|
class |
IlvArc
IlvArc defines an arc shape. |
class |
IlvArrowLine
IlvArrowLine represents a custom graphic object that shows a
straight line between two given points with a small arrow head on the line
trajectory. |
class |
IlvArrowPolyline
IlvArrowPolyline represents a line that follows several points
and has one or more arrows along its length. |
class |
IlvCircularScale
IlvCircularScale represents a circular scale. |
class |
IlvComponentGraphic
IlvComponentGraphic is used to mix graphic objects and
lightweight Java Component s. |
class |
IlvDefaultCollapsedGraphic
A graphic object that shows a folder with a label underneath.
|
class |
IlvDoubleGraphicHandleBag
An
IlvDoubleGraphicHandleBag object is a graphic bag
that contains two contained objects. |
class |
IlvDoubleLinkImage
IlvDoubleLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as
three lines containing two right angles. |
class |
IlvDoubleSplineLinkImage
IlvDoubleSplineLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as a
spline with two curves. |
class |
IlvEllipse
IlvEllipse represents an ellipse shape. |
class |
IlvEnhancedPolylineLinkImage
A link between two nodes of a grapher with several points.
|
class |
IlvExpandCollapseMarker
IlvExpandCollapseMarker displays an icon to expand or collapse
a frame. |
class |
IlvFilledLabel
A label with a colored background.
|
class |
IlvFixedSizeGraphic
The
IlvFixedSizeGraphic class derives from the base graphic
handle class IlvGraphicHandle . |
class |
IlvFullZoomingGraphic
The class
IlvFullZoomingGraphic is a wrapper class
that is used to make a nonzoomable graphic object fully zoomable. |
class |
IlvGeneralPath
IlvGeneralPath is a graphic object that can take any
two dimensional shape. |
class |
IlvGraphicHandle
An
IlvGraphicHandle object, called a handle, is used to refer to an
IlvGraphic object. |
class |
IlvGraphicHandleBag
An
IlvGraphicHandleBag object is a graphic handle that is
at the same time a graphic bag for the contained object. |
class |
IlvGraphicHandleSelection
An
IlvGraphicHandleSelection object is a selection that acts
like a handle to another selection. |
class |
IlvGraphicPath
An
IlvGraphicPath object is a set of polypoints that can be
drawn as a polyline or a polygon. |
class |
IlvGraphicSet
An
IlvGraphicSet instance is used to group several graphic
objects together. |
class |
IlvHalfZoomingGraphic
The class
IlvHalfZoomingGraphic is a wrapper class
that is used to prevent a graphic object from zooming above (or below)
a given maximum (or minimum) zoom level. |
class |
IlvHTMLText
IlvHTMLText represents a piece of text specified as a HTML
string. |
class |
IlvIcon
IlvIcon is a graphic object that displays an image. |
class |
IlvLabel
IlvLabel represents a simple graphic object that shows a single
line of text. |
class |
IlvLine
IlvLine represents a custom graphic object that shows a
straight line between two given points. |
class |
IlvMarker
IlvMarker displays a specific graphic symbol at a given
location. |
class |
IlvMultipleIcon
IlvMultipleIcon is an icon that can display one image out
of multiple predefined images. |
class |
IlvOneLinkImage
IlvOneLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as
two lines following a right angle. |
class |
IlvOneSplineLinkImage
IlvOneSplineLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as a
spline curve. |
class |
IlvPointArray
An
IlvPointArray is a class that encapsulates an array of
IlvPoint so that you can more easily manipulate the array. |
class |
IlvPolygon
IlvPolygon represents a polygon. |
class |
IlvPolyline
IlvPolyline represents a line that follows several points. |
class |
IlvPolylineLinkImage
IlvPolylineLinkImage represents the connection between two
nodes in a grapher ; the link is displayed as
a line that traces several points. |
class |
IlvPolyPoints
IlvPolyPoints is an abstract class for all graphic objects that
describe an object bound by several points. |
class |
IlvRectangle
IlvRectangle represents a rectangle with customizable fill
and stroke. |
class |
IlvRectangularScale
IlvRectangularScale represents a vertical or horizontal scale. |
class |
IlvReliefLabel
IlvReliefLabel represents a labeled rectangle in relief with
customizable fill and text colors. |
class |
IlvReliefRectangle
IlvReliefRectangle represents a rectangle in relief with a
customizable fill color. |
class |
IlvScale
IlvScale is an abstract class from which
all instances of scale object classes are derived. |
class |
IlvShadowLabel
IlvShadowLabel represents a labeled rectangle with a shadow. |
class |
IlvShadowRectangle
IlvShadowRectangle represents a rectangle with a shadow. |
class |
IlvSpline
IlvSpline represents a line that displays a Bezier spline. |
class |
IlvSplineLinkImage
IlvSplineLinkImage represents the connection between two nodes
in a grapher ; the link is displayed as a series
of spline curves that trace the link points. |
class |
IlvSplineLinkSelection
Selection object on an
IlvSplineLinkImage . |
class |
IlvSplineSelection
Selection object on an
IlvSpline . |
class |
IlvText
IlvText represents a customizable multiline text label. |
class |
IlvTextPath
A graphic object that displays a text on any
Shape . |
class |
IlvTextSelection
This is the selection object for graphic objects implementing
IlvTextInterface . |
class |
IlvTransformedGraphic
The class
IlvTransformedGraphic derives from the base class
IlvGraphicHandle . |
class |
IlvURLKeyTable
A table of URLs.
|
class |
IlvZoomableLabel
A graphic object that displays a label.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvCompositeGrapherPin
The class
IlvCompositeGrapherPin is designed to be used with IlvCompositeGraphic . |
class |
IlvCompositeGraphic
IlvCompositeGraphic stores and controls the layout of
multiple IlvGraphic objects thus building complex graphic
objects. |
class |
IlvCompositeLink
IlvCompositeLink represents a link between two nodes that can
be decorated with IlvGraphic instances. |
class |
IlvEventMap
This class defines a collection of bindings of KeyStrokes and mouse gestures
to actions.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAssociation
An
IlvAssociation contains an IlvLine that
connects to the center point of two graphic objects. |
class |
IlvBalloon
IlvBalloon is the abstract base class for all graphic objects
that represent a balloon. |
class |
IlvBracket
An
IlvBracket draws a square bracket oriented to either the
left or right. |
class |
IlvDefaultGraphicManagerFrame
This class draws the graphic border of
IlvGrapher
objects that represent subgraphs. |
class |
IlvDiamond
IlvDiamond represents a
diamond shape. |
class |
IlvRectBalloon
IlvRectBalloon represents an
balloon with a rectangle shape. |
class |
IlvRoundRectBalloon
IlvRoundRectBalloon represents
a balloon with a rectangle shape and rounded corners. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlvChildSize
IlvChildSize is an interface which is used with IlvAttachmentLayout
to resize the children of an IlvCompositeGraphic instance. |
interface |
IlvLayoutManager
Defines the interface for classes that know how to lay out
IlvAttachable instances. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAttachmentConstraint
This class represents a constraint between two (x,y) values of attachment
points.
|
class |
IlvAttachmentLayout
The
IlvAttachmentLayout class is a flexible layout manager
that attaches graphic objects. |
class |
IlvAttachmentLocation
This class contains the code to manipulate the (x,y) value of a given
attachment point (for example, upper-right corner) of an IlvAttachable
|
class |
IlvCardLayout
This class treats each
IlvAttachable object within a
container as a card. |
class |
IlvCenteredLayout
This class centers one
IlvAttachable object, the outer object,
inside another one, the inner object. |
class |
IlvLinkAttachmentLayout
A layout manager for composite link.
|
class |
IlvLinkAttachmentLocation
This class contains the code to manipulate the (x,y) value of a given
attachment point (for example, upper-right corner) of an IlvAttachable
|
class |
IlvStackerLayout
This class lays out the objects on a row or column basis,
adding some space between them.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultLinkBundleFrame
The default frame for an
IlvLinkBundle . |
class |
IlvLinkBundle
The
IlvLinkBundle class provides a link object that stores and
represents a bundle of individual links ("sublinks"). |
class |
IlvLinkBundleSelection
The selection object for an IlvLinkBundle.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvCrossingAwareLinkImage
An
IlvCrossingAwareLinkImage is
a link between two nodes of a grapher with several bend points, that is
is aware of link crossings. |
class |
IlvPolicyAwareLinkImage
IlvPolicyAwareLinkImage is a subclass of
IlvPolylineLinkImage used to set the format of the line linking
two nodes. |
Modifier and Type | Class and Description |
---|---|
class |
IlvGraphLayoutGrapherProperty
The class
IlvGraphLayoutGrapherProperty allows you to
store the global settings of an instance of
IlvGraphLayout as a named property in the grapher. |
class |
IlvGraphLayoutLinkProperty
The class
IlvGraphLayoutLinkProperty allows you to store
the settings of an instance of IlvGraphLayout for an
individual link as a named property in the link. |
class |
IlvGraphLayoutNodeProperty
The class
IlvGraphLayoutNodeProperty allows you to store
the settings of an instance of IlvGraphLayout for an
individual node as a named property in the node. |
class |
IlvRelativeLinkConnector
Deprecated.
Beginning with JViews 6.0 you should use
IlvFreeLinkConnector instead, which has the same functionality. |
Modifier and Type | Class and Description |
---|---|
class |
IlvBasicLinkStyleLayoutGrapherProperty
The class
IlvBasicLinkStyleLayoutGrapherProperty allows
you to store the global settings of an instance of
IlvBasicLinkStyleLayout as a named property in the
grapher. |
class |
IlvBasicLinkStyleLayoutLinkProperty
The class
IlvBasicLinkStyleLayoutLinkProperty allows you
to store the settings of an instance of
IlvBasicLinkStyleLayout for an individual link as a named
property in the link. |
class |
IlvBasicLinkStyleLayoutNodeProperty
The class
IlvBasicLinkStyleLayoutNodeProperty allows you
to store the settings of an instance of
IlvBasicLinkStyleLayout for an individual node as a named
property in the node. |
Modifier and Type | Class and Description |
---|---|
class |
IlvBusLayoutGrapherProperty
The class
IlvBusLayoutGrapherProperty allows you to store
the global settings of an instance of IlvBusLayout as a
named property in the grapher. |
class |
IlvBusLayoutNodeProperty
The class
IlvBusLayoutNodeProperty allows you to store the
settings of an instance of IlvBusLayout for an individual
node as a named property in the node. |
class |
IlvBusLinkConnector
A link connector dedicated to connecting links to a bus node.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvCircularLayoutGrapherProperty
The class
IlvCircularLayoutGrapherProperty allows you to
store the global settings of an instance of
IlvCircularLayout as a named property in the grapher. |
class |
IlvCircularLayoutNodeProperty
The class
IlvCircularLayoutNodeProperty allows you to
store the settings of an instance of IlvCircularLayout
for an individual node as a named property in the node. |
class |
IlvClusterId
The base class of the objects that are used to identify clusters.
|
class |
IlvClusterInfoProperty
This class allows you to store, for each node of an
IlvGrapher , the identifiers of the clusters to which the
node belongs and the corresponding indexes of the node on each
cluster. |
class |
IlvClusterName
An object that is used to identify a cluster by a unique name (a
string).
|
class |
IlvClusterNumber
An object that identifies a cluster by a unique integer number.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGridLayoutGrapherProperty
The class
IlvGridLayoutGrapherProperty allows you to store
the global settings of an instance of IlvGridLayout as a
named property in the grapher. |
class |
IlvGridLayoutNodeProperty
The class
IlvGridLayoutNodeProperty allows you to store
the settings of an instance of IlvGridLayout for an
individual node as a named property in the node. |
Modifier and Type | Class and Description |
---|---|
class |
IlvExtremityConstraint
The class
IlvExtremityConstraint is a constraint that
forces the node to be placed at an extremal level, or at one of the
extremal sides of a level. |
class |
IlvGroupSpreadConstraint
The class
IlvGroupSpreadConstraint is a constraint that
forces a group of nodes to be placed no more than a specified number
of levels apart. |
class |
IlvHierarchicalConstraint
The abstract class
IlvHierarchicalConstraint is the base
class for constraints of the Hierarchical Layout. |
class |
IlvHierarchicalLayoutGrapherProperty
The class
IlvHierarchicalLayoutGrapherProperty allows you
to store the global settings of an instance of
IlvHierarchicalLayout as a named property in the grapher. |
class |
IlvHierarchicalLayoutLinkProperty
The class
IlvHierarchicalLayoutLinkProperty allows you to
store the settings of an instance of
IlvHierarchicalLayout for an individual link as a named
property in the link. |
class |
IlvHierarchicalLayoutNodeProperty
The class
IlvHierarchicalLayoutNodeProperty allows you to
store the settings of an instance of
IlvHierarchicalLayout for an individual node as a named
property in the node. |
class |
IlvLevelRangeConstraint
The class
IlvLevelRangeConstraint is a constraint that
forces the node to be placed at a level with index within the
specified range. |
class |
IlvNodeGroup
The class
IlvNodeGroup allows to create a group of nodes
that is subject to a constraint. |
class |
IlvRelativeConstraint
IlvRelativeConstraint is the base class of
IlvRelativeLevelConstraint and
IlvRelativePositionConstraint . |
class |
IlvRelativeLevelConstraint
The class
IlvRelativeLevelConstraint is a constraint to
place a node relative to another node. |
class |
IlvRelativePositionConstraint
The class
IlvRelativePositionConstraint is a constraint
to place a node relative to another node that belongs to the same
level. |
class |
IlvSameLevelConstraint
The class
IlvSameLevelConstraint is a constraint that
forces two nodes to be placed at the same level. |
class |
IlvSideBySideConstraint
The class
IlvSideBySideConstraint is a constraint that
forces a group of nodes that belong to the same level to be placed
side by side. |
class |
IlvSwimLaneConstraint
The class
IlvSwimLaneConstraint is a constraint that
forces a group of nodes to be placed in the same column or row. |
Modifier and Type | Class and Description |
---|---|
class |
IlvLabelLayoutLabelProperty
The class
IlvLabelLayoutLabelProperty allows you to store
the settings of an instance of IlvLabelLayout for an
individual label as a named property in the label. |
class |
IlvLabelLayoutManagerProperty
The class
IlvLabelLayoutManagerProperty allows you to
store the global settings of an instance of
IlvLabelLayout as a named property in the manager. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAnnealingLabelLayoutLabelProperty
The class
IlvAnnealingLabelLayoutLabelProperty allows you
to store the settings of an instance of
IlvAnnealingLabelLayout for an individual label as a
named property in the label. |
class |
IlvAnnealingLabelLayoutManagerProperty
The class
IlvAnnealingLabelLayoutManagerProperty allows
you to store the global settings of an instance of
IlvAnnealingLabelLayout as a named property in the
manager. |
class |
IlvAnnealingPointLabelDescriptor
The class
IlvAnnealingPointLabelDescriptor can be used to
specify that the label should be placed close to specific point (the
point labeling problem). |
class |
IlvAnnealingPolylineLabelDescriptor
The class
IlvAnnealingPolylineLabelDescriptor can be used
to specify that the label should be placed close to a polyline (the
polyline labeling problem). |
Modifier and Type | Class and Description |
---|---|
class |
IlvRandomLabelLayoutManagerProperty
The class
IlvRandomLabelLayoutManagerProperty allows you
to store the global settings of an instance of
IlvRandomLabelLayout as a named property in the manager. |
Modifier and Type | Class and Description |
---|---|
class |
IlvLinkLayoutGrapherProperty
The class
IlvLinkLayoutGrapherProperty allows you to store
the global settings of an instance of IlvLinkLayout as a
named property in the grapher. |
class |
IlvLinkLayoutLinkProperty
The class
IlvLinkLayoutLinkProperty allows you to store
the settings of an instance of IlvLinkLayout for an
individual link as a named property in the link. |
Modifier and Type | Class and Description |
---|---|
class |
IlvLongLinkLayoutGrapherProperty
The class
IlvLongLinkLayoutGrapherProperty allows you to
store the global settings of an instance of
IlvLongLinkLayout as a named property in the grapher. |
class |
IlvLongLinkLayoutLinkProperty
The class
IlvLongLinkLayoutLinkProperty allows you to
store the settings of an instance of IlvLongLinkLayout
for an individual link as a named property in the link. |
Modifier and Type | Class and Description |
---|---|
class |
IlvShortLinkLayoutGrapherProperty
The class
IlvShortLinkLayoutGrapherProperty allows you to
store the global settings of an instance of
IlvShortLinkLayout as a named property in the grapher. |
class |
IlvShortLinkLayoutLinkProperty
The class
IlvShortLinkLayoutLinkProperty allows you to
store the settings of an instance of IlvShortLinkLayout
for an individual link as a named property in the link. |
class |
IlvShortLinkLayoutNodeProperty
The class
IlvShortLinkLayoutNodeProperty allows you to
store the settings of an instance of IlvShortLinkLayout
for an individual node as a named property in the node. |
Modifier and Type | Class and Description |
---|---|
class |
IlvMultipleLayoutGrapherProperty
The class
IlvMultipleLayoutGrapherProperty allows you to
store the global settings of an instance of
IlvMultipleLayout as a named property in the grapher. |
Modifier and Type | Class and Description |
---|---|
class |
IlvRandomLayoutGrapherProperty
The class
IlvRandomLayoutGrapherProperty allows you to
store the global settings of an instance of
IlvRandomLayout as a named property in the grapher. |
Modifier and Type | Class and Description |
---|---|
class |
IlvRecursiveLayoutGrapherProperty
The class
IlvRecursiveLayoutGrapherProperty allows you to
store the global settings of an instance of
IlvRecursiveLayout as a named property in the grapher. |
class |
IlvSubgraphCorrectionBarycenterFixed
This subgraph correction strategy keeps the barycenter of a subgraph
fixed during recursive layout.
|
class |
IlvSubgraphCorrectionBoundsFixed
This subgraph correction strategy keeps the bounds of a subgraph fixed
during recursive layout.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvSpringEmbedderLayoutGrapherProperty
Deprecated.
Beginning with JViews 8.5, use the class
IlvUniformLengthEdgesLayout instead of IlvSpringEmbedderLayout . Therefore, the class
IlvSpringEmbedderLayoutGrapherProperty is also
deprecated. |
Modifier and Type | Class and Description |
---|---|
class |
IlvTopologicalMeshLayoutGrapherProperty
The class
IlvTopologicalMeshLayoutGrapherProperty allows
you to store the global settings of an instance of
IlvTopologicalMeshLayout as a named property in the
grapher. |
class |
IlvTopologicalMeshLayoutNodeProperty
The class
IlvTopologicalMeshLayoutNodeProperty allows you
to store the settings of an instance of
IlvTopologicalMeshLayout for an individual node as a
named property in the node. |
Modifier and Type | Class and Description |
---|---|
class |
IlvTreeLayoutGrapherProperty
The class
IlvTreeLayoutGrapherProperty allows you to store
the global settings of an instance of IlvTreeLayout as a
named property in the grapher. |
class |
IlvTreeLayoutLinkProperty
The class
IlvTreeLayoutLinkProperty allows you to store
the settings of an instance of IlvTreeLayout for an
individual link as a named property in the link. |
class |
IlvTreeLayoutNodeProperty
The class
IlvTreeLayoutNodeProperty allows you to store
the settings of an instance of IlvTreeLayout for an
individual node as a named property in the node. |
Modifier and Type | Class and Description |
---|---|
class |
IlvUniformLengthEdgesLayoutGrapherProperty
The class
IlvUniformLengthEdgesLayoutGrapherProperty
allows you to store the global settings of an instance of
IlvUniformLengthEdgesLayout as a named property in the
grapher. |
class |
IlvUniformLengthEdgesLayoutLinkProperty
The class
IlvUniformLengthEdgesLayoutLinkProperty allows
you to store the settings of an instance of
IlvUniformLengthEdgesLayout for an individual link as a
named property in the link. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlvHyperEdgeEnd
IlvHyperEdgeEnd is the end point of a hyperedge at a node. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultHyperEdgeEnd
IlvDefaultHyperEdgeEnd is the default implementation of the
end point of a hyperedge at a node. |
class |
IlvHyperEdge
IlvHyperEdge is the base class of the graphic objects
that represent the connection of multiple nodes in an
IlvHyperGrapher . |
class |
IlvHyperEdgeSelection
The selection object for an IlvHyperEdge.
|
class |
IlvHyperGrapher
IlvHyperGrapher is a grapher that displays nodes and hyperedges. |
class |
IlvSegmentedHyperEdge
IlvSegmentedHyperEdge is a hyperedge that consists of several
line segments. |
static class |
IlvSegmentedHyperEdge.HyperEdgeEnd
This is the hyperedge end of an segmented hyperedge.
|
static class |
IlvSegmentedHyperEdge.SegmentShape
This class is used to store the internal shape of the hyperedge in ivl
files.
|
class |
IlvSegmentedHyperEdgeSelection
The selection object for an IlvSegmentedHyperEdge.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractCrossingGraphic
An
IlvAbstractCrossingGraphic serves as the base class of
all classes of advanced crossing graphic objects
such as IlvTunnelCrossings or IlvBridgeCrossings . |
class |
IlvBridgeCrossings
An
IlvBridgeCrossings is an auxiliary graphic object that is
used in combination with an IlvSegmentedHyperEdge . |
class |
IlvTunnelCrossings
An
IlvTunnelCrossings is an auxiliary graphic object that is
used in combination with an IlvSegmentedHyperEdge . |
Modifier and Type | Class and Description |
---|---|
class |
IlvHyperEdgeCenterConnector
The hyperedge center connector connects the hyperedge ends to the center
of the corresponding nodes.
|
class |
IlvHyperEdgeClippingConnector
The hyperedge clipping connector connects the hyperedge ends to the
border of a node.
|
class |
IlvHyperEdgeConnector
The hyperedge connector is dedicated to the computation of the connection
points of hyperedges (
IlvHyperEdge ) in a hypergrapher
(IlvHyperGrapher ). |
static class |
IlvHyperEdgeConnector.HyperEdgeConnectorProperty
This named property stores the hyperedge connector at a node.
|
class |
IlvHyperEdgeConnectorWithCache
This is a hyperedge connector that provides a cache for the connection
points per end.
|
class |
IlvHyperEdgeFixedConnector
The hyperedge fixed connector connects the hyperedge ends to any point
at the corresponding node.
|
class |
IlvHyperEdgePinConnector
The hyperedge pin connector manages the contact pins at a node where a
hyperedge is connected to.
|
class |
IlvHyperEdgePinConnectorSelection
The selection object for hyperedge pin connectors.
|
class |
IlvHyperGrapherPin
This class can be used to represent the location of the connection point
of a hyperedge (
IlvHyperEdge ). |
Modifier and Type | Class and Description |
---|---|
class |
IlvSingleValueNamedProperty
The class
IlvSingleValueNamedProperty is a named property
for general purpose that allows to store a simple single value. |
Modifier and Type | Method and Description |
---|---|
protected IlvPersistentObject |
IlvInputStream.invokeConstructor(Constructor<?> constructor)
Invokes the given
constructor . |
IlvPersistentObject |
IlvInputStream.readPersistentObject(String field)
Reads a field of type
IlvPersistentObject . |
IlvPersistentObject[] |
IlvInputStream.readPersistentObjects(String field)
Reads a field of type
IlvPersistentObject[] . |
Modifier and Type | Method and Description |
---|---|
void |
IlvOutputStream.write(String field,
IlvPersistentObject obj)
Writes an
IlvPersistentObject field. |
void |
IlvOutputStream.write(String field,
IlvPersistentObject[] objs)
Writes an
IlvPersistentObject[] field. |
void |
IlvOutputStream.write(String field,
IlvPersistentObject[] objs,
int start,
int end)
Writes an
IlvPersistentObject[] field. |
Modifier and Type | Class and Description |
---|---|
class |
IlvLinearGradientPaint
This class defines a multiple linear color gradient paint that will be
used to fill Java 2
Shape objects. |
class |
IlvRadialGradientPaint
This class defines a multiple radial color gradient paint that will be
used to fill Java 2
Shape objects. |
Modifier and Type | Class and Description |
---|---|
class |
IlvCachingLinkConnector
A link connector that has a cache of the link connection points.
|
class |
IlvCenterLinkConnector
A link connector that always connects the links to the center
of the nodes.
|
class |
IlvClippingLinkConnector
A link connector that clips the link at the border of a node.
|
class |
IlvDefaultGrapherPin
This class is a convenient concrete implementation of the abstract
class
IlvGrapherPin . |
class |
IlvFreeLinkConnector
A link connector that allows you to choose the connection points freely
relative to the position of the node.
|
class |
IlvGrapherPin
This class can be used to represent the location of the connection point
of a link (
IlvLinkImage ). |
class |
IlvPinLinkConnector
This class is dedicated to the computation of the connection points
of links (
IlvLinkImage in a grapher (IlvGrapher ) using
pins (IlvGrapherPin ). |
Modifier and Type | Interface and Description |
---|---|
interface |
IlvCoordinateFormatter
The IlvCoordinateFormatter is a utility interface used to manage a coordinate
format.
|
interface |
IlvFeatureRenderer
This interface is used to translate an
IlvMapFeature
into a graphic object. |
interface |
IlvMapLayerStyleControl
This interface is responsible to detect if a layer content should be refreshed when style or manager properties change
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractCoordinateFormatter
This abstract coordinate system is the manages common formatter properties such as:
input and output separators used to parse or format coordinate strings.
|
class |
IlvAltitudeProvider
This abstract class defines the methods necessary to provide altitude data to consumers.
|
class |
IlvAltitudeProviderProperty
This class defines a named property used to store the altitude provider in an
IlvManager containing cartographic data. |
class |
IlvAngularUnit
This class defines angular units.
|
class |
IlvAreaOfInterest
An
IlvAreaOfInterest instance stores a rotation angle and
rectangle associated with a name and an optional preview image. |
class |
IlvAreaOfInterestVector
This class stores a vector of
IlvAreaOfInterest objects in a
persistent manner. |
class |
IlvAreasOfInterestProperty
IlvAreasOfInterestProperty defines a named property used to
store the areas of interest in an IlvManager instance that
contain cartographic data. |
class |
IlvAttributeInfoProperty
This class is used to store the names and types of map attributes.
|
class |
IlvAttributeProperty
This class is used to store the values of map attributes.
|
static class |
IlvCoordinateFormatterDictionary.MGRSConverter
A UTM coordinate formatter that has by default an MGRS Output
|
class |
IlvCoordinateSystemProperty
This class defines a named property that is used to store the coordinate
system in an
IlvManager containing cartographic data. |
class |
IlvDecimalCoordinateFormatter
IlvDecimalCoordinateFormatter allows the user to enter
a decimal based latitude or longitude as degrees. |
class |
IlvDefaultAltitudeProvider
This class defines the default altitude provider for an
IlvManager containing cartographic data. |
class |
IlvDefaultFeatureRenderer
This feature renderer can translate all the predefined geometries
of Rogue Wave JViews into graphic objects.
|
class |
IlvDisplayPreferences
This class defines the methods needed to display preferences (units, formats) for an
IlvManager containing cartographic data. |
class |
IlvDisplayPreferencesProperty
This class defines a named property used to store the coordinate display preferences in an
IlvManager containing cartographic data. |
class |
IlvDMSCoordinateFormatter
The IlvDMSCoordinateFormatter class is a utility class that converts
longitude and latitude (measured in radians) into Degree-Minute-Second
format such as
N64&B0;53'12.09" E167&B0;47'06.84" . |
class |
IlvFeatureAttribute
This class is the base class for the attributes of the map features.
|
class |
IlvFeatureAttributeProperty
This class is used to store the values of map attributes.
|
class |
IlvGeocentricCoordinateFormater
The IlvGeocentricCoordinateFormater class is a utility class that converts
longitude and latitude (measured in radians) into cartesian geocentric
coordinates (X,Y,Z) such as
X:-6,364,039.61 Y:29,416.96 Z:296,204.96 . |
class |
IlvGeodesicCoordinateFormatter
The IlvGeodesicCoordinateFormatter class is a utility class that converts
longitude and latitude (measured in radians) into decimal Degree format such as
N64&B0;75 E167&B0;67 . |
class |
IlvLinearUnit
This class defines linear units.
|
class |
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.
|
class |
IlvMapFreeTile
IlvMapFreeTile represents a free tile that applies the style
of a map layer to IlvGraphic components before adding them to an
IlvTiledLayer . |
class |
IlvMapLayerProperty
A
IlvNamedProperty used to retrieve an IlvMapLayer
from an IlvManagerLayer . |
class |
IlvMapLayerTreeProperty
IlvMapLayerTreeProperty is a subclass of
IlvNamedProperty used to store an
IlvMapLayerTreeModel . |
class |
IlvProjectionProperty
Deprecated.
Since JViews 5.0, use ilog.views.maps.IlvCoordinateSystemProperty.
|
class |
IlvScaleVisibilityFilter
Controls the visibility of a layer according to its scale.
|
class |
IlvUnit
The base class for all the units used in the maps package.
|
class |
IlvUnitConverter
Deprecated.
Since JViews 5.0, use ilog.views.maps.srs.IlvUnit
|
class |
IlvUTMCoordinateFormatter
The IlvUTMCoordinateFormatter utility class converts longitude and latitude
values (expressed in radians) into either:
Universal Transverse Mercator (UTM) coordinates: zone number, zone letter , grid square, easting on 5 digits, northing on 5 digits such as
MGRS 60 V WQ 77438 21254 . |
Modifier and Type | Class and Description |
---|---|
class |
IlvAttributeArray
This feature attribute is itself an array of feature attributes.
|
class |
IlvBooleanAttribute
This feature attribute stores boolean values.
|
class |
IlvDoubleAttribute
This feature attribute stores an attribute of type
double . |
class |
IlvIntegerAttribute
This feature attribute stores integer values.
|
class |
IlvStringAttribute
This feature attribute stores Strings.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMapAnnotationModel
An annotation model storing an
IlvGraphicLayerDataSource . |
class |
IlvMapAnnotationProperty
A property used to store and retrieve annotations information.
|
static class |
IlvMapAnnotationToolBar.MapGraphicPath
An
IlvMapGraphicPath for annotations. |
static class |
IlvMapAnnotationToolBar.MapLink
An
IlvMapCompositeLink with annotation extensions. |
static class |
IlvMapAnnotationToolBar.MapMarker
An
IlvMapMarker annotation extension. |
static class |
IlvMapAnnotationToolBar.MapPolyline
An
IlvMapPolyline with annotation extensions. |
class |
IlvMapLayer
IlvMapLayer represents a map layer, that is, a cartographic
theme. |
class |
IlvMapLayerTreeModel
IlvMapLayerTreeModel is a TreeModel that has been
specialized to handle IlvMapLayerTreeNode objects. |
class |
IlvMapLayerTreeNode
A persistent
DefaultMutableTreeNode attached with an IlvMapLayer . |
Modifier and Type | Class and Description |
---|---|
static class |
IlvDecorationPropertyEditor.PredefinedDecoration
The editor will manage a table of PredefinedDecoration instances attached to a single unique String key.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultMapDataSource
A default Maps data source that uses an
IlvMapLoader to load
the map features. |
class |
IlvGraphicLayerDataSource
Creates a datasource based on a dynamic vector of
IlvGraphic objects. |
class |
IlvHierarchicalDataSource
A data source that sorts graphic objects into layers according to their
attributes.
|
static class |
IlvHierarchicalDataSource.CriterionFilter
A value extractor for map features.
|
static class |
IlvHierarchicalDataSource.SingleAttributeFilter
A specialized criterion filter that returns the value of an attribute of a
map feature.
|
class |
IlvMapDataSource
An
IlvMapDataSource wraps the map rendering process code into
a single class. |
class |
IlvMapDataSourceModel
The
IlvMapDataSourceModel is a tree model
used to display data sources in a tree. |
class |
IlvMapDataSourceNode
a
DefaultMutableTreeNode to encapsulate an IlvMapDataSource
in order to display it in a tree. |
class |
IlvMapDataSourceProperty
A named property used to attach an
IlvMapDataSourceModel
to an IlvManager . |
class |
IlvMIDMIFDataSource
A data source to read MapInfo MID/MIF files.
|
static class |
IlvMIDMIFDataSource.MIDMIFFilter
A specialized criterion filter that returns a key identifying the geometry type of the specified map feature
as well as its style.
|
class |
IlvPolylineMergerDataSource
This class features a utility that merges several polylines into a single
polyline.
|
class |
IlvPolylineSimplifierDataSource
IlvPolylineSimplifierDataSource features a utility that
simplifies polygons and polylines through the use of an
IlvPolygonSimplifyingEngine . |
class |
IlvSDODataSource
IlvSDODataSource represents a data source used to read from an
Oracle SDO database. |
static class |
IlvSDODataSource.OracleIterator
An internal
IlvMapRegionOfInterestIterator to go over an
Oracle SDO connection. |
static class |
IlvSDODataSource.SDOLayerFilter
SDOLayerFilter represents an SDO layer filter. |
class |
IlvShapeDataSource
A data source specialized on reading ESRI/Shape files.
|
class |
IlvSplitDataSource
This data source sorts all the graphical objects stored in a specific map
layer.
|
class |
IlvTigerDataSource
A data source to read TIGER/Line files.
|
static class |
IlvTigerDataSource.CFCCFilter
A specialized criterion filter that returns the value of the CFCC attribute of a map feature.
|
class |
IlvTiledShapeDataSource
A data source specialized in reading tiled ESRI/Shape files.
|
static class |
IlvTiledShapeDataSource.FilteredShapeFileTileLoader
Filtered tile loader.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDBConnectionInfo
Manages the database connection parameters through the JDBC utilities.
|
class |
IlvDBDataSource
An abstract a data source used to read map data from an DB2 and INFORMIX databases.
|
class |
IlvDBFeatureIterator
A reusable iterator for a DB2 or INFORMIX data source.
|
Modifier and Type | Class and Description |
---|---|
class |
DB2FeatureIterator
* An implementation of
IlvDBFeatureIterator for DB2 databases. |
class |
IlvDB2ConnectionInfo
An implementation of
IlvDBConnectionInfo for DB2 databases. |
class |
IlvDB2DataSource
An implementation of
IlvDBDataSource for DB2 databases. |
Modifier and Type | Class and Description |
---|---|
class |
IlvInformixConnectionInfo
An implementation of
IlvDBConnectionInfo for INFORMIX databases. |
class |
IlvInformixDataSource
An implementation of
IlvDBDataSource for INFORMIX databases. |
class |
InformixFeatureIterator
An implementation of
IlvDBFeatureIterator for INFORMIX databases. |
Modifier and Type | Class and Description |
---|---|
class |
IlvVMAPDataSource
IlvVMAPDataSource is a data source used to read a VMAP
database. |
static class |
IlvVMAPDataSource.FACCFilter
A specialized criterion filter that returns the value of the FACC attribute
of a map feature.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvRasterASRPReader
Reader of ASRP images.
|
static class |
IlvRasterASRPReader.ASRPProjection
Projection encapsulating an
IlvARCProjectionFactory.IlvAbstractARCProjection to ensure that in the
non-polar regions longitude coordinates smaller than the longitude
origin will have a negative projected value. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractARCProjection
Base class for all the projection created by the
IlvARCProjectionFactory.createProjection(int, double, double, double, double)
method. |
class |
IlvNonPolarARCProjection
IlvAbstractARCProjection for the non-polar regions (ARC zone 1-8 and
10 -17). |
class |
IlvNorthPolarARCProjection
IlvAbstractARCProjection for the north pole region (ARC zone 9). |
class |
IlvSouthPolarARCProjection
IlvAbstractARCProjection for the south pole region (ARC zone 18). |
Modifier and Type | Class and Description |
---|---|
class |
IlvRasterCADRGReader
CADRG Raster reader.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDAFIFDataSource
A data source to read DAFIF files.
|
class |
IlvDAFIFFeature
DAFIF Feature structure.
|
class |
IlvDAFIFReader
This class reads DAFIF files.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvS57DataSource
IlvS57DataSource represents a data source to read S57 files. |
class |
IlvS57FeatureFilter
IlvS57FeatureFilter is a specialized criterion filter that
returns the value of a feature attribute according to a property name. |
class |
IlvS57Reader
This class reads an S57 file or catalog and provides the selected map
features.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvRasterUSRPReader
This class reads an image from a USRP file.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvVMAPReader
Reader for VMAP database files.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvApp6aGraphic
This graphic class is responsible for displaying an APP6a symbol.
|
Modifier and Type | Method and Description |
---|---|
IlvPersistentObject |
IlvApp6aSymbologyTreeViewActions.getPersistentContext()
This method does nothing by default and returns null
Returns the context that should persist with the model.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvApp6aSymbologyTreeViewActions.setPersistentContext(IlvPersistentObject context)
This method does nothing by default.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvImageComputation
The interface implemented by terrain analysis classes to create or recreate
images.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvComputedRasterReader
This fake reader always creates a single image using an
IlvImageComputation set. |
class |
IlvGradientIntervalColorModel
This class represents an interval color model used to display slopes. the pixel value should be 100 times the slope in angles.
|
class |
IlvGradientRasterStyle
Style of a gradient raster.
|
class |
IlvLineOfSightIntervalColorModel
This class represents an interval color model used to display visibility status. the pixel value should be 0 or 1.
|
class |
IlvLineOfSightRasterStyle
Style of a valley raster.
|
class |
IlvLineOfVisibility
IlvLineOfVisibility represents a georeferenced polyline that is
colored according the visibility information. |
class |
IlvLineOfVisibilityStyle
The style of a
IlvLineOfVisibility instance. |
class |
IlvMakeAreaOfSightInteractor
This interactor uses altitude information to display the area of visibility around a point.
|
class |
IlvMakeGradientInteractor
IlvMakeGradientInteractor is an interactor used to create a
line of visibility. |
static class |
IlvMakeLineOfVisibilityInteractor.LineOfVisibilityDataSource
LineOfVisibilityDataSource represents an internal data source
used to create a line of visibility graphical object on a map view. |
static class |
IlvMakeTerrainCutInteractor.TerrainCutDataSource
TerrainCutDataSource represents an internal data source
that is used to create the line of visibility graphical object on a
map view. |
class |
IlvMakeValleyInteractor
An interactor used to create a valley/elevation computation.
|
class |
IlvMapControllingPolyline
Creates a polyline that keeps a reference to its associated lat/lon points in order to update some other component.
|
class |
IlvTerrainCut
An
IlvMapControllingPolyline specialized for terrain cut. |
class |
IlvValleyIntervalColorModel
This class represents an interval color model used to display slopes. the pixel value should be 0,1 or 2..
|
class |
IlvValleyRasterStyle
Style of a valley raster.
|
Modifier and Type | Class and Description |
---|---|
class |
Ilv3DSymbolStyle
Style class used to regroup all style display preferences.
|
Modifier and Type | Class and Description |
---|---|
class |
Ilv3DViewBoundsDataSource
A data source that manages a latitude/longitude rectangle in order to represent the 3D View bounds on the 2D view.
|
class |
Ilv3DViewBoundsStyle
Style of a rectangle representing 3D view bounds.
|
class |
IlvFlyThroughStyle
Style of a polyline representing a fly-through in the 2D view.
|
class |
IlvMake3DFlyThroughInteractor
Interactor that allows you to create a fly-through object defined
with several points.
|
static class |
IlvMake3DFlyThroughInteractor.RestartingDataSource
Data source that updates the fly-through action at load time.
|
class |
IlvMake3DViewInteractor
An interactor to create an
Ilv3DView of the terrain. |
class |
IlvMapTerrainFlyThrough
This class is a polyline that represents a fly-through trajectory on the 2D view of the map.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvExplodeFilter
Filter that explodes all different values in different layers.
|
class |
IlvSplitContainsFilter
Filter for the "contains" and "does not contain" selections.
|
class |
IlvSplitEndsFilter
Filter for the "ends with" and "does not end with" selections.
|
class |
IlvSplitEqualsFilter
Filter for the "equals" and "does not equal" selections.
|
class |
IlvSplitFeatureFilter
Base filter that is compared to a reference value.
|
class |
IlvSplitGreaterOrEqualFilter
Filter for the "greater than or equal to" and "lower than" selections.
|
class |
IlvSplitGreaterThanFilter
Filter for the "greater than" and "lower than or equal to" selections.
|
class |
IlvSplitStartsFilter
Filter for the "starts with" and "does not start with" selections.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultFeatureFilter
A specialized criterion filter that returns the value of a feature attribute according to the property name.
|
class |
IlvDefaultTilableDataSource
An abstract base class for data sources capable of creating a hierarchical set of tiled layers.
|
class |
IlvMapTileLoader
The base abstract class for tile loaders specialized in loading
map formats.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvCADRGLayer
This class implements a CADRG layer that displays a CADRG coverage using the
load-on-demand mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGTopo30Reader
Reader of GTOPO30 images.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDTEDLayer
Implements a layer that displays a DTED coverage using the
load-on-demand mechanism.
|
class |
IlvRasterDTEDReader
Reader of DTED files.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDXFDataSource
A data source to read DXF and KMZ files.
|
static class |
IlvDXFDataSource.DXFGraphicCriterionFilter
This filter retrieves foreground, background and linewidth of DXF elements in order to store them in different layers if their style differs.
|
class |
IlvDXFFeatureRenderer
Graphic Feature Renderer: this renderer copies the
IlvMapGraphic objects set in the id of the IlvMapFeature and reprojects them using the transformation. |
class |
IlvMapDXFReader
Reader of DXF files.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvRasterGeoTiffReader
GeoTIFF reader that creates reprojectable and pixel-on-demand images.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvRasterBasicImageReader
GIF,JPG,PNG or TIFF reader that creates reprojectable and pixel-on-demand images.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvKMLDataSource
A data source to read KML and KMZ files.
|
class |
IlvKMLReader
A reader for KML files.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMIFFeatureRenderer
This renderer is specialized in rendering
MIF features. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultSDOTileLoader
This tile loader loads a complete SDO layer with tiles that are equivalent
to the SDO tiles.
|
class |
IlvRasterSDOReader
IlvRasterSDOReader represents an Oracle SDO reader that reads
images from Oracle GeoRaster objects. |
class |
IlvSDOConnection
A persistent class used to save Oracle Connection parameters.
|
class |
IlvSDOLayer
Implements load-on-demand for an Oracle SDO data source.
|
class |
IlvSDOTileLoader
The base class to implement tile loaders for Oracle SDO.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvObjectSDOKeyExtractor
An
IlvObjectSDOKeyExtractor extracts feature ID or
key of geometries stored in a database. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultObjectSDOKeyExtractor
This implementation of
IlvObjectSDOKeyExtractor extracts unique IDs from
a given layer column. |
class |
IlvDefaultObjectSDOTileLoader
This class implements an
IlvTileLoader to load tiles
from Oracle Spatial, using the Oracle Spatial Object Relational Model. |
class |
IlvObjectSDODimElement
This object allows you to define dimensions for layers.
|
class |
IlvObjectSDOLayer
Implements load-on-demand layer for an Oracle Spatial data source.
|
class |
IlvObjectSDOLayerMetaData
This class represents the metadata information for an Oracle Spatial layer.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvShapeFileTileLoader
This class implements a tile loader to read tiles from an ESRI Shapefile
whose spatial index has been created.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMapSVGReader
IlvMapSVGReader is a reader for SVG files. |
class |
IlvSVGDataSource
IlvSVGDataSource represents a data source used read SVG files. |
Modifier and Type | Class and Description |
---|---|
class |
IlvTigerReader
Reader of TIGER/Line files.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvWMSDataSource
A data source for reading a URL that points to an OpenGIS-compliant map server.
|
class |
IlvWMSReader
A map reader that can read image layers from a OpenGIS-compliant server.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAnchoredLabel
A subclass of
IlvGraphic containing a label
and an IlvGraphic . |
class |
IlvDecoratedPath
A graphic object composed of decorations on a
java.awt.Shape . |
class |
IlvFontMarker
An
IlvGraphic which can display a specified character with a
specified font. |
class |
IlvMapCompositeLink
IlvMapCompositeLink is an IlvCompositeLink implementing the IlvMapGraphic interface. |
class |
IlvMapFixedGraphic
A
IlvFixedSizeGraphic implementing the IlvMapGraphic
interface. |
class |
IlvMapGeneralPath
IlvMapGeneralPath is an IlvGeneralPath
that accepts an IlvGeneralPathStyle to define its graphical
attributes. |
class |
IlvMapGraphicPath
IlvMapGraphicPath is an IlvGraphicPath
that accepts an IlvGraphicPathStyle to define its graphical
attributes. |
class |
IlvMapGraphicSet
IlvMapGraphicSet represents an IlvGraphicSet
that transmits its IlvMapStyle to the objects that it contains. |
class |
IlvMapGraphicText
IlvMapGraphicText is an extention of the IlvMapLabel
graphic object that reads the properties it will have from an
IlvMapStyle instance. |
class |
IlvMapLabel
A zoomable multiline label.
|
class |
IlvMapMarker
IlvMapMarker is an IlvMarker that reads its
attributes from an IlvPointStyle object. |
class |
IlvMapPolyline
IlvMapPolyline is an IlvPolyline that reads its
attribute from an IlvPolylineStyle instance. |
class |
IlvMapSelection
A
IlvMapSelection that selects an object
by selecting its points. |
static class |
IlvMapSelectionFactory.IlvMapEditable
A named property telling that an
IlvGraphic is editable. |
class |
IlvMultiPathDecoration
This class implements a path decoration composed of multiple path
decorations.
|
class |
IlvOutlinedPathDecoration
A path decoration that uses a
BasicStroke as base stroke. |
class |
IlvShapedPathDecoration
A path decoration that is a
Shape repeated at specified
intervals. |
class |
IlvShapeEndedPathDecoration
A path decoration that draws the decorations with a shape at each end
of the path.
|
class |
IlvStrokedPathDecoration
A path decoration that uses a
BasicStroke as base stroke. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlvColorEncoder
The
IlvColorEncoder interface is used by color models in
an IlvColorAttributeFilter object. |
interface |
IlvMapAttributeFilter
The
IlvMapAttributeFilter interface represents a filter used
to dynamically change attribute values. |
Modifier and Type | Class and Description |
---|---|
class |
IlvColorAttributeFilter
IlvColorAttributeFilter is an IlvMapAttributeFilter
used to add color depending on a numerical attribute value. |
class |
IlvDoubleIntervalColorModel
Implements a color model that performs a linear interpolation to compute the
pixel colors within intervals specified by the user.
|
class |
IlvEnumerationColorModel
IlvEnumerationColorModel implements a color model that attaches
a color to each of the values passed in an array list. |
class |
IlvGeneralPathStyle
The
IlvGeneralPathStyle is used to style
a IlvMapGeneralPath graphic. |
class |
IlvGraphicPathStyle
An
IlvMapStyle intended to be
used with a IlvMapGraphicPath . |
class |
IlvLinkStyle
An
IlvMapStyle intended to be used by a
IlvMapPolyline graphic object. |
class |
IlvMapCompositeStyle
An
IlvMapStyle that wraps a collection of
IlvMapStyle s. |
class |
IlvMapStyle
A base class for the style intended to be used with
IlvMapGraphic graphic objects. |
class |
IlvMapTextStyle
Class holding main graphic attributes for a text.
|
class |
IlvPointStyle
A
IlvMapStyle intended to be used with a
IlvMapMarker . |
class |
IlvPolylineStyle
An
IlvMapStyle intended to be used by a
IlvMapPolyline graphic object. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlvGridZone
A Grid zone is a rectangular area in projected coordinates.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractBaseGrid
The base class to draw grids on top of an IlvManagerView.
|
class |
IlvDelayedDecoration
This decoration and layer class is used to delay the painting of another delegate decoration/layer (possibly one that takes a long time to
paint).
|
class |
IlvGridStyle
A
IlvMapStyle intended to be used with a grid. |
class |
IlvLatLonGrid
The Lat/Lon grid displays a set of autoadaptive grids and labels along latitude or longitude lines on top of a geographic view.
|
class |
IlvLatLonRectangleGridZone
This class represents a grid zone included in a latitude/longitude rectangle.
|
class |
IlvMGRSGrid
The MGRS grid displays a set of autoadaptive MGRS standard grids and labels on top of a geographic view.
|
class |
IlvMGRSGridZone
A UTM or stereographic MGRS grid zone.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvMapLabeler
Interface defining the method that a
IlvMapLabeler must implement. |
Modifier and Type | Class and Description |
---|---|
class |
IlvMapDefaultLabeler
IlvMapDefaultLabeler is the default implementation of
IlvMapLabeler . |
static class |
IlvMapDefaultLabeler.LabelLayer
This class is public for implementation purposes only.
|
class |
IlvMapLabelerProperty
IlvMapLabelerProperty represents a named property that holds
a IlvMapLabeler . |
class |
IlvMapLabelManager
IlvMapLabelManager manages the display of labels for a specific
IlvManagerView object. |
class |
IlvMapLabelStyle
Class holding main graphic attributes for a label, that is, font, fill color, outline color,
outline stroke and whether outline should be drawn.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvLabeledAreaRenderer
A point renderer which produces an
IlvAnchoredLabel . |
class |
IlvLabeledPointRenderer
A point renderer which produces an
IlvAnchoredLabel . |
Modifier and Type | Class and Description |
---|---|
class |
IlvAltitudeAttribute
Feature attribute containing an altitude value.
|
class |
IlvAngleAttribute
Feature attribute containing an angle value.
|
class |
IlvDistanceAttribute
Feature attribute containing a distance value.
|
class |
IlvMapOrthodromyPath
This class displays an orthodromy path between each pair or polygon points.
|
class |
IlvMeasurePathStyle
Style of measure path .
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAlbersEqualAreaProjection
This class defines the Albers Equal Area Conic projection.
|
class |
IlvAzimuthalEquidistantProjection
This class defines the Azimuthal Equidistant projection.
|
class |
IlvCassiniProjection
This class defines the Cassini projection.
|
class |
IlvConicProjection
This is the base class for all the conic projections in the package.
|
class |
IlvCylindricalEqualAreaProjection
This class defines the Cylindrical Equal Area projection.
|
class |
IlvEckert4Projection
This class defines the Eckert IV projection.
|
class |
IlvEckert6Projection
This class defines the Eckert VI projection.
|
class |
IlvEllipsoid
This class defines an ellipsoid.
|
class |
IlvEquidistantCylindricalProjection
This class defines the Equidistant Cylindrical projection.
|
class |
IlvFrenchLambertProjection
This class defines the Lambert projection used in France.
|
class |
IlvGeographicProjection
Deprecated.
Since JViews 5.0, use
ilog.views.maps.srs.coordsys.IlvGeographicCoordinateSystem to describe
coordinate systems expressing coordinates in longitude and latitude.
|
class |
IlvGnomonicProjection
This class defines the Gnomonic projection.
|
class |
IlvHorizontalDatum
This abstract class is the base class for classes describing a
horizontal datum.
|
class |
IlvHorizontalShiftDatum
This class describes a horizontal datum defined by a translation of
the ellipsoid.
|
class |
IlvLambertAzimuthalEqualAreaProjection
This class defines the Lambert Azimuthal Equal Area projection.
|
class |
IlvLambertConformalConicProjection
This class defines the Lambert Conformal Conic projection.
|
class |
IlvLambertEqualAreaConicProjection
This class defines the Lambert Equal Area projection.
|
class |
IlvMercatorProjection
The Mercator projection, also known as the Wright projection, is the
projection of a sphere on a cylinder which is tangent to the equator.
|
class |
IlvMillerCylindricalProjection
This class defines the Miller Cylindrical projection.
|
class |
IlvMollweideProjection
This class defines the Mollweide projection.
|
class |
IlvObliqueMercatorProjection
The Oblique Mercator Projection.
|
class |
IlvOrthographicProjection
This class defines the Orthographic projection.
|
class |
IlvPolyconicProjection
The polyconic projection offers a good compromise between shape distortion
and area distortion.
|
class |
IlvProjection
All projections in the package inherit from this abstract class.
|
class |
IlvRobinsonProjection
This class defines the Robinson projection.
|
class |
IlvSinusoidalProjection
This class defines the Sinusoidal projection.
|
class |
IlvStereographicProjection
This class defines the Stereographic projection.
|
class |
IlvTransverseMercatorProjection
This class defines the Transverse Mercator projection.
|
class |
IlvUniversalPolarStereographicProjection
This class defines the Universal Polar Stereographic projection, also known as the
UPS projection.
|
class |
IlvUniversalTransverseMercatorProjection
This class defines Universal Transverse Mercator projections, also known as
the UTM projection.
|
class |
IlvWagner4Projection
This class defines the Wagner IV projection.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAdjustableDelegateColorModel
This class wraps up a color model to provide access to brightness, saturation and contrast change.
|
class |
IlvMultiTileLoader
Loader to manage many different generic tiles.
|
class |
IlvRasterAbstractReader
Class containing the methods for all readers of raster image formats.
|
class |
IlvRasterAltitudeDataSource
IlvRasterAltitudeDataSource represents a raster altitude data
source. |
class |
IlvRasterIcon
IlvIcon sub class that saves and reloads the data source used to generate the image.
|
class |
IlvRasterImageRenderer
This renderer translates a feature whose geometry is an image into an
IlvRasterIcon . |
class |
IlvRasterMappedBuffer
Class managing the raster data for readers.
|
class |
IlvRasterProperties
Class gathering all the information about the raster image to be tiled and the image
to be produced.
|
class |
IlvRasterSubsamplingLoader
IlvRasterSubsamplingLoader provides the mechanism for
progressive dynamic tiling. |
class |
IlvRasterTileLoader
This class provides the mechanism for the dynamic tiling.
|
class |
IlvShadeableRasterStyle
IlvShadeableRasterStyle represents a raster style that
manages the light orientation for rasters containing altitude data. |
Modifier and Type | Class and Description |
---|---|
class |
IlvRasterStyle
IlvRasterStyle represents a map style for raster data. |
class |
IlvTiledRasterDataSource
IlvTiledRasterDataSource is used to manage any raster
reader data. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultAreaRenderer
This renderer translates a map feature whose geometry is a predefined
subclass of
IlvMapArea into an IlvGeneralPath ,
an IlvGraphicPath , or into an
IlvGraphicSet of the above if the geometry is an
IlvMapArea . |
class |
IlvDefaultCurveRenderer
This renderer translates a map feature whose geometry is a predefined
subclass of
IlvMapCurve into an IlvGeneralPath ,
an IlvPolyline or into an
IlvGraphicSet if the geometry is a subclass of
IlvMapCurve . |
class |
IlvDefaultImageRenderer
This renderer translates a feature whose geometry is an image
into an
IlvIcon . |
class |
IlvDefaultMultiPointRenderer
This renderer translates a map feature whose geometry implements
the
IlvMapMultiPointInterface into an
IlvGraphicSet
of graphic objects. |
class |
IlvDefaultPointRenderer
This renderer translates a map feature whose geometry is an
IlvMapPoint into an IlvMarker . |
class |
IlvDefaultRasterRenderer
This renderer translates a map feature whose geometry is an
IlvMapRaster into an IlvIcon using
a color model to directly translate the values of the raster
into colors. |
class |
IlvDefaultTextRenderer
This renderer translates a map feature whose geometry is an
IlvMapText into an IlvGraphic label. |
class |
IlvIconPointRenderer
This renderer translates a map feature whose geometry is an
IlvMapPoint into a fixed-size icon. |
class |
IlvIntervalColorModel
Implements a color model that performs a linear interpolation to compute
the pixel colors within intervals specified by the user.
|
class |
IlvMapAreaRenderer
IlvMapAreaRenderer is an area renderer that renders stylable
IlvGraphic objects, that is, objects that implement the
IlvMapGraphic interface.
. |
class |
IlvMapAreaRenderingStyle
This rendering style stores style parameters to render the areas.
|
class |
IlvMapCurveRenderer
IlvMapCurveRenderer is a curve renderer that renders
stylable IlvGraphic objects, that is, objects that implement
the IlvMapGraphic interface. |
class |
IlvMapImageRenderingStyle
This rendering style stores parameters to draw images.
|
class |
IlvMapLineRenderingStyle
This rendering style stores style parameters to draw lines.
|
class |
IlvMapPointRenderer
IlvMapPointRenderer represents a point renderer that renders
stylable IlvGraphic objects, that is, objects that implement
the IlvMapGraphic interface. |
class |
IlvMapPointRenderingStyle
This rendering style stores style parameters to render the points.
|
class |
IlvMapRenderingStyle
This is the base class of all classes that are used as rendering style.
|
class |
IlvMapTextRenderer
IlvMapTextRenderer is a text renderer that renders stylable
IlvGraphic objects, that is, objects that implement the
IlvMapGraphic interface. |
class |
IlvMapTextRenderingStyle
This rendering style stores style parameters to render the texts.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvCoordinateSystem
The interface defining the coordinate systems.
|
class |
IlvGeocentricCoordinateSystem
The geocentric coordinate system.
|
class |
IlvGeographicCoordinateSystem
The base class for geographic coordinate systems.
|
class |
IlvMeridian
The definition of a meridian.
|
class |
IlvProjectedCoordinateSystem
IlvProjectedCoordinateSystem is the class for coordinate
systems based on a map projection. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAbridgedMolodenskyTransform
The Abridged Molodensky transformation transforms from and to datums
using the horizontal shift datums.
|
class |
IlvConcatenatedTransform
A transformation made of the concatenation of multiple transformations.
|
class |
IlvCoordinateTransformation
Describes a coordinate transformation.
|
class |
IlvFittedTransform
A transformation that transforms coordinates using a polynomial transform
between two sets of points.
|
class |
IlvGeocentricTransform
The transformation to transform geocentric coordinates to ellipsoidal
and vice versa.
|
static class |
IlvGeocentricTransform.EllipsoidalGeocentric
The transformation to transform ellipsoidal coordinates to geocentric
coordinates.
|
static class |
IlvGeocentricTransform.GeocentricEllipsoidal
The transformation to transform geocentric coordinates to ellipsoidal
coordinates.
|
class |
IlvMapAffineTransform
This class defines an affine transformation.
|
class |
IlvProjectionTransform
The transformation to transform ellipsoidal coordinates to and from
projected cartographic coordinate systems.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvPersistentSDMModelProperty
This class is a named property, attached to an
IlvSDMEngine instance, which will store symbol model data when the map is saved. |
class |
IlvTablePersistentContext
Class used to store and retrieve the persistent context of each action.
|
Modifier and Type | Method and Description |
---|---|
IlvPersistentObject[] |
IlvTablePersistentContext.getContext() |
IlvPersistentObject |
IlvPersistentSDMNodeFactory.getPersistentContext()
Returns the context that should persist with the model.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvPersistentSDMNodeFactory.setPersistentContext(IlvPersistentObject context)
Sets the context that has persisted with the model.
|
Constructor and Description |
---|
IlvTablePersistentContext(IlvPersistentObject[] context)
Creates a new
IlvTablePersistentContext . |
Modifier and Type | Class and Description |
---|---|
class |
IlvMapDynamicStyle
A dynamic style is a record containing an
IlvMapStyle
and a scale. |
class |
IlvMapStyleController
IlvMapStyleController is used to manage the association of a
set of IlvMapStyle and IlvMapLayer objects. |
class |
IlvMapStyleControllerProperty
|
class |
IlvMapStyleSet
IlvMapStyleSet represents a collection of styles. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAreaOfInterestTile
A
IlvMapFreeTile that stores longitude and latitude bounds (for reprojection purposes). |
class |
IlvRegionOfInterestTileLoader
IlvRegionOfInterestTileLoader implements a tile loader that loads
data from a tilable database on demand. |
class |
IlvTilableDataSource
IlvTilableDataSource is an abstract base class for data sources
capable of creating tiled layers. |
Modifier and Type | Class and Description |
---|---|
class |
IlvActionBehavior
Deprecated.
You should use the class
IlvEventBehavior rather
than this one to handle user events in a prototype. |
class |
IlvAnimationBehavior
The class
IlvAnimationBehavior is the base class for all the
behavior objects used to produce animation effects. |
class |
IlvBehavior
The class
IlvBehavior is the base class for all the objects that
handle a particular behavior. |
class |
IlvBlinkBehavior
The class
IlvBlinkBehavior is a subclass of IlvAnimationBehavior
that makes an object flash on and off at a specified time interval. |
class |
IlvClockValueSource
The class
IlvClockValueSource is used to generate values at a
specified time interval. |
class |
IlvCompositeBehavior
The class
IlvCompositeBehavior is used to set several
values at the same time by means of a single behavior object. |
class |
IlvConditionBehavior
The
IlvConditionBehavior class is used to set a property
depending on a condition. |
class |
IlvConnectBehavior
The class
IlvConnectBehavior is used to connect
an output property to an input property of the same group. |
class |
IlvCounterBehavior
The class
IlvCounterBehavior is used to increment a
specified value handled by a group. |
class |
IlvDebugBehavior
The class
IlvDebugBehavior is used to debug
the behavior objects attached to a group. |
class |
IlvEventBehavior
The class
IlvEventBehavior is used to handle user events in a
prototype. |
class |
IlvExportBehavior
The class
IlvExportBehavior class maps
a property of a group element to a property of the group. |
class |
IlvExportOutputBehavior
The class
IlvExportOutputBehavior propagates
a value generated by
a group element to the whole group. |
class |
IlvExpressionBehavior
The
IlvExpressionBehavior class computes
an arithmetic and/or a Boolean expression. |
class |
IlvFillBehavior
The
IlvFillBehavior class is used to partially fill a polygon. |
class |
IlvFormatBehavior
The class
IlvFormatBehavior formats a numeric value
as a string and stores the result in another value. |
class |
IlvGraphicElement
An
IlvGraphicElement lets you add
IlvGraphic objects
to IlvGroup (or IlvPrototype ) objects. |
class |
IlvGraphicGroup
The class
IlvGraphicGroup is a subclass of
IlvGraphicSet that encapsulates an IlvGroup . |
class |
IlvGroup
An
IlvGroup is a logical, hierarchical collection of objects. |
class |
IlvGroupBehavior
The
IlvGroupBehavior class is used to define properties that
will be applied to all the elements of a group. |
class |
IlvGroupElement
The class
IlvGroupElement is the abstract base class for all the objects
contained in instances of IlvGroup . |
class |
IlvGroupFrame
Instances of the class
IlvGroupFrame are graphic objects used to
display a rectangle around an IlvGroup object inside a manager. |
class |
IlvInheritBehavior
The class
IlvInheritBehavior makes it possible for various
groups (or prototypes) to share behavior objects. |
class |
IlvInvertBehavior
The class
IlvInvertBehavior is a subclass of
IlvAnimationBehavior that inverts two values of an object at a
specified time interval. |
class |
IlvJavaBehavior
The class
IlvJavaBehavior is used to specify the side effects
associated with a property by writing Java code. |
class |
IlvMinMaxBehavior
The class
IlvMinMaxBehavior is used to test whether a value is
contained between a minimum and a maximum value. |
class |
IlvMultiRepBehavior
The class
IlvMultiRepBehavior is used to set the graphic
representation of a group depending on an integer value. |
class |
IlvOutputBehavior
The class
IlvOutputBehavior is used to explicitly generate a
value. |
class |
IlvPrototype
The class
IlvPrototype implements groups that can be duplicated
and reused in applications. |
class |
IlvPrototypeInstance
The
IlvPrototypeInstance class represents the instances
(or clones) of a prototype. |
class |
IlvPrototypeLibrary
The class
IlvPrototypeLibrary is used to organize, load, and
save prototypes. |
class |
IlvRandomValueSource
The class
IlvRandomValueSource is a subclass of
IlvClockValueSource that generates a random value at a specified
time interval. |
class |
IlvRotateBehavior
The class
IlvRotateBehavior is used to rotate a prototype
element at a specified time interval. |
class |
IlvRotationBehavior
The class
IlvRotationBehavior is used to set the angle of a
prototype element. |
class |
IlvScaleBehavior
The class
IlvScaleBehavior is used to set the vertical or
horizontal scaling factor that is applied to a specific group element. |
class |
IlvSingleBehavior
The class
IlvSingleBehavior is an abstract class that provides a
simple way of defining behavior objects which handle a single property. |
class |
IlvTimerBehavior
The class
IlvTimerBehavior is a subclass of
IlvAnimationBehavior that modifies a property of the prototype
periodically. |
class |
IlvToggleBehavior
The class
IlvToggleBehavior is used to toggle a Boolean value
between true and false . |
class |
IlvTranslateBehavior
The class
IlvTranslateBehavior is used to set the horizontal or
vertical position of a prototype element. |
class |
IlvTriggerBehavior
The class
IlvTriggerBehavior is used to trigger the setting of
another value. |
class |
IlvValueBehavior
The class
IlvValueBehavior is used to store a value. |
class |
IlvValueSource
The class
IlvValueSource is the base class of all objects that
generate values. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultLaneGraphic
This is the default graphic object used to represent swimlanes.
|
class |
IlvDefaultManagerFrameGraphic
This class is an adapter that wraps an
IlvDefaultManagerFrame
in an IlvGraphic . |
class |
IlvExpandedFrame
An
IlvGraphic that displays a solid color surrounded by a rounded border. |
class |
IlvGeneralLink
A graphic widget to display a link.
|
class |
IlvGeneralLinkTunnelCrossings
An
IlvGeneralLinkTunnelCrossings instance is an auxiliary graphic
that is used in combination with an IlvGeneralLink . |
class |
IlvGeneralNode
The class
IlvGeneralNode is a general-purpose
graphic object with a geometric shape (square, circle,
diamond, or similar), a label, and an icon, each being optional. |
class |
IlvPaint
A
java.awt.Paint implementation that is bean
compliant. |
class |
IlvSDMCompositeLink
This class adds layering features to the
IlvCompositeLink class. |
class |
IlvSDMCompositeNode
This class is typically used in CSS to instantiate composite graphic
nodes.
|
class |
IlvSDMLinkBundle
This class adds styling support to the
IlvLinkBundle class. |
class |
IlvSimpleLink
A link between two nodes of a grapher with several points.
|
class |
IlvURLGraphic
A class that loads the contents of an
IlvGraphic from a URL. |
Modifier and Type | Class and Description |
---|---|
static class |
IlvExpandCollapseRenderer.ExpandableNode
Deprecated.
The class
ExpandableNode implements the special
graphic object used to display sub-graph nodes. |
static class |
IlvExpandCollapseRenderer.ExpandCollapseIcon
Deprecated.
This graphic object is used to draw the "expand" and "collapse"
icons used by the
IlvExpandCollapseRenderer . |
static class |
IlvExpandCollapseRenderer.SubGraphNode
Deprecated.
The class
SubGraphNode implements the special
graphic object used to encapsulate the children of an expandable
node. |
static class |
IlvGrapherPinRenderer.SDMGrapherPin
The class
SDMGrapherPin implements the
grapher pins used by the IlvGrapherPinRenderer . |
static class |
IlvGrapherPinRenderer.SDMPinLinkConnector
The class
SDMPinLinkConnector implements the
link connector used by the IlvGrapherPinRenderer . |
static class |
IlvHalfZoomingRenderer.HalfZoomingGraphic
This subclass of
IlvHalfZoomingGraphic
is used internally by the IlvHalfZoomingRenderer . |
static class |
IlvLegendRenderer.LegendLayer
This inner class is public only so that it can be saved to IVL files.
|
class |
IlvSDMClippingLinkConnector
This class implements a special clipping link connector that
takes into account the link connection rectangle of a node.
|
class |
IlvSDMFreeLinkConnector
This class implements a special free link connector that
takes into account the link connection rectangle of a node.
|
class |
IlvSDMLinkConnector
This link connector subclass is designed to be used
in an SDM engine.
|
static class |
IlvSubGraphRenderer.CollapsedGraphic
This graphic object encapsulates the collapsed representation of
a subgraph.
|
static class |
IlvSubGraphRenderer.ExpandCollapseIcon
Deprecated.
Since JViews 8.8, this class is no longer needed
|
static class |
IlvSubGraphRenderer.GraphicManagerFrame
This class draws the graphic border of
IlvGrapher
objects that represent subgraphs. |
static class |
IlvSubGraphRenderer.SubGrapher
This class is not intended to be directly used by a user application.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvGraphLayoutRenderer.GraphLayoutParametersBean
This auxiliary class is internally used to encapsulate graph layout
parameters as Java Beans.
|
static class |
IlvLinkLayoutRenderer.SDMRelativeLinkConnector
Deprecated.
Beginning with JViews 6.0 you should use
IlvSDMFreeLinkConnector instead, which has the same functionality. |
class |
IlvSDMObjectComparator
IlvSDMObjectComparator allows you to define one or more
ordering criteria for the nodes and links of a graph. |
static class |
IlvSwimLanesRenderer.DefaultSwimLaneGraphic
This class is used by the
IlvSwimLanesRenderer to display
swimlanes. |
Modifier and Type | Class and Description |
---|---|
class |
ilog.views.sdm.renderer.graphlayout.util.IlvDynamicBean |
Modifier and Type | Class and Description |
---|---|
class |
IlvImageTileLoader
This class implements a "load-on-demand" tile loader
that can be used to define maps made of very large
high-resolution images.
|
static class |
IlvMapStyleSheetRenderer.IlvMapSymbolManagerLayer
This layer class prevents saving symbols graphic representation through
ivl persistence (ie in the map file). |
Modifier and Type | Class and Description |
---|---|
class |
IlvSVGGraphicSet
A subclass of
IlvGraphicSet that allows you to load the
contents of an SVG file into it. |
class |
SVGHREFProperty
This
IlvNamedProperty subclass allows access to details of the
Xlink hyperreference associated with an IlvGraphic . |
Modifier and Type | Class and Description |
---|---|
class |
IlvJComponentGraphic
IlvJComponentGraphic is used to add Swing
JComponent objects to an IlvManager instance. |
class |
IlvThreadedActivityMonitorProperty
This class defines a named property that is used to store the
monitored threaded activities in an
IlvManager containing map data. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlvTileLoader
This interface is used to load a tile
for an
IlvTileController or an IlvTiledLayer . |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultTileCache
The default cache of the tile controllers.
|
class |
IlvFreeTile
A tile represents an elementary rectangular area that is loaded
or released when needed by the application.
|
class |
IlvThreadedTileLoader
This tile loader class delegates actual tile loading to the tile loader
set at construction time.
|
class |
IlvTileCache
This class is used to manage the cached tiles of one or more tile
controllers.
|
class |
IlvTileController
This class manages the load-on-demand mechanism.
|
class |
IlvTiledLayer
A tiled layer is an
IlvManagerLayer object
for loading large sets of data, for example, large maps. |
class |
IlvTileLockFilter
This class is used to dynamically filter the loading
of tiles.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.