Package | Description |
---|---|
org.openstreetmap.josm.io |
Modifier and Type | Field and Description |
---|---|
protected Compression |
OsmServerLocationReader.Parser.compression |
Modifier and Type | Method and Description |
---|---|
static Compression |
Compression.byExtension(java.lang.String name)
Determines the compression type depending on the suffix of
name . |
static Compression |
Compression.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Compression[] |
Compression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OsmServerLocationReader.GpxParser(ProgressMonitor progressMonitor,
Compression compression) |
OsmServerLocationReader.NoteParser(ProgressMonitor progressMonitor,
Compression compression) |
OsmServerLocationReader.OsmChangeParser(ProgressMonitor progressMonitor,
Compression compression) |
OsmServerLocationReader.OsmParser(ProgressMonitor progressMonitor,
Compression compression) |
OsmServerLocationReader.Parser(ProgressMonitor progressMonitor,
Compression compression) |