Uses of Interface
org.openstreetmap.josm.tools.PlatformVisitor
-
Packages that use PlatformVisitor Package Description org.openstreetmap.josm.data.projection.datum Provides the classes for datum used in map projections.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of PlatformVisitor in org.openstreetmap.josm.data.projection.datum
Classes in org.openstreetmap.josm.data.projection.datum that implement PlatformVisitor Modifier and Type Class Description class
NTV2Proj4DirGridShiftFileSource
Shift file source that scans the common data directories of the proj4 library. -
Uses of PlatformVisitor in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools declared as PlatformVisitor Modifier and Type Field Description static PlatformVisitor<PlatformHook>
PlatformHook. CONSTRUCT_FROM_PLATFORM
Visitor to construct a PlatformHook from a givenPlatform
object.Methods in org.openstreetmap.josm.tools with parameters of type PlatformVisitor Modifier and Type Method Description abstract <T> T
Platform. accept(PlatformVisitor<T> visitor)
Support for the visitor pattern.
-