Package | Description |
---|---|
org.openstreetmap.josm.data.projection.datum |
Provides the classes for datums used in map projections.
|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Class and Description |
---|---|
class |
NTV2Proj4DirGridShiftFileSource
Shift file source that scans the common data directories of the proj4 library.
|
Modifier and Type | Field and Description |
---|---|
static PlatformVisitor<PlatformHook> |
PlatformHook.CONSTRUCT_FROM_PLATFORM
Visitor to construct a PlatformHook from a given
Platform object. |
Modifier and Type | Method and Description |
---|---|
abstract <T> T |
Platform.accept(PlatformVisitor<T> visitor)
Support for the visitor pattern.
|