Package | Description |
---|---|
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.format.vmap |
This package contains classes for reading VPF (VMAP) files.
|
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.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.tiling |
Specific classes for managing load-on-demand tiles for data sources and feature iterator.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvSDODataSource.OracleIterator
An internal
IlvMapRegionOfInterestIterator to go over an
Oracle SDO connection. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDBFeatureIterator
A reusable iterator for a DB2 or INFORMIX data source.
|
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.
|
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 | 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 | Class and Description |
---|---|
class |
IlvDAFIFReader
This class reads DAFIF files.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMapRegionOfInterestIterator |
IlvDAFIFDataSource.createTiledIterator(IlvFeatureClassInformation featureValue,
IlvGeometryClassFilter geometryClass)
Creates an iterator that iterates through the map features for a specific area of interest.
|
IlvMapRegionOfInterestIterator |
IlvDAFIFReader.deriveReader(IlvFeatureClassInformation vfeatureClass,
IlvGeometryClassFilter vgeometryClass)
Creates a derived reader that only returns features with the selected
feature and geometry classes.
|
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 | Method and Description |
---|---|
protected IlvMapRegionOfInterestIterator |
IlvS57DataSource.createTiledIterator(IlvFeatureClassInformation featureValue,
IlvGeometryClassFilter geometryClass)
Creates an iterator to iterates through the map features searching for a
specific area of interest.
|
IlvMapRegionOfInterestIterator |
IlvS57Reader.deriveReader(IlvFeatureClassInformation vfeatureClass,
IlvGeometryClassFilter vgeometryClass)
Creates a derived reader that only returns features with the selected
feature class and geometry class.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvVMAPReader
Reader for VMAP database files.
|
Modifier and Type | Method and Description |
---|---|
protected abstract IlvMapRegionOfInterestIterator |
IlvDefaultTilableDataSource.createTiledIterator(IlvFeatureClassInformation featureClass,
IlvGeometryClassFilter geometryClass)
Should create the specific
IlvMapRegionOfInterestIterator to be used for this data source. |
Modifier and Type | Class and Description |
---|---|
class |
IlvMapDXFReader
Reader of DXF files.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMapRegionOfInterestIterator |
IlvDXFDataSource.createTiledIterator(IlvFeatureClassInformation featureValue,
IlvGeometryClassFilter geometryClass)
Creates an iterator that iterates through the map features, for a
specific area of interest.
|
IlvMapRegionOfInterestIterator |
IlvMapDXFReader.deriveReader(IlvFeatureClassInformation vfeatureClass,
IlvGeometryClassFilter vgeometryClass)
Builds a specific reader to read filtered features.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvKMLReader
A reader for KML files.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMapRegionOfInterestIterator |
IlvKMLDataSource.createTiledIterator(IlvFeatureClassInformation featureValue,
IlvGeometryClassFilter geometryClass)
Creates an iterator that iterates through the map features, for a specific area of interest.
|
IlvMapRegionOfInterestIterator |
IlvKMLReader.deriveReader(IlvFeatureClassInformation vfeatureClass,
IlvGeometryClassFilter vgeometryClass)
Builds a specific reader to read filtered features.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMapSVGReader
IlvMapSVGReader is a reader for SVG files. |
Modifier and Type | Method and Description |
---|---|
protected IlvMapRegionOfInterestIterator |
IlvSVGDataSource.createTiledIterator(IlvFeatureClassInformation featureValue,
IlvGeometryClassFilter geometryClass)
Creates an iterator that traverses the map features for a specific area of
interest.
|
IlvMapRegionOfInterestIterator |
IlvMapSVGReader.deriveReader(IlvFeatureClassInformation vfeatureClass,
IlvGeometryClassFilter vgeometryClass)
Builds a customized reader to read only the features set by
the filters.
|
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 | Method and Description |
---|---|
protected IlvMapRegionOfInterestIterator |
IlvWMSDataSource.createTiledIterator(IlvFeatureClassInformation featureValue,
IlvGeometryClassFilter geometryClass)
Creates an iterator that iterates through the map features for a specific area of interest.
|
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.
|
Constructor and Description |
---|
IlvRegionOfInterestTileLoader(IlvMapRegionOfInterestIterator reader,
boolean usingGeodeticComputation)
Creates an
IlvRegionOfInterestTileLoader instance that will
delegate data extraction to a specific
IlvMapRegionOfInterestIterator object. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.