Package | Description |
---|---|
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.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).
|
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.
|
void |
IlvDAFIFReader.setFeatureClassFilter(IlvFeatureClassInformation vfeatureClass)
Sets a filter on the DAFIF table.
|
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.
|
void |
IlvS57Reader.setFeatureClassFilter(IlvFeatureClassInformation vfeatureClass)
Sets a filter on the S57 code.
|
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 | 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.
|
void |
IlvMapDXFReader.setFeatureClassFilter(IlvFeatureClassInformation vfeatureClass)
Sets a filter on the DXF folder.
|
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.
|
void |
IlvKMLReader.setFeatureClassFilter(IlvFeatureClassInformation vfeatureClass)
Sets a filter on the KML folder.
|
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.
|
void |
IlvMapSVGReader.setFeatureClassFilter(IlvFeatureClassInformation vfeatureClass)
Sets a filter on the SVG folder.
|
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.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.