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 classNTV2Proj4DirGridShiftFileSourceShift 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_PLATFORMVisitor to construct a PlatformHook from a givenPlatformobject.Methods in org.openstreetmap.josm.tools with parameters of type PlatformVisitor Modifier and Type Method Description abstract <T> TPlatform. accept(PlatformVisitor<T> visitor)Support for the visitor pattern.
-