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.utils |
Utility classes for simplifying recurring tasks throughout the project.
|
org.openstreetmap.josm.plugins.streetside.utils.api |
Modifier and Type | Field and Description |
---|---|
private StreetsideSequence |
StreetsideAbstractImage.sequence
Sequence of pictures containing this object.
|
Modifier and Type | Method and Description |
---|---|
StreetsideSequence |
StreetsideAbstractImage.getSequence()
Returns the sequence which contains this image.
|
Modifier and Type | Method and Description |
---|---|
Set<StreetsideSequence> |
StreetsideData.getSequences()
Returns a Set of all sequences, that the images are part of.
|
Modifier and Type | Method and Description |
---|---|
void |
StreetsideAbstractImage.setSequence(StreetsideSequence sequence)
Sets the StreetsideSequence object which contains the StreetsideImage.
|
Modifier and Type | Method and Description |
---|---|
static Path2D |
MapViewGeometryUtil.getSequencePath(NavigatableComponent nc,
StreetsideSequence seq)
Converts a
StreetsideSequence into a Path2D that can be drawn
on the specified NavigatableComponent 's Graphics2D -context. |
Modifier and Type | Method and Description |
---|---|
static StreetsideSequence |
JsonStreetsideSequencesDecoder.decodeSequence(javax.json.JsonObject json)
Parses a given
JsonObject as a GeoJSON Feature into a StreetsideSequence . |
static StreetsideSequence |
JsonSequencesDecoder.decodeSequence(javax.json.JsonObject json)
Parses a given
JsonObject as a GeoJSON Feature into a StreetsideSequence . |
static StreetsideSequence |
JsonStreetsideSequencesDecoder.decodeStreetsideSequence(javax.json.JsonObject json)
Parses a given
JsonObject as a GeoJSON Feature into a StreetsideSequence . |