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 java.util.Map<java.lang.String,java.lang.Class<? extends SessionLayerImporter>> |
SessionReader.sessionLayerImporters |
Modifier and Type | Method and Description |
---|---|
SessionLayerImporter |
SessionReader.LayerDependency.getImporter() |
static SessionLayerImporter |
SessionReader.getSessionLayerImporter(java.lang.String layerType) |
Modifier and Type | Method and Description |
---|---|
static void |
SessionReader.registerSessionLayerImporter(java.lang.String layerType,
java.lang.Class<? extends SessionLayerImporter> importer) |
Constructor and Description |
---|
LayerDependency(java.lang.Integer index,
Layer layer,
SessionLayerImporter importer) |