Modifier and Type | Class and Description |
---|---|
protected class |
Addresses.AddressError |
Test.TagTest
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
ADDR_HOUSE_NUMBER |
protected static java.lang.String |
ADDR_INTERPOLATION |
protected static java.lang.String |
ADDR_PLACE |
protected static java.lang.String |
ADDR_STREET |
protected static java.lang.String |
ASSOCIATED_STREET |
protected static int |
DUPLICATE_HOUSE_NUMBER |
protected static int |
HOUSE_NUMBER_TOO_FAR |
protected static int |
HOUSE_NUMBER_WITHOUT_STREET |
protected static int |
MULTIPLE_STREET_NAMES |
protected static int |
MULTIPLE_STREET_RELATIONS |
checkBeforeUpload, checkEnabled, description, enabled, errors, isBeforeUpload, name, partialSelection, progressMonitor, startTime, testBeforeUpload
Constructor and Description |
---|
Addresses()
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
checkDistance(OsmPrimitive house,
java.util.Collection<Way> street) |
protected void |
checkHouseNumbersWithoutStreet(OsmPrimitive p) |
protected java.util.List<Relation> |
getAndCheckAssociatedStreets(OsmPrimitive p) |
void |
visit(Node n)
Visiting call for points.
|
void |
visit(Relation r)
Visiting call for relations.
|
void |
visit(Way w)
Visiting call for lines.
|
addGui, deletePrimitivesIfNeeded, endTest, equals, fixError, getErrors, getName, hashCode, initialize, isBuilding, isCanceled, isFixable, isPrimitiveUsable, ok, setBeforeUpload, setPartialSelection, startTest, testBeforeUpload, visit
visit
protected static final int HOUSE_NUMBER_WITHOUT_STREET
protected static final int DUPLICATE_HOUSE_NUMBER
protected static final int MULTIPLE_STREET_NAMES
protected static final int MULTIPLE_STREET_RELATIONS
protected static final int HOUSE_NUMBER_TOO_FAR
protected static final java.lang.String ADDR_HOUSE_NUMBER
protected static final java.lang.String ADDR_INTERPOLATION
protected static final java.lang.String ADDR_PLACE
protected static final java.lang.String ADDR_STREET
protected static final java.lang.String ASSOCIATED_STREET
public Addresses()
protected java.util.List<Relation> getAndCheckAssociatedStreets(OsmPrimitive p)
protected void checkHouseNumbersWithoutStreet(OsmPrimitive p)
public void visit(Node n)
Visitor
public void visit(Relation r)
Visitor
protected void checkDistance(OsmPrimitive house, java.util.Collection<Way> street)