org.openstreetmap.josm.io
Class GeoJSONExporter

java.lang.Object
  extended by org.openstreetmap.josm.io.FileExporter
      extended by org.openstreetmap.josm.io.GeoJSONExporter
All Implemented Interfaces:
MapView.LayerChangeListener

public class GeoJSONExporter
extends FileExporter


Field Summary
static ExtensionFileFilter FILE_FILTER
           
 
Fields inherited from class org.openstreetmap.josm.io.FileExporter
filter
 
Constructor Summary
GeoJSONExporter()
           
 
Method Summary
 void exportData(java.io.File file, Layer layer)
           
 
Methods inherited from class org.openstreetmap.josm.io.FileExporter
acceptFile, activeLayerChange, isEnabled, layerAdded, layerRemoved, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_FILTER

public static final ExtensionFileFilter FILE_FILTER
Constructor Detail

GeoJSONExporter

public GeoJSONExporter()
Method Detail

exportData

public void exportData(java.io.File file,
                       Layer layer)
                throws java.io.IOException
Overrides:
exportData in class FileExporter
Throws:
java.io.IOException


JOSM