Package | Description |
---|---|
ilog.views.maps.export |
Provides classes to export map data to various formats.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvKMLExporter
An
IlvMapExporter specialized in exporting KML files. |
class |
IlvSDOExporter
A
IlvMapExporter specialized in exporting maps to Oracle SDO database. |
class |
IlvShapeExporter
A
IlvMapExporter specialized in exporting shape files. |
Modifier and Type | Method and Description |
---|---|
IlvMapExportManager.IlvMapExporter |
IlvMapExportManager.getRasterExporter()
Returns
IlvMapExporter used to export vectorial map features |
IlvMapExportManager.IlvMapExporter |
IlvMapExportManager.getVectorialExporter()
Returns the
IlvMapExporter used to export raster map features |
Modifier and Type | Method and Description |
---|---|
void |
IlvMapExportDialog.registerRasterExporter(IlvMapExportManager.IlvMapExporter exporter)
Registers a raster exporter with this dialog.
|
void |
IlvMapExportDialog.registerVectorExporter(IlvMapExportManager.IlvMapExporter exporter)
Registers a vector exporter with this dialog.
|
void |
IlvMapExportManager.setRasterExporter(IlvMapExportManager.IlvMapExporter rasterExporter)
Set the
IlvMapExporter used to export raster map features |
void |
IlvMapExportManager.setVectorialExporter(IlvMapExportManager.IlvMapExporter vectorialExporter)
Set the
IlvMapExporter used to export vectorial map features |
void |
IlvMapExportDialog.unregisterRasterExporter(IlvMapExportManager.IlvMapExporter exporter)
Unregisters a raster exporter from this dialog.
|
void |
IlvMapExportDialog.unregisterVectorExporter(IlvMapExportManager.IlvMapExporter exporter)
Unregisters a vector exporter from this dialog.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.