public class GenericTaggedQueue extends FastBlockingQueue<GenericTaggedNode>
Modifier and Type | Field and Description |
---|---|
int |
bLat
Whole number of degrees latitude for this tile.
|
java.io.File |
gtnFile
The File object for the disk file associated with this queue.
|
int |
isUntypedWay
Flag indicating whether Ways queued here are untyped (i.e., only pieces of a Relation).
|
int |
lLon
Whole number of degrees longitude for this tile.
|
boolean |
untiled
Flag indicating whether Ways queued here are untiled (i.e., spanning multiple tiles and
kept only for Relation processing).
|
Constructor and Description |
---|
GenericTaggedQueue(int capacity,
java.io.File gtnFile)
Create a FastBlockingQueue with the specified maximum queue backlog.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string representation of the object.
|
add, clear, contains, drainTo, drainTo, drainTo, element, expandCapacity, fastOffer, fastSize, getCapacity, iterator, offer, offer, peek, poll, poll, put, putAll, remainingCapacity, remove, setCapacity, size, take
addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public java.io.File gtnFile
public int isUntypedWay
public int bLat
public int lLon
public boolean untiled
public GenericTaggedQueue(int capacity, java.io.File gtnFile)
capacity
- int maximum capacity of queuegtnFile
- File representing where queued entries should be storedpublic java.lang.String toString()
toString
in class java.util.AbstractCollection<GenericTaggedNode>