Constant Field Values

Contents

org.openstreetmap.*

  • org.openstreetmap.atlas.checks.event.CheckFlagEvent 
    Modifier and Type Constant Field Value
    public static final java.lang.String FIX_SUGGESTIONS "fix_suggestions"
    public static final java.lang.String IDENTIFIERS "identifiers"
    public static final java.lang.String INSTRUCTIONS "instructions"
  • 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.CheckFlag 
    Modifier and Type Constant Field Value
    public static final java.lang.String NULL_IDENTIFIERS "nullnull"
  • org.openstreetmap.atlas.checks.flag.FlaggedObject 
    Modifier and Type Constant Field Value
    protected static final java.lang.String AREA_TAG "Area"
    public static final java.lang.String COUNTRY_MISSING "NA"
    protected static final java.lang.String EDGE_TAG "Edge"
    public static final java.lang.String ITEM_IDENTIFIER_TAG "identifier"
    public 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"
    public static final java.lang.String OSM_IDENTIFIER_TAG "osmIdentifier"
    protected static final java.lang.String POINT_TAG "Point"
  • org.openstreetmap.atlas.checks.maproulette.data.cooperative_challenge.CooperativeChallengeOperation 
    Modifier and Type Constant Field Value
    protected static final java.lang.String DATA_KEY "data"
    protected static final java.lang.String ID_KEY "id"
    protected static final java.lang.String OPERATION_KEY "operation"
    protected static final java.lang.String OPERATION_TYPE_KEY "operationType"
    protected static final java.lang.String OPERATIONS_KEY "operations"
  • org.openstreetmap.atlas.checks.utility.CommonTagFilters 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_OCEAN_BOUNDARY_TAGS "natural->coastline"
    public static final java.lang.String DEFAULT_VALID_OCEAN_TAGS "natural->strait,channel,fjord,sound,bay|harbour->*&harbour->!no|estuary->*&estuary->!no|bay->*&bay->!no|place->sea|seamark:type->harbour,harbour_basin,sea_area|water->bay,cove,harbour|waterway->artificial,dock"
  • org.openstreetmap.atlas.checks.utility.ElevationUtilities 
    Modifier and Type Constant Field Value
    public static final short NO_ELEVATION -32768
  • org.openstreetmap.atlas.checks.utility.tags.SyntheticHighlightPointTag 
    Modifier and Type Constant Field Value
    public static final java.lang.String KEY "synthetic_highlight_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.points.NodeValenceCheck 
    Modifier and Type Constant Field Value
    public static final long MAXIMUM_CONNECTIONS_DEFAULT 10L
  • org.openstreetmap.atlas.checks.validation.relations.MissingRelationTypeCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MISSING_TYPE_INSTRUCTIONS "This relation, {0,number,#}, is missing type tag"
  • 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."