uk.me.parabola.mkgmap.reader.osm
Class FakeIdGenerator

java.lang.Object
  extended by uk.me.parabola.mkgmap.reader.osm.FakeIdGenerator

public class FakeIdGenerator
extends java.lang.Object


Constructor Summary
FakeIdGenerator()
           
 
Method Summary
static boolean isFakeId(long id)
           
static long makeFakeId()
          Retrieves a unique id that can be used to fake OSM ids.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FakeIdGenerator

public FakeIdGenerator()
Method Detail

makeFakeId

public static long makeFakeId()
Retrieves a unique id that can be used to fake OSM ids.

Returns:
a unique id

isFakeId

public static boolean isFakeId(long id)