Package | Description |
---|---|
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 Rogue Wave JViews.
|
ilog.cpl.graphic.views.background |
Provides classes for background support using Rogue Wave 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.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
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.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.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 |
JViews 7.0 Beans and ready to use GUI components.
|
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.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 Rogue Wave 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 Rogue Wave 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.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerLayer |
IlpGraphView.getBackgroundLayer(URL backgroundURL)
Deprecated.
Use instead
List getBackgroundLayers(URL) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerLayer |
IlpBackground.getManagerLayer(int index)
Return the
IlvManagerLayer at the provided index. |
IlvManagerLayer |
IlpAbstractBackground.getManagerLayer(int index)
Implementation of IlpBackground.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerLayer |
IlpLayer.getLayerFor(IlvManager manager,
IlpGraphic graphic)
Returns the right manager layer for a given object.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerLayer |
IlpShapeFileBackground.createLayer(IlpViewsView view,
URL SHPfileURL)
Deprecated.
Creates an empty
IlvManagerLayer suitable for a .shp 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 |
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 |
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 |
IlpDefaultBackgroundSupport.getBackgroundLayer(URL backgroundURL)
Deprecated.
Returns the layer containing a background.
|
IlvManagerLayer |
IlpBackgroundSupport.getBackgroundLayer(URL backgroundURL)
Deprecated.
Returns the layer containing a background.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpShapeFileBackground.fillLayer(IlpViewsView view,
URL SHPfileURL,
IlvManagerLayer layer)
Deprecated.
Fills a layer with a
.shp 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. |
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 |
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. |
protected void |
IlpDefaultBackgroundSupport.removeBackgroundLayerInternal(URL backgroundURL,
IlvManagerLayer layer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected Comparator<IlvManagerLayer> |
IltFacesGraphServletSupport.managerLayerComparator
Comparator used to sort the IlvManagerLayer instances for image map purposes.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected IlvManagerLayer |
IltCompositeGrapher.LayerPolicy._subNetworkLayer |
Modifier and Type | Method and Description |
---|---|
IlvManagerLayer |
IltCompositeGrapher.LayerPolicy.getSubNetworkLayer()
Returns the layer which holds the subgraphers.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
IlvManagerLayer |
IlvDefaultDXFGraphicFactory.prepareLayer(IlvManager manager,
String layerName)
Prepares a manager layer.
|
IlvManagerLayer |
IlvDXFGraphicFactory.prepareLayer(IlvManager manager,
String layerName)
Prepares a manager layer.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerLayer |
ObjectRemovedEvent.getLayer()
Returns the layer where the object was removed.
|
IlvManagerLayer |
ObjectInsertedEvent.getLayer()
Returns the layer where the object was inserted.
|
IlvManagerLayer |
ManagerLayerEvent.getLayer()
Returns the layer concerned by the event.
|
IlvManagerLayer |
ObjectLayerChangedEvent.getNewLayer()
Returns the layer where the object was inserted.
|
IlvManagerLayer |
ObjectLayerChangedEvent.getOldLayer()
Returns the layer where the object was removed.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectRemovedEvent.setLayer(IlvManagerLayer layer)
Changes the layer where the object was removed.
|
void |
ObjectInsertedEvent.setLayer(IlvManagerLayer layer)
Changes the layer where the object was inserted.
|
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
IlvConstraintGraphicLayer
IlvConstraintGraphicLayer is a specific IlvManagerLayer
for the management of constraint graphics. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvOutputStream.write(IlvManagerLayer[] layers,
boolean useCopyPaste)
Writes the layers of a manager.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerLayer |
IlvMapLoader.getInsertionLayer()
Returns the layer to which the graphic objects will be added.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapLoader.setInsertionLayer(IlvManagerLayer insertionLayer)
Specifies the layer to which the graphic objects will be added.
|
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 |
IlvDTEDLayer
Implements a layer that displays a DTED coverage using the
load-on-demand mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvSDOLayer
Implements load-on-demand for an Oracle SDO data source.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvObjectSDOLayer
Implements load-on-demand layer for an Oracle Spatial data source.
|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<IlvManagerLayer> |
IlvSeeThroughInteractor.getLayers()
Retrieves the list of registered layers.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSeeThroughInteractor.setLayers(ArrayList<IlvManagerLayer> layers)
Register a layer list for this interactor.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Enumeration<IlvManagerLayer> |
IlvMapLabeler.getManagerLayers()
Retrieves the list of layers taken in account by the labeler.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerLayer[] |
IlvMapServletSupport.getDynamicLayers(javax.servlet.http.HttpServletRequest request,
IlvManagerView view)
Returns an array of
IlvManagerLayer instances that are known to be dynamic. |
IlvManagerLayer[] |
IlvFacesMapsServletSupport.getDynamicLayers(javax.servlet.http.HttpServletRequest request,
IlvManagerView view)
Returns an array of
IlvManagerLayer instances that are known to be dynamic. |
IlvManagerLayer[] |
IlvFacesGoogleViewServletSupport.getDynamicLayers(javax.servlet.http.HttpServletRequest request,
IlvManagerView view)
Returns an array of
IlvManagerLayer instances that are known to be dynamic. |
IlvManagerLayer[] |
IlvMapServletSupport.getLayers(javax.servlet.http.HttpServletRequest request,
IlvManagerView view)
Returns only the nonempty layers.
|
IlvManagerLayer[] |
IlvFacesMapsServletSupport.getLayers(javax.servlet.http.HttpServletRequest request,
IlvManagerView view)
Returns only the nonempty layers.
|
Modifier and Type | Method and Description |
---|---|
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. |
protected boolean |
IlvFacesMapsServletSupport.isOverviewLayer(javax.servlet.http.HttpServletRequest request,
IlvManagerLayer layer)
Indicates if the specified layer is a visible layer in the overview.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvLegendRenderer.LegendLayer
This inner class is public only so that it can be saved to IVL files.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvMapStyleSheetRenderer.IlvMapSymbolManagerLayer
This layer class prevents saving symbols graphic representation through
ivl persistence (ie in the map file). |
Modifier and Type | Method and Description |
---|---|
boolean |
IlvImageTileLoader.isVisible(IlvManagerLayer layer,
IlvManagerView view)
Returns
true when the zoom level of the view
is between the minimum and maximum zoom of this image tile loader. |
Modifier and Type | Method and Description |
---|---|
IlvManagerLayer[] |
IlvSDMServletSupport.getLayers(javax.servlet.http.HttpServletRequest request,
IlvManagerView view)
Returns only the nonempty layers.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerLayer[] |
IlvManagerServletSupport.getDynamicLayers(javax.servlet.http.HttpServletRequest request,
IlvManagerView view)
Returns an array of
IlvManagerLayer instances that are known to be dynamic. |
IlvManagerLayer[] |
IlvManagerServletSupport.getLayers(javax.servlet.http.HttpServletRequest request,
IlvManagerView view)
Returns the list of layers that are allowed to be rendered.
|
protected IlvManagerLayer[] |
IlvManagerServlet.getLayers(javax.servlet.http.HttpServletRequest request,
IlvManagerView view)
Returns the list of layers that are allowed to be rendered.
|
Modifier and Type | Method and Description |
---|---|
protected Comparator<IlvManagerLayer> |
IlvManagerServletSupport.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. |
Modifier and Type | Method and Description |
---|---|
protected Comparator<IlvGraphic> |
IlvManagerServletSupport.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. |
protected boolean |
IlvManagerServletSupport.isOverviewLayer(javax.servlet.http.HttpServletRequest request,
IlvManagerLayer layer)
Returns
true if the specified layer returned by
getLayers should be displayed in an overview window. |
protected boolean |
IlvManagerServlet.isOverviewLayer(javax.servlet.http.HttpServletRequest request,
IlvManagerLayer layer)
Returns
true if the specified layer returned
by getLayers should be displayed in an overview window. |
protected boolean |
IlvManagerServletSupport.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. |
protected boolean |
IlvManagerServlet.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. |
Modifier and Type | Method and Description |
---|---|
IlvManagerLayer |
SVGGraphicFactory.findFreeLayer(IlvManager manager)
Finds a new free manager layer.
|
IlvManagerLayer |
SVGDefaultGraphicFactory.findFreeLayer(IlvManager manager)
Finds a new free manager layer.
|
Modifier and Type | Method and Description |
---|---|
protected Element |
SVGDocumentBuilder.translate(IlvManagerLayer layer)
Returns an
Element for the given IlvManagerLayer . |
Modifier and Type | Method and Description |
---|---|
protected IlvManagerLayer[] |
IlvSVGManagerServletSupport.getLayers(javax.servlet.http.HttpServletRequest request,
IlvManager manager)
Returns the list of layers that are allowed to be rendered.
|
protected IlvManagerLayer[] |
IlvSVGManagerServlet.getLayers(javax.servlet.http.HttpServletRequest request,
IlvManager manager)
Returns the list of layers that are allowed to be rendered.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvTiledLayer
A tiled layer is an
IlvManagerLayer object
for loading large sets of data, for example, large maps. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.