Uses of Class
org.openstreetmap.josm.data.imagery.street_level.Projections
-
Packages that use Projections Package Description org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data
(points, tracks, routes).org.openstreetmap.josm.data.imagery.street_level org.openstreetmap.josm.gui.layer.geoimage.viewers.projections -
-
Uses of Projections in org.openstreetmap.josm.data.gpx
Fields in org.openstreetmap.josm.data.gpx declared as Projections Modifier and Type Field Description private Projections
GpxImageEntry. cameraProjection
Methods in org.openstreetmap.josm.data.gpx that return Projections Modifier and Type Method Description Projections
GpxImageEntry. getProjectionType()
Get the projection type for this entry -
Uses of Projections in org.openstreetmap.josm.data.imagery.street_level
Methods in org.openstreetmap.josm.data.imagery.street_level that return Projections Modifier and Type Method Description default Projections
IImageEntry. getProjectionType()
Get the camera projection typestatic Projections
Projections. valueOf(String name)
Returns the enum constant of this type with the specified name.static Projections[]
Projections. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Projections in org.openstreetmap.josm.gui.layer.geoimage.viewers.projections
Fields in org.openstreetmap.josm.gui.layer.geoimage.viewers.projections with type parameters of type Projections Modifier and Type Field Description private static EnumMap<Projections,Class<? extends IImageViewer>>
ImageProjectionRegistry. DEFAULT_VIEWERS
Methods in org.openstreetmap.josm.gui.layer.geoimage.viewers.projections that return types with arguments of type Projections Modifier and Type Method Description Set<Projections>
Equirectangular. getSupportedProjections()
Set<Projections>
IImageViewer. getSupportedProjections()
Get the supported projections for the image viewerSet<Projections>
Perspective. getSupportedProjections()
Methods in org.openstreetmap.josm.gui.layer.geoimage.viewers.projections with parameters of type Projections Modifier and Type Method Description static Class<? extends IImageViewer>
ImageProjectionRegistry. getViewer(Projections projection)
Get the viewer for a specific projection type
-