|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openstreetmap.josm.io.session.GeoImageSessionExporter
public class GeoImageSessionExporter
| Field Summary | |
|---|---|
private javax.swing.JCheckBox |
export
|
private GeoImageLayer |
layer
|
| Constructor Summary | |
|---|---|
GeoImageSessionExporter(GeoImageLayer layer)
|
|
| Method Summary | |
|---|---|
private void |
addAttr(java.lang.String name,
java.lang.String value,
org.w3c.dom.Element element,
SessionWriter.ExportSupport support)
|
org.w3c.dom.Element |
export(SessionWriter.ExportSupport support)
Save meta data to the .jos file. |
java.util.Collection<Layer> |
getDependencies()
Return the Layers, this Layer depends on. |
java.awt.Component |
getExportPanel()
The GUI for exporting this layer. |
boolean |
requiresZip()
Return true, if some data needs to be included in the zip archive. |
boolean |
shallExport()
Return true, if the layer should be included in the list of exported layers. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private GeoImageLayer layer
private javax.swing.JCheckBox export
| Constructor Detail |
|---|
public GeoImageSessionExporter(GeoImageLayer layer)
| Method Detail |
|---|
public java.util.Collection<Layer> getDependencies()
SessionLayerExporter
getDependencies in interface SessionLayerExporterpublic java.awt.Component getExportPanel()
SessionLayerExporter
getExportPanel in interface SessionLayerExporterpublic boolean shallExport()
SessionLayerExporter
shallExport in interface SessionLayerExporterpublic boolean requiresZip()
SessionLayerExporter
requiresZip in interface SessionLayerExporter
public org.w3c.dom.Element export(SessionWriter.ExportSupport support)
throws java.io.IOException
SessionLayerExportersupport to save files in the zip archive as needed.
export in interface SessionLayerExporterjava.io.IOException
private void addAttr(java.lang.String name,
java.lang.String value,
org.w3c.dom.Element element,
SessionWriter.ExportSupport support)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||