Constant Field Values

Contents

org.openstreetmap.*

  • org.openstreetmap.atlas.checks.event.FileProcessor<T extends org.openstreetmap.atlas.event.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.linear.edges.FloatingEdgeCheck 
    Modifier and Type Constant Field Value
    public static final double DISTANCE_MAXIMUM_KILOMETERS_DEFAULT 100.0
    public static final double DISTANCE_MINIMUM_METERS_DEFAULT 100.0
  • org.openstreetmap.atlas.checks.validation.linear.edges.LongSegmentCheck 
    Modifier and Type Constant Field Value
    public static final double DISTANCE_MINIMUM_KILOMERTERS_DEFAULT 10.0
  • org.openstreetmap.atlas.checks.validation.linear.edges.RoadLinkCheck 
    Modifier and Type Constant Field Value
    public static final double DISTANCE_MILES_DEFAULT 1.0
  • org.openstreetmap.atlas.checks.validation.linear.edges.RoundaboutClosedLoopCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String ONE_WAY_INSTRUCTION "This roundabout edge is not one-way."
  • org.openstreetmap.atlas.checks.validation.linear.edges.ValenceOneImportantRoadCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEAD_END "This road dead ends at node {0,number,#}."
    public static final java.lang.String FLOATING "Both entry {0,number,#} and exit {1,number,#} nodes are disconnected."
    public static final java.lang.String NO_ENTRY "There is no way to enter this road at node {0,number,#}."
    public static final java.lang.String PREFACE "Road [highway={0}] {1,number,#} is not connected with the surrounding road network."
    public static final java.lang.String REVERSE_HINT "Hint: This portion of the road may be digitally reversed."
  • 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.points.NodeValenceCheck 
    Modifier and Type Constant Field Value
    public static final long MAXIMUM_CONNECTIONS_DEFAULT 10L
  • 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"