|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| IlpBackground | This interface represents the abstraction that is in charge of handling the
lifecycle of a background as it is managed by an IlpBackgroundSupport
implementation. |
| IlpBackgroundFactory | This interface is responsible for creating the instances of
IlpBackground that will represents a given background. |
| IlpBackgroundProvider | This interface identifies entities that provides the functionality
needed for the IlpViewsViews to handle the background
support needs of background based components such as the
IlpNetwork and IlpEquipment. |
| IlpBackgroundSupport | This interface provides the functionality needed for the
IlpViewsViews to handle the background support needs of
background based components such as the IlpNetwork and
IlpEquipment. |
| IlpMapDataSourceBackground | Extends the IlpBackground for background implementations that target the
use of the IlvMapDataSource facilities. |
| Class Summary | |
|---|---|
| IlpAbstractBackground | Abstract implementation of IlpBackground that should be directly
subclassed when non-IlvMapDataSource backgrounds are to be introduced. |
| IlpAbstractIVLBackground | This type of background allows one to integrate backgrounds described in the
ILOG JViews IVL file format as a background in JViews TGO. |
| IlpAbstractMapDataSourceBackground | This type servers as base type for background implementations that wish to use the IlvMapDataSource facilities, by implementing the common functionality needed for such backgrounds. |
| IlpDefaultBackgroundSupport | Default implementation of the IlpBackgroundSupport. |
| IlpImageBackground | Support for using an image file as background. |
| IlpImageBackgroundFactory | Creates IlpBackground instances of type IlpImageBackground
that can be used to handle image based backgrounds. |
| IlpImageTileBackground | Support for using a set of image files, each representing a tile, as background. |
| IlpIVLBackgroundFactory | This factory creates IlpBackground implementation instances
that can handle files of type IVL. |
| IlpIVLFrameworkBackground | This type of background allows one to integrate backgrounds described in the
ILOG JViews IVL file format that contain JViews Framework only
content as a background in JViews TGO. |
| IlpIVLMapBackground | This type of background allows one to integrate backgrounds described in the
ILOG JViews IVL file format that contain JViews Maps content
as a background in JViews TGO. |
| IlpMIDMIFBackground | Support for using MapInfo .mif/.mid files as background. |
| IlpMIDMIFBackgroundFactory | Creates IlpBackground instances of type IlpMIDMIFBackground. |
| IlpShapeBackground | Provides support for using ESRI .shp Shape files as background. |
| IlpShapeBackgroundFactory | Creates IlpBackground instances of type IlpShapeBackground. |
| IlpSVGBackground | Support for using Scalable Vector Graphics (SVG) files as background. |
| IlpSVGBackgroundFactory | Creates IlpBackground instances of type IlpSVGBackground. |
| IlpSVGZBackground | Support for using Scalable Vector Graphics (SVG) files as background when
compressed within a GZIP file. |
| IlpSVGZBackgroundFactory | Creates IlpBackground instances of
type IlpSVGZBackground. |
| IlpXMLBackgroundFactory | Reads an XML file that describes a background map with parameters,
and creates an IlpBackground representing the background
and its parameters. |
| Exception Summary | |
|---|---|
| IlpBackgroundHandlingException | Exception denoting used to convey the fact that there was a problem handling the processing of a background related operation. |
Contains the API that is available for making use of backgrounds (georeferenced or not ) within JViews TGO.
The main types within the background API are:
These can be accessed via the API of the IlpNetwork and IlpEquipment.
The following are the support background types and their respective classes:
| Background Type | Background Class |
| IVL and ILV | IlpIVLFrameworkBackground and IlpIVLMapBackground |
| SVG |
IlpSVGBackground |
| SVGZ |
IlpSVGZBackground |
| Shape | IlpShapeBackground |
| MID/MIF | IlpMIDMIFBackground |
| GIF, PNG, JPEG (JPG) | IlpImageBackground |
| Tiled GIF, PNG, JPEG (JPG) | IlpImageTileBackground |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||