|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.io.FileImporter
org.openstreetmap.josm.io.OsmImporter
org.openstreetmap.josm.io.OsmBzip2Importer
public class OsmBzip2Importer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.openstreetmap.josm.io.OsmImporter |
---|
OsmImporter.OsmImporterData |
Field Summary | |
---|---|
static ExtensionFileFilter |
FILE_FILTER
|
Fields inherited from class org.openstreetmap.josm.io.FileImporter |
---|
filter |
Constructor Summary | |
---|---|
OsmBzip2Importer()
|
Method Summary | |
---|---|
void |
importData(java.io.File file,
ProgressMonitor progressMonitor)
Needs to be implemented if isBatchImporter() returns false. |
Methods inherited from class org.openstreetmap.josm.io.OsmImporter |
---|
createLayer, createPostLayerTask, importData, loadLayer, parseDataSet |
Methods inherited from class org.openstreetmap.josm.io.FileImporter |
---|
acceptFile, activeLayerChange, compareTo, getBZip2InputStream, getGZipInputStream, getPriority, importData, importDataHandleExceptions, importDataHandleExceptions, isBatchImporter, isEnabled, layerAdded, layerRemoved, setEnabled |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ExtensionFileFilter FILE_FILTER
Constructor Detail |
---|
public OsmBzip2Importer()
Method Detail |
---|
public void importData(java.io.File file, ProgressMonitor progressMonitor) throws java.io.IOException, IllegalDataException
FileImporter
importData
in class OsmImporter
java.io.IOException
IllegalDataException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |