Package | Description |
---|---|
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.background |
Provides classes for background support using Rogue Wave JViews Maps.
|
ilog.views.maps |
This package contains the base classes to write map applications.
|
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.format.asrp |
This package contains classes for reading ASRP files.
|
ilog.views.maps.defense.format.cadrg |
This package contains classes for reading CADRG files.
|
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.format.usrp |
This package contains classes for reading USRP files.
|
ilog.views.maps.defense.format.vmap |
This package contains classes for reading VPF (VMAP) 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.cadrg |
This package contains classes for reading CADRG files.
|
ilog.views.maps.format.dem |
This package contains classes for reading GTOPO30 files.
|
ilog.views.maps.format.dted |
This package contains classes that you can use to read DTED files.
|
ilog.views.maps.format.dxf |
Provides classes to import and georeference DXF files.
|
ilog.views.maps.format.geotiff |
This package contains classes that you can use to read GeoTIFF files.
|
ilog.views.maps.format.image |
This package contains classes that you can use to read TIFF,JPG,GIF or PNG files.
|
ilog.views.maps.format.kml |
This package contains classes that you can use to read KML files.
|
ilog.views.maps.format.midmif |
This package provides classes for loading MapInfo® Mid/Mif 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.format.shapefile |
This package contains classes that you can use to read the ESRI Shapefile format.
|
ilog.views.maps.format.svg |
This package contains classes that you can use to read SVG files.
|
ilog.views.maps.format.tiger |
This package contains classes for reading TIGER/Line 2004 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 |
Provides classes for orthodromy measurement.
|
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 |
---|---|
protected IlvFeatureRenderer |
IlpAbstractMapDataSourceBackground.createRenderer(IlpViewsView view,
IlvMapFeatureIterator featureIterator)
Can be overwritten by background implementations that want to provide
a custom
IlvFeatureRenderer for a background. |
protected IlvFeatureRenderer |
IlpImageBackground.createRenderer(IlpViewsView view,
URL backgroundURL,
IlvMapFeatureIterator featureIterator)
Creates a renderer for the attributes of the map.
|
Modifier and Type | Method and Description |
---|---|
protected IlvFeatureRenderer |
IlpShapeFileBackground.createRenderer(IlpViewsView view,
URL SHPfileURL,
IlvMapFeatureIterator reader)
Deprecated.
Creates a renderer for the attributes of the map.
|
protected IlvFeatureRenderer |
IlpMIDMIFBackground.createRenderer(IlpViewsView view,
URL SHPfileURL,
IlvMapFeatureIterator reader)
Deprecated.
Creates a renderer for the map's attributes.
|
protected IlvFeatureRenderer |
IlpImageBackground.createRenderer(IlpViewsView view,
URL backgroundURL,
IlvMapFeatureIterator reader)
Deprecated.
Creates a renderer for the attributes of the map.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvLookAheadFeatureIterator
Defines an interface for feature iterators that have a look ahead
ability.
|
interface |
IlvMapReusableFeatureIterator
A reusable feature iterator.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGraphicLayerDataSource
Creates a datasource based on a dynamic vector of
IlvGraphic objects. |
class |
IlvMapDelegateFeatureIterator
An
IlvMapReusableFeatureIterator that uses a IlvMapfeatureIterator
as delegate. |
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 . |
static class |
IlvSDODataSource.OracleIterator
An internal
IlvMapRegionOfInterestIterator to go over an
Oracle SDO connection. |
Modifier and Type | Method and Description |
---|---|
IlvMapFeatureIterator |
IlvMapDelegateFeatureIterator.getDelegate()
Returns the delegate.
|
IlvMapFeatureIterator |
IlvTiledShapeDataSource.FilteredShapeFileTileLoader.getFeatureIterator(IlvTile tile)
Returns the feature iterator to load features from the specified tile.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapDelegateFeatureIterator.setDelegate(IlvMapFeatureIterator delegate)
Sets the delegate.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDBFeatureIterator
A reusable iterator for a DB2 or INFORMIX data source.
|
Modifier and Type | Class and Description |
---|---|
class |
DB2FeatureIterator
* An implementation of
IlvDBFeatureIterator for DB2 databases. |
Modifier and Type | Class and Description |
---|---|
class |
InformixFeatureIterator
An implementation of
IlvDBFeatureIterator for INFORMIX databases. |
Modifier and Type | Class and Description |
---|---|
class |
IlvRasterASRPReader
Reader of ASRP images.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvRasterCADRGReader
CADRG Raster reader.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDAFIFReader
This class reads DAFIF files.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvS57Reader
This class reads an S57 file or catalog and provides the selected map
features.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvRasterUSRPReader
This class reads an image from a USRP file.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvVMAPReader
Reader for VMAP database files.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvComputedRasterReader
This fake reader always creates a single image using an
IlvImageComputation set. |
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 |
---|---|
static class |
IlvMake3DFlyThroughInteractor.RestartingDataSource
Data source that updates the fly-through action at load time.
|
Modifier and Type | Method and Description |
---|---|
abstract IlvMapFeatureIterator |
IlvMapTileLoader.getFeatureIterator(IlvTile tile)
Returns the feature iterator to read features for the specified tile.
|
IlvMapFeatureIterator |
IlvMapLoader.makeFeatureIterator(String fileName)
Tries to instantiate a map reader to read the data from the specified
file.
|
Modifier and Type | Method and Description |
---|---|
int |
IlvMapLoader.load(IlvMapFeatureIterator featureIterator)
Loads the map features using the specified map reader.
|
int |
IlvMapLoader.load(IlvMapFeatureIterator featureIterator,
IlvFeatureRenderer renderer)
Loads the map features using the specified map reader and translates
them into graphic objects using the specified map renderer.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvCADRGFrameReader
This class is used to read CADGR frames.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGTopo30Reader
Reader of GTOPO30 images.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDTEDReader
This class can be used to read DTED files.
|
class |
IlvRasterDTEDReader
Reader of DTED files.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMapDXFReader
Reader of DXF files.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGeotiffReader
A TIFF reader that implements the
IlvMapFeatureIterator interface. |
class |
IlvRasterGeoTiffReader
GeoTIFF reader that creates reprojectable and pixel-on-demand images.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvImageReader
This class is an
IlvMapFeatureIterator specialized
for reading image files. |
class |
IlvRasterBasicImageReader
GIF,JPG,PNG or TIFF reader that creates reprojectable and pixel-on-demand images.
|
Modifier and Type | Method and Description |
---|---|
IlvMapFeatureIterator |
IlvImageTileLoader.getFeatureIterator(IlvTile tile)
Returns an
IlvMapFeatureIterator used to load
the tile tile. |
Modifier and Type | Class and Description |
---|---|
class |
IlvKMLReader
A reader for KML files.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMIDMIFReader
This class reads features and attributes from MapInfo® interchange
files.
|
class |
IlvMIFReader
The class
IlvMIFReader reads geometries from a
MapInfo® Interchange file. |
Modifier and Type | Class and Description |
---|---|
class |
IlvRasterSDOReader
IlvRasterSDOReader represents an Oracle SDO reader that reads
images from Oracle GeoRaster objects. |
class |
IlvSDOFeatureIterator
This class converts Oracle SDO geometries retrieved from an Oracle database
into Rogue Wave JViews
IlvMapFeature objects. |
Modifier and Type | Method and Description |
---|---|
int |
IlvSDOWriter.writeFeatureIterator(IlvMapFeatureIterator reader)
Writes the iterator passed as its argument into the Oracle SDO database.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvObjectSDOFeatureIterator
This class converts Oracle Spatial geometries retrieved from an Oracle
database, into
IlvMapFeature objects. |
Modifier and Type | Method and Description |
---|---|
int |
IlvObjectSDOWriter.writeFeatureIterator(IlvMapFeatureIterator reader,
boolean saveAttributes,
Long srID)
Writes the iterator passed as its argument into the Oracle SDO database.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvShapeFileReader
This class can be used to read ESRI Arc/Info Shapefiles.
|
class |
IlvSHPReader
This class can be used to read Shapefiles with the
.shp extension. |
Modifier and Type | Method and Description |
---|---|
IlvMapFeatureIterator |
IlvShapeFileTileLoader.getFeatureIterator(IlvTile tile)
Returns the feature iterator to load features from the specified tile.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMapSVGReader
IlvMapSVGReader is a reader for SVG files. |
Modifier and Type | Class and Description |
---|---|
class |
IlvTigerReader
Reader of TIGER/Line files.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvWMSReader
A map reader that can read image layers from a OpenGIS-compliant server.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvRasterAbstractReader
Class containing the methods for all readers of raster image formats.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvRasterReusableFeatureIterator
Creates a reusable iterator from a raster reader.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvMapRegionOfInterestIterator
This subinterface of
IlvMapReusableFeatureIterator will be used by the IlvTilableDataSource instances to load tiles for a region of interest. |
Modifier and Type | Method and Description |
---|---|
IlvMapFeatureIterator |
IlvRegionOfInterestTileLoader.getFeatureIterator(IlvTile tile)
Returns an
IlvMapFeatureIterator used to iterate over map
features within the bounds of the tiles specified. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.