Uses of Class
org.openstreetmap.josm.plugins.streetside.StreetsideSequence
-
Packages that use StreetsideSequence 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 -
-
Uses of StreetsideSequence in org.openstreetmap.josm.plugins.streetside
Fields in org.openstreetmap.josm.plugins.streetside declared as StreetsideSequence Modifier and Type Field Description private StreetsideSequenceStreetsideAbstractImage. sequenceSequence of pictures containing this object.Methods in org.openstreetmap.josm.plugins.streetside that return StreetsideSequence Modifier and Type Method Description StreetsideSequenceStreetsideAbstractImage. getSequence()Returns the sequence which contains this image.Methods in org.openstreetmap.josm.plugins.streetside that return types with arguments of type StreetsideSequence Modifier and Type Method Description java.util.Set<StreetsideSequence>StreetsideData. getSequences()Returns a Set of all sequences, that the images are part of.Methods in org.openstreetmap.josm.plugins.streetside with parameters of type StreetsideSequence Modifier and Type Method Description voidStreetsideAbstractImage. setSequence(StreetsideSequence sequence)Sets the StreetsideSequence object which contains the StreetsideImage. -
Uses of StreetsideSequence in org.openstreetmap.josm.plugins.streetside.utils
Methods in org.openstreetmap.josm.plugins.streetside.utils with parameters of type StreetsideSequence Modifier and Type Method Description static java.awt.geom.Path2DMapViewGeometryUtil. getSequencePath(NavigatableComponent nc, StreetsideSequence seq)Converts aStreetsideSequenceinto aPath2Dthat can be drawn on the specifiedNavigatableComponent'sGraphics2D-context. -
Uses of StreetsideSequence in org.openstreetmap.josm.plugins.streetside.utils.api
Methods in org.openstreetmap.josm.plugins.streetside.utils.api that return StreetsideSequence Modifier and Type Method Description static StreetsideSequenceJsonSequencesDecoder. decodeSequence(javax.json.JsonObject json)Parses a givenJsonObjectas a GeoJSON Feature into aStreetsideSequence.static StreetsideSequenceJsonStreetsideSequencesDecoder. decodeSequence(javax.json.JsonObject json)Parses a givenJsonObjectas a GeoJSON Feature into aStreetsideSequence.static StreetsideSequenceJsonStreetsideSequencesDecoder. decodeStreetsideSequence(javax.json.JsonObject json)Parses a givenJsonObjectas a GeoJSON Feature into aStreetsideSequence.
-