Constant Field Values

Contents

org.openstreetmap.*

  • org.openstreetmap.atlas.checks.event.FileProcessor<T extends Event> 
    Modifier and Type Constant Field Value
    public static final int BATCH_SIZE 2500
  • org.openstreetmap.atlas.checks.flag.FlaggedObject 
    Modifier and Type Constant Field Value
    protected static final java.lang.String AREA_TAG "Area"
    protected static final java.lang.String COUNTRY_MISSING "NA"
    protected static final java.lang.String EDGE_TAG "Edge"
    protected static final java.lang.String ITEM_IDENTIFIER_TAG "identifier"
    protected static final java.lang.String ITEM_TYPE_TAG "itemType"
    protected static final java.lang.String LINE_TAG "Line"
    protected static final java.lang.String NODE_TAG "Node"
    protected static final java.lang.String OSM_IDENTIFIER_TAG "osmIdentifier"
    protected static final java.lang.String POINT_TAG "Point"
  • org.openstreetmap.atlas.checks.validation.points.AddressPointMatchCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String NO_STREET_NAME_EDGE_INSTRUCTIONS "This Node, {0,number,#}, has no street name specified in the address. The street name should likely be one of {1}. These names were derived from nearby Ways."
    public static final java.lang.String NO_STREET_NAME_POINT_INSTRUCTIONS "This Node, {0,number,#}, has no street name specified in the address. The street name should likely be one of {1}. These names were derived from nearby Nodes."
    public static final java.lang.String NO_SUGGESTED_NAMES_INSTRUCTIONS "This node, {0,number,#}, has no street name specified in the address. No suggestions names were found as there were no nearby Nodes or Ways with street name key tags."
  • org.openstreetmap.atlas.checks.validation.relations.OneMemberRelationCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MEMBER_RELATION_INSTRUCTIONS "This relation, {0,number,#}, contains only relation {1,number,#}."
    public static final java.lang.String MULTIPOLYGON_OMR_INSTRUCTIONS "This relation, {0,number,#}, contains only one member. Multi-polygon relations need multiple polygons."
    public static final java.lang.String OMR_INSTRUCTIONS "This relation, {0,number,#}, contains only one member."
  • org.openstreetmap.atlas.checks.validation.tag.UnusualLayerTagsCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String JUNCTION_INSTRUCTION "Junctions with valid layer values must include bridge or tunnel tags"