Package | Description |
---|---|
org.openstreetmap.josm.io.session |
Modifier and Type | Class and Description |
---|---|
class |
GeoImageSessionImporter |
class |
GpxTracksSessionImporter |
class |
ImagerySessionImporter
Session importer for both TMSLayer and WMSLayer.
|
class |
MarkerSessionImporter |
class |
OsmDataSessionImporter |
Modifier and Type | Field and Description |
---|---|
private SessionLayerImporter |
SessionReader.LayerDependency.importer |
Modifier and Type | Field and Description |
---|---|
private static Map<String,Class<? extends SessionLayerImporter>> |
SessionReader.sessionLayerImporters |
Modifier and Type | Method and Description |
---|---|
SessionLayerImporter |
SessionReader.LayerDependency.getImporter() |
static SessionLayerImporter |
SessionReader.getSessionLayerImporter(String layerType) |
Modifier and Type | Method and Description |
---|---|
static void |
SessionReader.registerSessionLayerImporter(String layerType,
Class<? extends SessionLayerImporter> importer) |
Constructor and Description |
---|
SessionReader.LayerDependency(Integer index,
Layer layer,
SessionLayerImporter importer) |