Class TagCorrector<P extends OsmPrimitive>

  • Type Parameters:
    P - The type of OSM primitive to correct
    Direct Known Subclasses:
    ReverseWayTagCorrector

    public abstract class TagCorrector<P extends OsmPrimitive>
    extends java.lang.Object
    Abstract base class for automatic tag corrections. Subclasses call applyCorrections() with maps of the requested corrections and a dialog is presented to the user to confirm these changes.