|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlvManagerLayer | |
|---|---|
| ilog.cpl.graph | Contains the abstract common implementation for both the
IlpNetwork and IlpEquipment components,
including a model, a view and a controller and
related classes. |
| ilog.cpl.graph.background | Contains the API that is available for making use of backgrounds (georeferenced or not ) within JViews TGO. |
| ilog.cpl.graphic.views | Provides graphic object and graphic view classes for creating and configuring graphic views based on ILOG JViews. |
| ilog.cpl.graphic.views.background | Provides classes for background support using ILOG JViews Maps. |
| ilog.tgo.composite | Provides the classes for handling the zoom policies and the layer policies. |
| ilog.tgo.faces.equipment.dhtml.servlet | Contains the Servlet related types needed in order to integrate the JViews TGO IlpEquipment as a Faces component. |
| ilog.tgo.faces.graph.dhtml.servlet | Contains the Servlet related types needed in order to leverage and integrate the JViews TGO common graph based types as Faces components. |
| ilog.tgo.faces.network.dhtml.servlet | Contains the Servlet related types needed in order to integrate the JViews TGO IlpNetwork as a Faces component. |
| ilog.tgo.graphic | Provides all the classes for handling the graphical representations of the telecom objects. |
| ilog.views | Provides the classes necessary to create a high performance 2D graphic application. |
| ilog.views.diagrammer.faces.dhtml.servlet | This package contains the JViews Diagrammer Faces servlet classes to dynamically generate images representing the component. |
| ilog.views.dxf | Provides a reader for the DXF file format. |
| ilog.views.event | Provides interfaces and classes for dealing with different types of events fired by JViews Graphics Framework classes. |
| ilog.views.faces.dhtml.servlet | This package contains the servlet, servlet support and actions to manage the image generation and interactions. |
| ilog.views.graphlayout | A high-level, generic framework for the graph layout services provided by ILOG JViews, which allows you to easily obtain readable representations of graphs and networks. |
| ilog.views.graphlayout.labellayout | A generic framework for the label layout services provided by ILOG JViews, which can automatically place labels at graphic objects such as nodes and links. |
| ilog.views.io | Provides the input and output streams to store JViews objects in the IVL format. |
| ilog.views.maps | This package contains the base classes to write map applications. |
| ilog.views.maps.beans | Provides useful beans for creating map applications. |
| ilog.views.maps.format | This package provides interfaces and classes for dealing with map formats. |
| ilog.views.maps.format.cadrg | This package contains classes for reading CADRG files. |
| ilog.views.maps.format.dted | This package contains classes that you can use to read DTED 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.grids | This package defines a set of classes that display adaptive grids on top of a view. |
| ilog.views.maps.interactor | Provides interactors to interact with maps. |
| 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.servlet | This package contains the JViews Maps Faces servlet classes to dynamically generate images representing the component. |
| ilog.views.sdm.renderer | Contains the classes that define the renderers of an SDM engine. |
| ilog.views.sdm.renderer.maps | Contains the class IlvMapRenderer that gives access to
the features of the ILOG JViews Maps product. |
| ilog.views.sdm.servlet | Contains a specialized servlet that gives easy access to the SDM facilities in thin-client mode. |
| ilog.views.servlet | Generic Java Servlet to produce images from a JViews Manager. |
| ilog.views.svg | Contains classes adding SVG (Scalable Vector Graphic) support to ILOG JViews. |
| ilog.views.svg.servlet | Provides the generic Java Servlet to produce SVG Thin-Client images from a JViews Manager. |
| ilog.views.tiling | Provides the framework to implement load on demand. |
| Uses of IlvManagerLayer in ilog.cpl.graph |
|---|
| Methods in ilog.cpl.graph that return IlvManagerLayer | |
|---|---|
IlvManagerLayer |
IlpGraphView.getBackgroundLayer(URL backgroundURL)
Deprecated. Use instead List getBackgroundLayers(URL) |
| Methods in ilog.cpl.graph with parameters of type IlvManagerLayer | |
|---|---|
boolean |
IlpGraphView.isVisible(IlvManagerLayer layer)
Returns the global visibility of a layer. |
boolean |
IlpGraphView.isVisible(IlvManagerLayer layer,
IlvManagerView view)
Returns the visibility of a layer in a view. |
void |
IlpGraphView.setVisible(IlvManagerLayer layer,
boolean visible)
Changes the global visibility of a layer. |
void |
IlpGraphView.setVisible(IlvManagerLayer layer,
IlvManagerView view,
boolean visible)
Changes the visibility of a layer in a view. |
| Uses of IlvManagerLayer in ilog.cpl.graph.background |
|---|
| Methods in ilog.cpl.graph.background that return IlvManagerLayer | |
|---|---|
IlvManagerLayer |
IlpBackground.getManagerLayer(int index)
Return the IlvManagerLayer at the provided index. |
IlvManagerLayer |
IlpAbstractBackground.getManagerLayer(int index)
Implementation of IlpBackground. |
| Methods in ilog.cpl.graph.background with parameters of type IlvManagerLayer | |
|---|---|
protected void |
IlpAbstractBackground.addLayer(IlvManagerLayer layer)
Adds the provided layer to the end of a convenience internal list of IlvManagerLayer instances. |
void |
IlpAbstractIVLBackground.addManagerLayer(IlvManagerLayer layer,
int index,
IlpViewsView view)
Adds an IlvManagerLayer to this background at the specified index. |
protected void |
IlpAbstractBackground.removeLayer(IlvManagerLayer layer)
Removes the provided layer from the convenience internal list of IlvManagerLayer instances. |
| Uses of IlvManagerLayer in ilog.cpl.graphic.views |
|---|
| Methods in ilog.cpl.graphic.views that return IlvManagerLayer | |
|---|---|
IlvManagerLayer |
IlpLayer.getLayerFor(IlvManager manager,
IlpGraphic graphic)
Returns the right manager layer for a given object. |
| Uses of IlvManagerLayer in ilog.cpl.graphic.views.background |
|---|
| Methods in ilog.cpl.graphic.views.background that return IlvManagerLayer | |
|---|---|
IlvManagerLayer |
IlpShapeFileBackground.createLayer(IlpViewsView view,
URL SHPfileURL)
Deprecated. Creates an empty IlvManagerLayer suitable for a .shp file. |
IlvManagerLayer |
IlpIVLBackground.createLayer(IlpViewsView view,
URL backgroundURL)
Deprecated. Creates an empty IlvManagerLayer suitable for an IVL file. |
IlvManagerLayer |
IlpBackground.createLayer(IlpViewsView view,
URL backgroundURL)
Deprecated. Creates an empty IlvManagerLayer suitable for containing a given background. |
IlvManagerLayer |
IlpImageTileBackground.createLayer(IlpViewsView view,
URL XMLfileURL)
Deprecated. Creates an empty IlvManagerLayer suitable for an image file. |
IlvManagerLayer |
IlpImageBackground.createLayer(IlpViewsView view,
URL backgroundURL)
Deprecated. Creates an empty IlvManagerLayer suitable for an image file. |
IlvManagerLayer |
IlpSVGBackground.createLayer(IlpViewsView view,
URL backgroundURL)
Deprecated. Creates an empty IlvManagerLayer suitable for an SVG file. |
IlvManagerLayer |
IlpMIDMIFBackground.createLayer(IlpViewsView view,
URL MIFfileURL)
Deprecated. Creates an empty IlvManagerLayer suitable for a .mif file. |
IlvManagerLayer |
IlpDefaultBackgroundSupport.getBackgroundLayer(URL backgroundURL)
Deprecated. Returns the layer containing a background. |
IlvManagerLayer |
IlpBackgroundSupport.getBackgroundLayer(URL backgroundURL)
Deprecated. Returns the layer containing a background. |
| Methods in ilog.cpl.graphic.views.background with parameters of type IlvManagerLayer | |
|---|---|
void |
IlpShapeFileBackground.fillLayer(IlpViewsView view,
URL SHPfileURL,
IlvManagerLayer layer)
Deprecated. Fills a layer with a .shp file. |
void |
IlpIVLBackground.fillLayer(IlpViewsView viewsView,
URL backgroundURL,
IlvManagerLayer layer)
Deprecated. Fills a layer with an IVL file. |
void |
IlpBackground.fillLayer(IlpViewsView view,
URL backgroundURL,
IlvManagerLayer layer)
Deprecated. Fills an IlvManagerLayer returned by createLayer
with objects. |
void |
IlpImageTileBackground.fillLayer(IlpViewsView view,
URL XMLfileURL,
IlvManagerLayer layer)
Deprecated. Fills a layer with an image file. |
void |
IlpImageBackground.fillLayer(IlpViewsView view,
URL backgroundURL,
IlvManagerLayer layer)
Deprecated. Fills a layer with an image file. |
void |
IlpSVGBackground.fillLayer(IlpViewsView view,
URL backgroundURL,
IlvManagerLayer layer)
Deprecated. Fills a layer with an SVG file. |
void |
IlpMIDMIFBackground.fillLayer(IlpViewsView view,
URL MIFfileURL,
IlvManagerLayer layer)
Deprecated. Fills a layer with a .mif file. |
protected void |
IlpDefaultBackgroundSupport.removeBackgroundLayerInternal(URL backgroundURL,
IlvManagerLayer layer)
Deprecated. |
| Uses of IlvManagerLayer in ilog.tgo.composite |
|---|
| Methods in ilog.tgo.composite that return IlvManagerLayer | |
|---|---|
IlvManagerLayer |
IltcCompositeManager.addIlvManagerLayerBelow(IltcLayer mlayer)
Adds a new JViews layer below a layer. |
IlvManagerLayer |
IltcCompositeManager.addIlvManagerLayerOnTop(IltcLayer mlayer)
Adds a new JViews layer on top of a layer. |
IlvManagerLayer |
IltcCompositeManager.getInteractiveProxyLayer()
Returns the IlvManager layer containing the IltcCompositeInteractiveProxy for the composite objects. |
IlvManagerLayer |
IltcLayer.getLayerFor(IlvManager manager,
IlpGraphic graphic)
Returns the right manager layer for a given object. |
IlvManagerLayer |
IltcCompositeManager.getProxyLayer()
Returns the IlvManager layer containing the IltcCompositeProxy for the composite objects. |
IlvManagerLayer |
IltcLayerPolicy.getSubNetworkLayer()
Returns the layer to be used for subgraphers or null if not available. |
| Methods in ilog.tgo.composite with parameters of type IlvManagerLayer | |
|---|---|
void |
IltcCompositeManager.addIlvManagerLayerBelow(IlvManagerLayer layer,
IltcLayer mlayer)
Adds a given JViews layer below a layer. |
void |
IltcCompositeManager.addIlvManagerLayerOnTop(IlvManagerLayer layer,
IltcLayer mlayer)
Adds a given JViews layer on top of a layer. |
IltcLayer |
IltcCompositeManager.addLayerBelow(IlvManagerLayer ilvlayer)
Adds a new layer below a JViews layer. |
IltcLayer |
IltcCompositeManager.addLayerOnTop(IlvManagerLayer ilvlayer)
Adds a new layer on top of a JViews layer. |
| Uses of IlvManagerLayer in ilog.tgo.faces.equipment.dhtml.servlet |
|---|
| Methods in ilog.tgo.faces.equipment.dhtml.servlet with parameters of type IlvManagerLayer | |
|---|---|
protected boolean |
IltFacesEquipmentServletSupport.shouldGenerateImageMap(javax.servlet.http.HttpServletRequest request,
IlvManagerLayer layer,
IlvManagerView view,
IlvTransformer t)
Returns true if image map information should be
generated for the specified layer. |
| Uses of IlvManagerLayer in ilog.tgo.faces.graph.dhtml.servlet |
|---|
| Fields in ilog.tgo.faces.graph.dhtml.servlet with type parameters of type IlvManagerLayer | |
|---|---|
protected Comparator<IlvManagerLayer> |
IltFacesGraphServletSupport.managerLayerComparator
Comparator used to sort the IlvManagerLayer instances for image map purposes. |
| Methods in ilog.tgo.faces.graph.dhtml.servlet that return IlvManagerLayer | |
|---|---|
static IlvManagerLayer[] |
IltFacesGraphServletSupport.FilterLayers(IlvManagerLayer[] source)
Filters out the internal JViews TGO layers from a given list of layers. |
IlvManagerLayer[] |
IltFacesGraphServletSupport.getDynamicLayers(javax.servlet.http.HttpServletRequest request,
IlvManagerView view)
Returns all the IlvManagerLayer instances that are not part
of the graph's background. |
IlvManagerLayer[] |
IltFacesGraphServletSupport.getLayers(javax.servlet.http.HttpServletRequest request,
IlvManagerView view)
Returns the list of layers that are allowed to be rendered. |
| Methods in ilog.tgo.faces.graph.dhtml.servlet that return types with arguments of type IlvManagerLayer | |
|---|---|
protected Comparator<IlvManagerLayer> |
IltFacesGraphServletSupport.getManagerLayerComparator(IlvManagerView view,
javax.servlet.http.HttpServletRequest request)
Returns a Comparator implementation that will be used to
sort the IlvManagerLayer that are used to generate
the image map when requested. |
| Methods in ilog.tgo.faces.graph.dhtml.servlet with parameters of type IlvManagerLayer | |
|---|---|
static IlvManagerLayer[] |
IltFacesGraphServletSupport.FilterLayers(IlvManagerLayer[] source)
Filters out the internal JViews TGO layers from a given list of layers. |
protected Comparator<IlvGraphic> |
IltFacesGraphServletSupport.getGraphicObjectComparator(IlvManagerLayer layer,
IlvManagerView view,
javax.servlet.http.HttpServletRequest request)
Returns a Comparator implementation that will be used to
sort the IlvGraphic instances in the given layer that need to
have their image map generated. |
| Uses of IlvManagerLayer in ilog.tgo.faces.network.dhtml.servlet |
|---|
| Methods in ilog.tgo.faces.network.dhtml.servlet with parameters of type IlvManagerLayer | |
|---|---|
protected boolean |
IltFacesNetworkServletSupport.shouldGenerateImageMap(javax.servlet.http.HttpServletRequest request,
IlvManagerLayer layer,
IlvManagerView view,
IlvTransformer t)
Returns true if image map information should be
generated for the specified layer. |
| Uses of IlvManagerLayer in ilog.tgo.graphic |
|---|
| Fields in ilog.tgo.graphic declared as IlvManagerLayer | |
|---|---|
protected IlvManagerLayer |
IltCompositeGrapher.LayerPolicy._subNetworkLayer
|
| Methods in ilog.tgo.graphic that return IlvManagerLayer | |
|---|---|
IlvManagerLayer |
IltCompositeGrapher.LayerPolicy.getSubNetworkLayer()
Returns the layer which holds the subgraphers. |
| Uses of IlvManagerLayer in ilog.views |
|---|
| Methods in ilog.views that return IlvManagerLayer | |
|---|---|
protected IlvManagerLayer |
IlvManager.createManagerLayer(int index)
Creates a new manager layer. |
IlvManagerLayer |
IlvManager.getManagerLayer(IlvGraphic obj)
Returns the layer where the specified graphic object is stored. |
IlvManagerLayer |
IlvManager.getManagerLayer(int layer)
Returns the layer at a specified index. |
IlvManagerLayer |
IlvManager.getManagerLayer(String name)
Returns the layer with the specified name. |
| Methods in ilog.views with parameters of type IlvManagerLayer | |
|---|---|
void |
IlvManager.addLayer(IlvManagerLayer layer,
int index)
Adds a layer at the specified index in the manager. |
boolean |
IlvZoomFactorVisibilityFilter.isVisible(IlvManagerLayer layer,
IlvManagerView view)
Returns true if the zoom factor of the layer in the argument
view is between
the maximum and the minimum zoom factors. |
abstract boolean |
IlvLayerVisibilityFilter.isVisible(IlvManagerLayer layer,
IlvManagerView view)
Checks the visibility of a layer. |
| Uses of IlvManagerLayer in ilog.views.diagrammer.faces.dhtml.servlet |
|---|
| Methods in ilog.views.diagrammer.faces.dhtml.servlet with parameters of type IlvManagerLayer | |
|---|---|
protected boolean |
IlvFacesDiagrammerServletSupport.shouldGenerateImageMap(javax.servlet.http.HttpServletRequest request,
IlvManagerLayer layer,
IlvManagerView view,
IlvTransformer t)
Returns true if image map information should be
generated for the specified layer. |
| Uses of IlvManagerLayer in ilog.views.dxf |
|---|
| Methods in ilog.views.dxf that return IlvManagerLayer | |
|---|---|
IlvManagerLayer |
IlvDXFGraphicFactory.prepareLayer(IlvManager manager,
String layerName)
Prepares a manager layer. |
IlvManagerLayer |
IlvDefaultDXFGraphicFactory.prepareLayer(IlvManager manager,
String layerName)
Prepares a manager layer. |
| Uses of IlvManagerLayer in ilog.views.event |
|---|
| Methods in ilog.views.event that return IlvManagerLayer | |
|---|---|
IlvManagerLayer |
ObjectInsertedEvent.getLayer()
Returns the layer where the object was inserted. |
IlvManagerLayer |
ManagerLayerEvent.getLayer()
Returns the layer concerned by the event. |
IlvManagerLayer |
ObjectRemovedEvent.getLayer()
Returns the layer where the object was removed. |
IlvManagerLayer |
ObjectLayerChangedEvent.getNewLayer()
Returns the layer where the object was inserted. |
IlvManagerLayer |
ObjectLayerChangedEvent.getOldLayer()
Returns the layer where the object was removed. |
| Methods in ilog.views.event with parameters of type IlvManagerLayer | |
|---|---|
void |
ObjectInsertedEvent.setLayer(IlvManagerLayer layer)
Changes the layer where the object was inserted. |
void |
ObjectRemovedEvent.setLayer(IlvManagerLayer layer)
Changes the layer where the object was removed. |
void |
ObjectLayerChangedEvent.setNewLayer(IlvManagerLayer layer)
Sets the layer where the object was inserted. |
void |
ObjectLayerChangedEvent.setOldLayer(IlvManagerLayer layer)
Sets the layer where the object was removed. |
| Constructors in ilog.views.event with parameters of type IlvManagerLayer | |
|---|---|
ManagerLayerEvent(IlvManager manager,
IlvManagerLayer layer)
Creates the event. |
|
ManagerLayerInsertedEvent(IlvManager manager,
IlvManagerLayer layer)
Creates the event. |
|
ManagerLayerMovedEvent(IlvManager manager,
IlvManagerLayer layer,
int oldindex)
Creates the event. |
|
ManagerLayerNameEvent(IlvManager manager,
IlvManagerLayer layer,
String oldName,
String newName)
Creates the event. |
|
ManagerLayerPropertyEvent(IlvManager manager,
IlvManagerLayer layer,
Object oldValue,
Object newValue)
Creates the event. |
|
ManagerLayerRemovedEvent(IlvManager manager,
IlvManagerLayer layer)
Creates the event. |
|
ManagerLayerSelectableEvent(IlvManager manager,
IlvManagerLayer layer,
boolean oldvalue,
boolean newvalue)
Creates the event. |
|
ManagerLayerVisibilityEvent(IlvManager manager,
IlvManagerLayer layer,
boolean oldvalue,
boolean newvalue)
Creates the event for the change of layer visibility. |
|
ManagerLayerVisibilityEvent(IlvManager manager,
IlvManagerLayer layer,
IlvManagerView view,
boolean oldvalue,
boolean newvalue)
Creates the event. |
|
| Uses of IlvManagerLayer in ilog.views.faces.dhtml.servlet |
|---|
| Methods in ilog.views.faces.dhtml.servlet with parameters of type IlvManagerLayer | |
|---|---|
protected boolean |
IlvFacesManagerServletSupport.shouldGenerateImageMap(javax.servlet.http.HttpServletRequest request,
IlvManagerLayer layer,
IlvManagerView view,
IlvTransformer t)
Returns true if image map information should be
generated for the specified layer. |
| Uses of IlvManagerLayer in ilog.views.graphlayout |
|---|
| Methods in ilog.views.graphlayout with parameters of type IlvManagerLayer | |
|---|---|
void |
IlvGrapherAdapter.addLayer(IlvManagerLayer layer)
Adds a manager layer to the list of layers to be used during the layout. |
boolean |
IlvGrapherAdapter.isLayerAdded(IlvManagerLayer layer)
Returns true if the manager layer is one of the layers
to be taken into account during the layout. |
boolean |
IlvGrapherAdapter.removeLayer(IlvManagerLayer layer)
Removes a manager layer from the list of layers to be used during the layout. |
| Uses of IlvManagerLayer in ilog.views.graphlayout.labellayout |
|---|
| Methods in ilog.views.graphlayout.labellayout with parameters of type IlvManagerLayer | |
|---|---|
void |
IlvDefaultLabelingModel.addLayer(IlvManagerLayer layer)
Adds a manager layer to the list of layers to be used during the label layout. |
boolean |
IlvDefaultLabelingModel.isLayerAdded(IlvManagerLayer layer)
Returns true if the manager layer is one of the layers
to be taken into account during the layout. |
boolean |
IlvDefaultLabelingModel.removeLayer(IlvManagerLayer layer)
Removes a manager layer from the list of layers to be used during the label layout. |
| Uses of IlvManagerLayer in ilog.views.io |
|---|
| Methods in ilog.views.io with parameters of type IlvManagerLayer | |
|---|---|
void |
IlvOutputStream.write(IlvManagerLayer[] layers,
boolean useCopyPaste)
Writes the layers of a manager. |
| Uses of IlvManagerLayer in ilog.views.maps |
|---|
| Methods in ilog.views.maps with parameters of type IlvManagerLayer | |
|---|---|
static IlvMapLayer |
IlvMapLayerProperty.getMapLayer(IlvManagerLayer managerLayer)
Retrieves the value of a IlvMapLayerProperty attached to
a IlvManagerLayer if any. |
boolean |
IlvScaleVisibilityFilter.isVisible(IlvManagerLayer layer,
IlvManagerView view)
Returns true if the scale of the layer in the argument view is between
the maximum and the minimum scales. |
void |
IlvMapOutputStream.write(IlvManagerLayer[] layers,
boolean useCopyPaste)
This method does NOT write the layers of a manager to an output stream. |
| Uses of IlvManagerLayer in ilog.views.maps.beans |
|---|
| Methods in ilog.views.maps.beans that return IlvManagerLayer | |
|---|---|
IlvManagerLayer |
IlvMapLayer.getManagerLayer()
Returns the IlvManagerLayer object associated with this
layer. |
IlvManagerLayer |
IlvMapLayer.getManagerLayer(int i)
Returns the ith IlvManagerLayer object in this layer and
its sublayers. |
IlvManagerLayer[] |
IlvMapLayer.getManagerLayers()
Returns an array containing the IlvManagerLayer objects
contained in this layer and its sublayers. |
| Methods in ilog.views.maps.beans with parameters of type IlvManagerLayer | |
|---|---|
boolean |
IlvMapLayer.contains(IlvManagerLayer layer)
Indicates if this layer contains the specified IlvManagerLayer
object. |
static IlvMapLayer |
IlvMapLayer.get(IlvManagerLayer layer)
Returns the IlvMapLayer object containing the specified
IlvManagerLayer instance or null if the
IlvManagerLayer specified does not belong to this layer. |
JLabel |
IlvJMapLegend.getLayerLabel(IlvManagerLayer layer)
Returns the JLabel object representing the layer label. |
String |
IlvJMapLegend.getLayerName(IlvManagerLayer layer)
Returns the name used to display a layer if the internal name has been overridden. |
Component |
IlvJMapLegend.getLayerRepresentation(IlvManagerLayer layer)
Returns the representation component that is used to show a typical item of the layer content. |
LayoutManager |
IlvJMapLegend.getLegendLayout(IlvManagerLayer layer)
Returns the layout manager used to display the items representing the specified layer if the default layout has been overridden. |
void |
IlvMapLayer.insert(IlvManagerLayer layer)
Inserts an IlvManagerLayer object into this layer. |
void |
IlvJMapLegend.setLayerName(IlvManagerLayer layer,
String name)
Sets the name for the specified layer. |
void |
IlvJMapLegend.setLayerRepresentation(IlvManagerLayer layer,
Component representation)
Specifies a representation component that can be used to show a typical item of the layer content. |
void |
IlvJMapLegend.setLegendLayout(IlvManagerLayer layer,
LayoutManager layout)
Changes the layout manager used to display the items representing the specified layer. |
| Uses of IlvManagerLayer in ilog.views.maps.format |
|---|
| Methods in ilog.views.maps.format that return IlvManagerLayer | |
|---|---|
IlvManagerLayer |
IlvMapLoader.getInsertionLayer()
Returns the layer to which the graphic objects will be added. |
| Methods in ilog.views.maps.format with parameters of type IlvManagerLayer | |
|---|---|
void |
IlvMapLoader.setInsertionLayer(IlvManagerLayer insertionLayer)
Specifies the layer to which the graphic objects will be added. |
| Uses of IlvManagerLayer in ilog.views.maps.format.cadrg |
|---|
| Subclasses of IlvManagerLayer in ilog.views.maps.format.cadrg | |
|---|---|
class |
IlvCADRGLayer
This class implements a CADRG layer that displays a CADRG coverage using the load-on-demand mechanism. |
| Uses of IlvManagerLayer in ilog.views.maps.format.dted |
|---|
| Subclasses of IlvManagerLayer in ilog.views.maps.format.dted | |
|---|---|
class |
IlvDTEDLayer
Implements a layer that displays a DTED coverage using the load-on-demand mechanism. |
| Uses of IlvManagerLayer in ilog.views.maps.format.oracle |
|---|
| Subclasses of IlvManagerLayer in ilog.views.maps.format.oracle | |
|---|---|
class |
IlvSDOLayer
Implements load-on-demand for an Oracle SDO data source. |
| Uses of IlvManagerLayer in ilog.views.maps.format.oracle.objectmodel |
|---|
| Subclasses of IlvManagerLayer in ilog.views.maps.format.oracle.objectmodel | |
|---|---|
class |
IlvObjectSDOLayer
Implements load-on-demand layer for an Oracle Spatial data source. |
| Uses of IlvManagerLayer in ilog.views.maps.grids |
|---|
| Subclasses of IlvManagerLayer in ilog.views.maps.grids | |
|---|---|
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 |
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 |
IlvMGRSGrid
The MGRS grid displays a set of autoadaptive MGRS standard grids and labels on top of a geographic view. |
| Uses of IlvManagerLayer in ilog.views.maps.interactor |
|---|
| Methods in ilog.views.maps.interactor with parameters of type IlvManagerLayer | |
|---|---|
void |
IlvSeeThroughInteractor.addLayer(IlvManagerLayer layer)
Add a layer to the list of registered layers. |
void |
IlvSeeThroughInteractor.removeLayer(IlvManagerLayer layer)
Remove a layer from the list of registered layers. |
| Uses of IlvManagerLayer in ilog.views.maps.label |
|---|
| Subclasses of IlvManagerLayer in ilog.views.maps.label | |
|---|---|
static class |
IlvMapDefaultLabeler.LabelLayer
This class is public for implementation purposes only. |
class |
IlvMapLabelManager
IlvMapLabelManager manages the display of labels for a specific
IlvManagerView object. |
| Uses of IlvManagerLayer in ilog.views.maps.labelling |
|---|
| Methods in ilog.views.maps.labelling with parameters of type IlvManagerLayer | |
|---|---|
void |
IlvMapLabeler.addManagerLayer(IlvManagerLayer layer)
Adds a layer to the list of layer to be taken in account. |
void |
IlvMapLabeler.removeManagerLayer(IlvManagerLayer layer)
Remove a layer from the list of layer to be taken in account. |
| Uses of IlvManagerLayer in ilog.views.maps.servlet |
|---|
| Methods in ilog.views.maps.servlet that return IlvManagerLayer | |
|---|---|
IlvManagerLayer[] |
IlvMapServletSupport.getDynamicLayers(javax.servlet.http.HttpServletRequest request,
IlvManagerView view)
Returns an array of IlvManagerLayer instances that are known to be dynamic.
Layers that have an associated IlvMapLayer instance and
a style that specifies the
IlvMapStyle.THIN_CLIENT_BACKGROUND property to
false are also considered to be dynamic layers. |
IlvManagerLayer[] |
IlvFacesMapsServletSupport.getDynamicLayers(javax.servlet.http.HttpServletRequest request,
IlvManagerView view)
Returns an array of IlvManagerLayer instances that are known to be dynamic.
Layers that have an associated IlvMapLayer and have a style that specifies
the THIN_CLIENT_BACKGROUND property to false are also considered as dynamic
layers. |
IlvManagerLayer[] |
IlvMapServletSupport.getLayers(javax.servlet.http.HttpServletRequest request,
IlvManagerView view)
Returns only the nonempty layers. This method has been overridden so that only Layers that are "visible in tree" will be returned. |
IlvManagerLayer[] |
IlvFacesMapsServletSupport.getLayers(javax.servlet.http.HttpServletRequest request,
IlvManagerView view)
Returns only the nonempty layers. |
| Methods in ilog.views.maps.servlet with parameters of type IlvManagerLayer | |
|---|---|
protected boolean |
IlvMapServletSupport.isOverviewLayer(javax.servlet.http.HttpServletRequest request,
IlvManagerLayer layer)
Returns true if the specified layer returned by
getLayers should be displayed in an overview window.
The base method in
IlvManagerServletSupport has been overridden
so that the Layers visible in the overview are the ones associated
with an IlvMapLayer instance whose
IlvMapStyle.VISIBLE_IN_OVERVIEW style attribute is set to
true. |
protected boolean |
IlvFacesMapsServletSupport.isOverviewLayer(javax.servlet.http.HttpServletRequest request,
IlvManagerLayer layer)
Indicates if the specified layer is a visible layer in the overview. |