Class StreetsideSequenceIdGenerator
- java.lang.Object
-
- org.openstreetmap.josm.plugins.streetside.utils.StreetsideSequenceIdGenerator
-
public class StreetsideSequenceIdGenerator extends java.lang.Object
Utility class to generated unique ids for Streetside "sequences". Due to the functionality inherited from Mapillary the plugin is structured to handle sequences of contiguous imagery, but Streetside only has implicit sequences defined by the "pre" and "ne" attributes. SeeStreetsideSequence
-
-
Constructor Summary
Constructors Modifier Constructor Description privateStreetsideSequenceIdGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgenerateId()
-
-
-
Constructor Detail
-
StreetsideSequenceIdGenerator
private StreetsideSequenceIdGenerator()
-
-
Method Detail
-
generateId
public static java.lang.String generateId()
-
-