public static interface IlvMapExportManager.IlvMapExporter
IlvMapFeature
objects.Modifier and Type | Method and Description |
---|---|
void |
exportFeature(IlvMapFeature feature,
IlvMapLayer layer)
Export one
IlvMapFeature |
void |
finishExport()
This method is called by the
IlvMapExportManager when all features are exported. |
String |
getDialogTitle()
Returns the parameter settings dialog box title.
|
String |
getSettingsLabel()
Returns the label summarizing parameter settings for this exporter.
|
void |
initExport(IlvMapLayer[] exportedLayers)
Prepare this exporter to export a collection of
IlvMapFeature objects. |
void |
showConfigurationDialog(JDialog parent)
Shows a configuration dialog for this exporter
|
String |
toString()
Returns A String describing this exporter (displayable in a combo box in the maps exporter GUI)
|
void exportFeature(IlvMapFeature feature, IlvMapLayer layer)
IlvMapFeature
feature
- the IlvMapFeature
to export.layer
- the IlvMapLayer
containing the IlvMapFeature
in parametervoid initExport(IlvMapLayer[] exportedLayers)
IlvMapFeature
objects.exportedLayers
- an array of IlvMapLayer
whose objects are going to be exported through the
exportFeature
method.void finishExport()
IlvMapExportManager
when all features are exported. This method could close
opened file input streams, for instance.void showConfigurationDialog(JDialog parent)
parent
- the JDialog that should be used as a parent when displaying a sub dialogString toString()
String getSettingsLabel()
String getDialogTitle()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.