|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface IlvMapExportManager.IlvMapExporter
Interface implemented by any object capable of exporting a collection of IlvMapFeature objects.
| Method Summary | |
|---|---|
void |
exportFeature(IlvMapFeature feature,
IlvMapLayer layer)
Export one IlvMapFeature |
void |
finishExport()
This method is called by the IlvMapExportManager when all features are exported. |
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) |
| Method Detail |
|---|
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()
toString in class Object
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||