Class OpenStreetMapCheckFlagConverter
- java.lang.Object
-
- org.openstreetmap.atlas.checks.utility.OpenStreetMapCheckFlagConverter
-
public final class OpenStreetMapCheckFlagConverter extends java.lang.ObjectUtility to convert aCheckFlaginto an OpenStreetMap likeCheckFlag. This currently means removingPointbasedFlaggedObjects andFeatureChangesuggestions that are also flagged as a node, and merging the geometries ofEdgebasedFlaggedObjects and suggestions that share an OSM ID.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Optional<CheckFlag>openStreetMapify(CheckFlag flag)Attempt to create an OpenStreetMap CheckFlag by removingPoints duplicatly flagged asNodes, and mergingEdges that share an OSM ID.
-