Uses of Interface
org.openstreetmap.josm.data.validation.tests.SimilarNamedWays.NormalizeRule
-
Packages that use SimilarNamedWays.NormalizeRule Package Description org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests. -
-
Uses of SimilarNamedWays.NormalizeRule in org.openstreetmap.josm.data.validation.tests
Classes in org.openstreetmap.josm.data.validation.tests that implement SimilarNamedWays.NormalizeRule Modifier and Type Class Description static class
SimilarNamedWays.RegExprRule
A rule to replace by regular expression, so that all strings matching the regular expression are handled as if they wereSimilarNamedWays.RegExprRule.replacement
static class
SimilarNamedWays.SynonymRule
A rule that registers synonyms to a given wordFields in org.openstreetmap.josm.data.validation.tests with type parameters of type SimilarNamedWays.NormalizeRule Modifier and Type Field Description private List<SimilarNamedWays.NormalizeRule>
SimilarNamedWays. rules
-