Package | Description |
---|---|
org.openstreetmap.josm.plugins.streetside |
The main package in which all core-code (so at the moment all code) resides.
|
org.openstreetmap.josm.plugins.streetside.io.export |
Classes for exporting images that were downloaded from mapillary.com .
|
org.openstreetmap.josm.plugins.streetside.mode |
The different modes that the
StreetsideLayer can be in. |
Modifier and Type | Method and Description |
---|---|
static StreetsideImportedImage |
StreetsideImportedImage.createInstance(ImageEntry geoImage)
Constructs a new image from an image entry of a
GeoImageLayer . |
Constructor and Description |
---|
StreetsideExportManager(List<StreetsideImportedImage> images)
Constructor used to rewrite imported images.
|
Modifier and Type | Field and Description |
---|---|
private StreetsideImportedImage |
JoinMode.lastClick |