Class AtlasChangeGeneratorRemovePointsWithRemoveMeTag

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Function<org.openstreetmap.atlas.geography.atlas.Atlas,​java.util.Set<org.openstreetmap.atlas.geography.atlas.change.FeatureChange>>, org.openstreetmap.atlas.geography.atlas.change.AtlasChangeGenerator, org.openstreetmap.atlas.utilities.conversion.Converter<org.openstreetmap.atlas.geography.atlas.Atlas,​java.util.Set<org.openstreetmap.atlas.geography.atlas.change.FeatureChange>>

    public class AtlasChangeGeneratorRemovePointsWithRemoveMeTag
    extends ConfiguredAtlasChangeGenerator
    A mutator that removes any Points that have a "removeme" tag.
    See Also:
    Serialized Form
    • Constructor Detail

      • AtlasChangeGeneratorRemovePointsWithRemoveMeTag

        public AtlasChangeGeneratorRemovePointsWithRemoveMeTag​(java.lang.String name,
                                                               org.openstreetmap.atlas.utilities.configuration.Configuration configuration)
    • Method Detail

      • generateWithoutValidation

        public java.util.Set<org.openstreetmap.atlas.geography.atlas.change.FeatureChange> generateWithoutValidation​(org.openstreetmap.atlas.geography.atlas.Atlas atlas)