Uses of Interface
org.openstreetmap.josm.gui.dialogs.relation.sort.RelationSorter.AdditionalSorter
-
Packages that use RelationSorter.AdditionalSorter Package Description org.openstreetmap.josm.gui.dialogs.relation.sort Provides the classes for sorting relations. -
-
Uses of RelationSorter.AdditionalSorter in org.openstreetmap.josm.gui.dialogs.relation.sort
Classes in org.openstreetmap.josm.gui.dialogs.relation.sort that implement RelationSorter.AdditionalSorter Modifier and Type Class Description private static class
RelationSorter.AssociatedStreetRoleAddressHouseSorter
Class that sorts theaddress
andhouse
members oftype=associatedStreet
andtype=street
relations.private static class
RelationSorter.AssociatedStreetRoleStreetSorter
Class that sorts thestreet
members oftype=associatedStreet
andtype=street
relations.private static class
RelationSorter.FromViaToSorter
Class that sorts thefrom
,via
andto
members oftype=restriction
relations.private static class
RelationSorter.PublicTransportRoleStopPlatformSorter
Class that sorts theplatform
andstop
members oftype=public_transport
relations.Fields in org.openstreetmap.josm.gui.dialogs.relation.sort with type parameters of type RelationSorter.AdditionalSorter Modifier and Type Field Description private static Collection<RelationSorter.AdditionalSorter>
RelationSorter. ADDITIONAL_SORTERS
-