Package | Description |
---|---|
ilog.cpl.graph.background |
Contains the API that is available for making use of backgrounds (georeferenced or not ) within JViews TGO.
|
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.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.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.terrain |
This package contains classes for terrain analysis.
|
ilog.views.maps.defense.terrain3d.view |
Base classes to manage the 3D View.
|
ilog.views.maps.format |
Provides classes to read various map file formats.
|
ilog.views.maps.format.dxf |
Provides classes to import and georeference DXF files.
|
ilog.views.maps.format.kml |
This package contains classes that you can use to read KML files.
|
ilog.views.maps.format.svg |
This package contains classes that you can use to read SVG 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.raster.datasource |
Provides classes for raster data sources.
|
ilog.views.maps.tiling |
Specific classes for managing load-on-demand tiles for data sources and feature iterator.
|
Modifier and Type | Method and Description |
---|---|
IlvMapDataSource |
IlpShapeBackground.createMapDataSource(IlpViewsView view)
Creates an
ilog.views.maps.datasource.IlvTiledShapeDataSource
if load-on-demand is enabled or an
ilog.views.maps.datasource.IlvShapeDataSource otherwise. |
IlvMapDataSource |
IlpMapDataSourceBackground.createMapDataSource(IlpViewsView view)
Should create the appropriate
IlvMapDataSource implementation
for the specified URL defined for this background. |
IlvMapDataSource |
IlpMIDMIFBackground.createMapDataSource(IlpViewsView view)
Returns an
ilog.views.maps.datasource.IlvMIDMIFDataSource . |
IlvMapDataSource |
IlpImageBackground.createMapDataSource(IlpViewsView view)
Creates an
ilog.views.maps.datasource.IlvMapDataSource that
can handle the supported raster formats. |
IlvMapDataSource |
IlpMapDataSourceBackground.getMapDataSource()
Returns the
IlvMapDataSource being used by this background. |
IlvMapDataSource |
IlpAbstractMapDataSourceBackground.getMapDataSource()
Implementation of the IlpMapDataSourceBackground.
|
Constructor and Description |
---|
IlvMapLayerStyleChangeListener(IlvMapDataSource ds,
IlvMapLayerStyleControl computation)
Creates a listener that will reload the image when some styling parameter or a named property of the data source manager change.
|
Modifier and Type | Method and Description |
---|---|
IlvMapDataSource |
IlvMapLayer.getDataSource()
Returns the data source associated with this layer.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapLayer.removeDataSource(IlvMapDataSource ndataSource)
Removes the data source associated with this layer.
|
void |
IlvMapLayer.setDataSource(IlvMapDataSource source)
Sets the data source for this layer.
|
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.
|
class |
IlvMIDMIFDataSource
A data source to read MapInfo MID/MIF files.
|
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. |
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.
|
class |
IlvTiledShapeDataSource
A data source specialized in reading tiled ESRI/Shape files.
|
Modifier and Type | Method and Description |
---|---|
IlvMapDataSource |
IlvMapDataSourceNode.getDataSource()
Returns the data source associated with this node, or null.
|
IlvMapDataSource |
DataSourceEvent.getDataSource()
Returns the source of the event as an
IlvMapDataSource |
IlvMapDataSource |
IlvMapDataSourceModel.getDataSource(String name)
Finds a data source by its name.
|
IlvMapDataSource[] |
IlvMapDataSourceModel.getDataSources()
Returns all the data sources known by this
IlvMapDataSourceModel . |
Modifier and Type | Method and Description |
---|---|
void |
IlvMapDataSourceModel.insert(IlvMapDataSource source)
Inserts a data source in this model.
|
void |
IlvMapDataSourceModel.remove(IlvMapDataSource source)
Removes a datasource from its parent.
|
Constructor and Description |
---|
DataSourceEvent(IlvMapDataSource dataSource)
Creates a data source event.
|
IlvPolylineMergerDataSource(IlvMapDataSource dataSource)
Creates a IlvPolylineMergerDataSource on a IlvMapDataSource passed as
parameter.
|
IlvPolylineMergerDataSource(IlvMapDataSource dataSource,
IlvPolylineMergerDataSource.IlvGraphicIdentifier identifier)
Creates an
IlvPolylineMergerDataSource on an IlvMapDataSource passed as
parameter, with the specified IlvGraphicIdentifier |
IlvPolylineSimplifierDataSource(IlvMapDataSource dataSource)
Creates an
IlvPolylineSimplifierDataSource instance from an
IlvMapDataSource object passed as a parameter. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDBDataSource
An abstract a data source used to read map data from an DB2 and INFORMIX databases.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDB2DataSource
An implementation of
IlvDBDataSource for DB2 databases. |
Modifier and Type | Class and Description |
---|---|
class |
IlvInformixDataSource
An implementation of
IlvDBDataSource for INFORMIX databases. |
Modifier and Type | Class and Description |
---|---|
class |
IlvVMAPDataSource
IlvVMAPDataSource is a data source used to read a VMAP
database. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDAFIFDataSource
A data source to read DAFIF files.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvS57DataSource
IlvS57DataSource represents a data source to read S57 files. |
Modifier and Type | Class and Description |
---|---|
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. |
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.
|
static class |
IlvMake3DFlyThroughInteractor.RestartingDataSource
Data source that updates the fly-through action at load time.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultTilableDataSource
An abstract base class for data sources capable of creating a hierarchical set of tiled layers.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDXFDataSource
A data source to read DXF and KMZ files.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvKMLDataSource
A data source to read KML and KMZ files.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvSVGDataSource
IlvSVGDataSource represents a data source used read SVG files. |
Modifier and Type | Class and Description |
---|---|
class |
IlvWMSDataSource
A data source for reading a URL that points to an OpenGIS-compliant map server.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvTiledRasterDataSource
IlvTiledRasterDataSource is used to manage any raster
reader data. |
Modifier and Type | Method and Description |
---|---|
static IlvMapDataSource |
IlvRasterDataSourceFactory.buildImageDataSource(IlvManager manager,
IlvRasterAbstractReader reader,
IlvThreadMonitoringData monitorInfo)
Creates a non tiled image data source.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvTilableDataSource
IlvTilableDataSource is an abstract base class for data sources
capable of creating tiled layers. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.