Package | Description |
---|---|
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.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.defense.datasource |
Provides predefined data sources for defense specific vector formats.
|
ilog.views.maps.defense.format.s57 |
This package contains classes for reading S57 files.
|
ilog.views.maps.defense.terrain |
This package contains classes for terrain analysis.
|
ilog.views.maps.defense.terrain3d.view |
Base classes to manage the 3D View.
|
ilog.views.maps.export |
Provides classes to export map data to various formats.
|
ilog.views.maps.format |
Provides classes to read various map file formats.
|
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.label |
This package contains JViews Maps labeling classes.
|
ilog.views.maps.measures |
General management of raster images.
|
ilog.views.maps.raster.datasource |
Provides classes for raster data sources.
|
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.sdm.renderer.maps |
Contains some auxiliary classes for use with the Perforce JViews Maps product.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMapLayer |
IlvMapStyleSheetRenderer.createLinkMapLayer(IlvManager manager)
Deprecated.
Creates the link layer and adds a listener that will remove all symbols if the layer is removed.
|
protected IlvMapLayer |
IlvMapStyleSheetRenderer.createSymbolMapLayer(IlvManager manager)
Deprecated.
Creates the symbol layer and adds a listener that will remove all symbols if the layer is removed.
|
static IlvMapLayer |
IlvMapStyleSheetRenderer.getLinkMapLayer(IlvManager manager)
Deprecated.
Tries to find a layer with
LINK_LAYER_NAME name in the
IlvMapLayerTreeModel of the manager. |
IlvMapLayer |
IlvMapLayerProperty.getMapLayer()
Retrieves the value of this property.
|
static IlvMapLayer |
IlvMapLayerProperty.getMapLayer(IlvManagerLayer managerLayer)
Retrieves the value of a
IlvMapLayerProperty attached to
a IlvManagerLayer if any. |
static IlvMapLayer |
IlvMapStyleSheetRenderer.getSymbolMapLayer(IlvManager manager)
Deprecated.
Tries to find a layer with
SYMBOL_LAYER_NAME name in the
IlvMapLayerTreeModel of the manager. |
Modifier and Type | Method and Description |
---|---|
void |
IlvMapApplyObject.apply(IlvMapFeature currentFeature,
IlvMapLayer layer)
Applies a function to the specified
IlvMapFeature . |
Constructor and Description |
---|
IlvMapLayerProperty(IlvMapLayer layer)
Creates a
IlvMapLayerProperty |
Modifier and Type | Method and Description |
---|---|
IlvMapLayer |
IlvMapLayerTreeModel.findChildLayer(IlvMapLayer parent,
String name)
Returns the child object with a specific name from an
IlvMapLayer instance. |
static IlvMapLayer |
IlvMapLayer.get(IlvGraphic g)
Returns the map layer which contains the specified
IlvGraphic instance. |
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. |
IlvMapLayer |
IlvMapAnnotationModel.getAnnotationRoot()
Returns the
IlvMapLayer used as a parent by the annotations layers when
displayed in an IlvLayerTree . |
IlvMapLayer |
IlvMapAnnotationModel.getAnnotationRoot(IlvManager pmanager)
Gets or creates the layer used as a parent by the layers created by this toolbar.
|
IlvMapLayer[] |
IlvMapLayer.getChildren()
Returns the child list for this
IlvMapLayer instance. |
IlvMapLayer[] |
IlvMapLayerTreeModel.getChildren(IlvMapLayer layer)
Returns the array of the children of the specified
IlvMapLayer
instance. |
IlvMapLayer |
IlvMapLayer.MapLayerStyleListener.getMapLayer()
Returns the map layer attached to this listener.
|
IlvMapLayer |
IlvMapLayerTreeModel.getMapLayer(Object o)
Returns the
IlvMapLayer object from the specified
IlvMapLayerTreeNode instance. |
IlvMapLayer |
IlvMapLayer.getParent()
Returns the parent of this
IlvMapLayer object. |
IlvMapLayer |
IlvMapLayerTreeModel.getParent(IlvMapLayer layer)
Returns the parent object of the specified layer.
|
IlvMapLayer |
IlvMapDynamicStylePanel.getSelectedLayer()
Returns the selected layer.
|
IlvMapLayer |
IlvLayerTreePanel.getSelectedLayer()
Returns the selected layer.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapLayerTreeModel.addChild(IlvMapLayer parent,
IlvMapLayer layer)
Adds
layer as the last child of parent . |
void |
IlvMapLayerTreeModel.addChild(IlvMapLayer parent,
IlvMapLayer layer,
int idx)
Adds a child layer to a parent layer.
|
IlvMapLayer |
IlvMapLayerTreeModel.findChildLayer(IlvMapLayer parent,
String name)
Returns the child object with a specific name from an
IlvMapLayer instance. |
IlvMapLayer[] |
IlvMapLayerTreeModel.getChildren(IlvMapLayer layer)
Returns the array of the children of the specified
IlvMapLayer
instance. |
String |
IlvMapLegend.getDescription(IlvMapLayer layer)
Returns the description of the layer.
|
IlvMapLayer |
IlvMapLayerTreeModel.getParent(IlvMapLayer layer)
Returns the parent object of the specified layer.
|
IlvMapLayerTreeNode |
IlvMapLayerTreeModel.getTreeNode(IlvMapLayer layer)
Returns the
IlvMapLayerTreeNode object attached to the
specified IlvMapLayer instance. |
void |
IlvMapLayerTreeModel.nodeChanged(IlvMapLayer layer)
Calls the
nodeChanged method of the
IlvMapLayerTreeNode object attached to the specified
IlvMapLayer instance. |
void |
IlvMapLayerTreeModel.nodeStructureChanged(IlvMapLayer layer)
Calls the
nodeStructureChanged method of the
IlvMapLayerTreeNode instance attached to the specified
IlvMapLayer object. |
void |
IlvMapLayerTreeModel.orderLayer(IlvMapLayer l1,
IlvMapLayer l2,
boolean after)
Orders the specified
IlvMapLayer objects. |
void |
IlvMapLayerTreeModel.reload(IlvMapLayer layer)
Calls the
reload method of the
IlvMapLayerTreeNode object attached to the specified
IlvMapLayer instance. |
boolean |
IlvMapLayerTreeModel.removeChild(IlvMapLayer layer)
Removes the specified child object from its parent.
|
void |
IlvMapAnnotationModel.setAnnotationRoot(IlvMapLayer layer)
Sets the layer to be used as a parent by the annotations layers.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMapLayer |
IlvMapDataSource.createInsertionLayer()
Creates the insertion layer.
|
protected IlvMapLayer |
IlvHierarchicalDataSource.createInsertionLayer()
Creates the insertion layer.
|
IlvMapLayer |
IlvMapDataSource.getInsertionLayer()
Retrieves the insertion layer.
|
protected IlvMapLayer |
IlvMapDataSource.getMapLayer(IlvMapFeature feature)
Returns the
mapLayer containing the specified
IlvMapFeature . |
protected IlvMapLayer |
IlvHierarchicalDataSource.getMapLayer(IlvMapFeature feature)
Return< the mapLayer containing the specified
IlvMapFeature |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvHierarchicalDataSource.addLayer(IlvMapLayer parent,
IlvMapLayer layer)
Adds a specified
IlvMapLayer in the specified parent layer. |
protected IlvMapRegionOfInterestIterator |
IlvTigerDataSource.createTiledIterator(IlvMapLayer layer)
Creates an iterator that will iterate through the map features
for a specific area of interest.
|
protected IlvMapRegionOfInterestIterator |
IlvSDODataSource.createTiledIterator(IlvMapLayer layer)
Creates an iterator that will iterate through the map features, for a
specific area of interest.
|
protected void |
IlvTiledShapeDataSource.initInsertionLayer(IlvMapLayer layer)
Initializes the insertion
IlvMapLayer of this datasource. |
protected void |
IlvMapDataSource.initInsertionLayer(IlvMapLayer layer)
Initializes the insertion
IlvMapLayer of this data source
and inserts a new IlvManagerLayer in the specified
IlvMapLayer . |
void |
IlvMapDataSource.setInsertionLayer(IlvMapLayer layer)
Sets the layer that the
IlvGraphic is to be inserted into. |
protected void |
IlvHierarchicalDataSource.setupLayer(IlvMapLayer layer,
IlvMapFeature feature)
Sets up the layer to receive features.
|
Constructor and Description |
---|
IlvSplitDataSource(IlvMapLayer sourceLayer,
IlvHierarchicalDataSource.CriterionFilter filter)
Creates an
IlvSplitDataSource from objects in a map layer, according to the
criterion filter. |
Modifier and Type | Method and Description |
---|---|
IlvMapLayer |
IlvDBDataSource.getInsertionLayer()
Retrieves the insertion layer.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMapRegionOfInterestIterator |
IlvDBDataSource.createTiledIterator(IlvMapLayer arg0)
Creates an iterator that will iterate through the map features
for a specific area of interest.
|
protected void |
IlvDBDataSource.initInsertionLayer(IlvMapLayer layer)
Initializes the insertion
IlvMapLayer of this data source
and inserts a new IlvManagerLayer in the specified
IlvMapLayer . |
Modifier and Type | Method and Description |
---|---|
protected IlvMapRegionOfInterestIterator |
IlvVMAPDataSource.createTiledIterator(IlvMapLayer layer)
Creates an iterator that will iterate through the map features
for a specific area of interest.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvS57DataSource.addLayer(IlvMapLayer parent,
IlvMapLayer layer)
Adds a specified
IlvMapLayer in the specified parent layer. |
Modifier and Type | Method and Description |
---|---|
IlvMapLayer |
IlvMakeTerrainCutInteractor.createMapInsertionLayer()
Creates a map layer that contains gradients.
|
IlvMapLayer |
IlvMakeLineOfVisibilityInteractor.createMapInsertionLayer()
Creates the map layer to contain gradients.
|
IlvMapLayer |
IlvMakeGradientInteractor.createMapInsertionLayer()
Creates the map layer that will contain gradients.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvMakeGradientInteractor.createObject(IlvRect rect,
IlvMapLayer ml)
Creates the gradient object when the user finishes a rectangular
selection.
|
protected void |
IlvMakeAreaOfSightInteractor.createObject(IlvRect rect,
IlvMapLayer ml)
Creates the gradient object when the user finishes a rectangular
selection.
|
Modifier and Type | Method and Description |
---|---|
IlvMapLayer |
IlvMake3DViewInteractor.createMapInsertionLayer()
Creates the map layer to contain gradients.
|
IlvMapLayer |
IlvMake3DFlyThroughInteractor.createMapInsertionLayer()
Creates the map layer to contain fly-through.
|
Modifier and Type | Method and Description |
---|---|
protected static IlvFlyThroughAction |
IlvMake3DFlyThroughInteractor.createFlyThroughAction(Ilv3DTrajectory traj,
IlvMapLayer layer,
Ilv3DView view)
Creates a fly-through action.
|
protected void |
IlvMake3DViewInteractor.createObject(IlvRect rect,
IlvMapLayer ml)
Creates the bounds rectangle when the rectangle is selected by the user.
|
void |
Ilv3DViewControlUI.registerFlyThrough(IlvMapLayer layer,
IlvFlyThroughAction action)
Registers or changes the fly through action to execute for the specific map
layer.
|
void |
Ilv3DView.registerFlyThrough(IlvMapLayer flyThoughLayer,
IlvFlyThroughAction action)
Registers or changes the fly through action to execute for the specified
map layer.
|
protected static void |
IlvMake3DFlyThroughInteractor.update3DFlyThrough(IlvMapControllingPolyline flyThroughGraphic,
IlvMapLayer flyThroughLayer)
Updates the fly-through action when the polygon changes.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvShapeExporter.exportFeature(IlvMapFeature feature,
IlvMapLayer mapLayer)
Export one
IlvMapFeature |
void |
IlvSDOExporter.exportFeature(IlvMapFeature feature,
IlvMapLayer mapLayer)
Export one
IlvMapFeature |
void |
IlvMapExportManager.IlvMapExporter.exportFeature(IlvMapFeature feature,
IlvMapLayer layer)
Export one
IlvMapFeature |
void |
IlvKMLExporter.exportFeature(IlvMapFeature feature,
IlvMapLayer mapLayer)
Export one
IlvMapFeature |
void |
IlvMapExportManager.exportMapLayers(IlvMapLayer[] mapLayers)
Export all map features of the specified map layers
|
void |
IlvShapeExporter.initExport(IlvMapLayer[] mapLayers)
Prepare this exporter to export a collection of
IlvMapFeature objects. |
void |
IlvSDOExporter.initExport(IlvMapLayer[] mapLayers)
Prepare this exporter to export a collection of
IlvMapFeature objects. |
void |
IlvMapExportManager.IlvMapExporter.initExport(IlvMapLayer[] exportedLayers)
Prepare this exporter to export a collection of
IlvMapFeature objects. |
void |
IlvKMLExporter.initExport(IlvMapLayer[] ml)
Prepare this exporter to export a collection of
IlvMapFeature objects. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvDefaultTilableDataSource.addLayer(IlvMapLayer parent,
IlvMapLayer layer)
Adds a specified
IlvMapLayer in the specified parent layer. |
protected Integer |
IlvDefaultTilableDataSource.getLayerOrder(IlvMapLayer layer)
A utility method that retrieves the map layer order.
|
protected void |
IlvDefaultTilableDataSource.setLayerOrder(IlvMapLayer layer,
Integer order)
A utility method that stores the map layer order.
|
protected void |
IlvDefaultTilableDataSource.setupLayer(IlvMapLayer layer,
IlvMapFeature feature)
This method has been overridden so the preferred order in the layer is also
stored.
|
Modifier and Type | Method and Description |
---|---|
IlvMapLayer |
IlvWMSDataSource.getInsertionLayer()
Retrieves the insertion layer.
|
Modifier and Type | Method and Description |
---|---|
IlvMapLayer |
IlvMapLabeler.getLabeledLayer(IlvMapLayer labelLayer)
Retrieves the
IlvMapLayer for which this label layer has been created. |
IlvMapLayer |
IlvMapDefaultLabeler.getLabeledLayer(IlvMapLayer mapLayer)
Retrieves the
IlvMapLayer for which this label layer has been created. |
IlvMapLayer |
IlvMapLabeler.getLabelLayer()
Deprecated.
|
IlvMapLayer |
IlvMapDefaultLabeler.getLabelLayer()
Deprecated.
|
IlvMapLayer |
IlvMapLabeler.getLabelLayer(IlvMapLayer layer)
Retrieves the
IlvMapLayer on which labels are drawn for this specific map layer. |
IlvMapLayer |
IlvMapDefaultLabeler.getLabelLayer(IlvMapLayer mapLayer)
Retrieves the
IlvMapLayer on which labels are drawn for this specific map layer. |
Modifier and Type | Method and Description |
---|---|
Iterator<IlvMapLayer> |
IlvMapLabeler.getLabelLayers()
Returns The list of the label layers.
|
Iterator<IlvMapLayer> |
IlvMapDefaultLabeler.getLabelLayers()
Returns an iterator to iterate through the label layers.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapLabeler.addLayer(IlvMapLayer layer)
Add a layer to be labeled by this labeler.
|
void |
IlvMapDefaultLabeler.addLayer(IlvMapLayer layer)
Add a layer to be labeled by this labeler.
|
IlvMapLayer |
IlvMapLabeler.getLabeledLayer(IlvMapLayer labelLayer)
Retrieves the
IlvMapLayer for which this label layer has been created. |
IlvMapLayer |
IlvMapDefaultLabeler.getLabeledLayer(IlvMapLayer mapLayer)
Retrieves the
IlvMapLayer for which this label layer has been created. |
IlvMapLayer |
IlvMapLabeler.getLabelLayer(IlvMapLayer layer)
Retrieves the
IlvMapLayer on which labels are drawn for this specific map layer. |
IlvMapLayer |
IlvMapDefaultLabeler.getLabelLayer(IlvMapLayer mapLayer)
Retrieves the
IlvMapLayer on which labels are drawn for this specific map layer. |
boolean |
IlvMapLabelManager.isDisplayLabelsForLayer(IlvMapLayer layer)
Tests if the specified layer index corresponds to a layer displayed by
this
IlvMapLabelManager instance. |
void |
IlvMapLabeler.removeLayer(IlvMapLayer layer)
Removes a layer from this labeler.
|
void |
IlvMapDefaultLabeler.removeLayer(IlvMapLayer layer)
Removes a layer from this labeler.
|
void |
IlvMapLabelManager.setDisplayLabelsForLayer(IlvMapLayer layer,
boolean set)
Sets if the specified layer should be displayed by this
IlvMapLabelManager instance. |
void |
IlvMapLabeler.setLabelLayer(IlvMapLayer layer)
Sets the label layer.
|
void |
IlvMapDefaultLabeler.setLabelLayer(IlvMapLayer layer)
Sets the label layer.
|
Modifier and Type | Method and Description |
---|---|
IlvMapLayer |
IlvMakeMeasureInteractor.getMapInsertionLayer()
Creates or return a Map Layer for measures.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMapLayer |
IlvTiledRasterDataSource.createInsertionLayer()
Creates the map layer using a tiled manager layer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvTiledRasterDataSource.initInsertionLayer(IlvMapLayer layer)
Creates a new
IlvTiledLayer instance to store images and tiles. |
Modifier and Type | Method and Description |
---|---|
IlvMapLayer |
DynamicStyleEvent.getLayer()
Returns the layer that was registered at construction time.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapStyleController.addTheme(double scale,
IlvMapLayer layer,
String name)
Adds an
IlvMapStyle /IlvMapLayer association that
is controlled by a scale. |
void |
IlvMapStyleController.addTheme(IlvMapLayer layer,
IlvMapDynamicStyle theme)
Adds an
IlvMapStyle /IlvMapLayer association that
is controlled by a scale. |
IlvMapStyle |
IlvMapStyleController.getStyle(IlvMapLayer layer,
double scale)
Retrieves the style registered for the given layer that matches a given
scale.
|
IlvMapDynamicStyle |
IlvMapStyleController.getTheme(IlvMapLayer layer,
double scale)
Retrieves the
IlvMapDynamicStyle object registered for a
given layer that matches a specific scale. |
IlvMapDynamicStyle[] |
IlvMapStyleController.getThemes(IlvMapLayer layer)
Returns the array of
IlvMapDynamicStyle objects associated
with a given layer. |
void |
IlvMapStyleController.removeTheme(IlvMapLayer layer,
IlvMapDynamicStyle style)
Removes a given style from the controller.
|
void |
IlvMapStyleController.setThemes(IlvMapLayer layer,
IlvMapDynamicStyle[] themesArray)
Sets the dynamic styles for a given layer.
|
void |
IlvMapStyleController.updateTheme(IlvManagerView v,
IlvMapLayer l)
Sets the layer style for the current scale of a view.
|
Constructor and Description |
---|
DynamicStyleEvent(IlvMapDynamicStyle dstyle,
IlvMapLayer layer,
IlvMapStyle old,
IlvMapStyle style)
Constructs a new dynamic style event.
|
Modifier and Type | Method and Description |
---|---|
protected abstract IlvMapRegionOfInterestIterator |
IlvTilableDataSource.createTiledIterator(IlvMapLayer layer)
Creates an iterator that will iterate through the map features
for a specific area of interest.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMapLayer |
IlvMapStyleSheetRenderer.createLinkMapLayer(IlvManager manager)
Creates a link layer and adds a listener that will remove all symbols if
the layer is removed.
|
protected IlvMapLayer |
IlvMapStyleSheetRenderer.createLinkMapLayer(IlvManager manager,
int indexHint)
Creates a link layer and adds a listener that will remove all symbols if
the layer is removed.
|
protected IlvMapLayer |
IlvMapStyleSheetRenderer.createSymbolMapLayer(IlvManager manager)
Creates the symbol layer and adds a listener that will remove all symbols
if the layer is removed.
|
protected IlvMapLayer |
IlvMapStyleSheetRenderer.createSymbolMapLayer(IlvManager manager,
int indexHint)
Creates the symbol layer and adds a listener that will remove all symbols
if the layer is removed.
|
IlvMapLayer |
IlvMapStyleSheetRenderer.getLinkMapLayer(IlvManager manager)
Tries to find a layer with
LINK_LAYER_NAME in the
IlvMapLayerTreeModel of the manager. |
IlvMapLayer |
IlvMapStyleSheetRenderer.getLinkMapLayer(IlvManager manager,
int indexHint)
Tries to find a layer with
LINK_LAYER_NAME in the
IlvMapLayerTreeModel of the manager. |
IlvMapLayer |
IlvMapStyleSheetRenderer.getSymbolMapLayer(IlvManager manager)
Tries to find a layer with
SYMBOL_LAYER_NAME in the
IlvMapLayerTreeModel of the manager. |
IlvMapLayer |
IlvMapStyleSheetRenderer.getSymbolMapLayer(IlvManager manager,
int indexHint)
Tries to find a layer with
IlvMapStyleSheetRenderer.getSymbolLayerName(int) in the
IlvMapLayerTreeModel of the manager. |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.