public class OrderCheck extends Object
| Constructor and Description |
|---|
OrderCheck(OsmIterator
|
| Modifier and Type | Method and Description |
|---|---|
long |
getNodeDuplicates()
|
long |
getNodesWrong()
|
long |
getRelationDuplicates()
|
long |
getRelationsWrong()
|
long |
getWayDuplicates()
|
long |
getWaysWrong()
|
boolean |
hasDuplicates()
|
boolean |
hasWrongOrder()
|
boolean |
isAllFine()
|
void |
run()
|
public OrderCheck(OsmIteratoriterator)
public void run()
throws IOException
IOException
public boolean isAllFine()
public boolean hasWrongOrder()
public boolean hasDuplicates()
public long getNodesWrong()
public long getWaysWrong()
public long getRelationsWrong()
public long getNodeDuplicates()
public long getWayDuplicates()
public long getRelationDuplicates()