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 Provides classes for handling layers displaying geotagged pictures.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 ProjectionsGpxImageEntry. cameraProjectionMethods in org.openstreetmap.josm.data.gpx that return Projections Modifier and Type Method Description ProjectionsGpxImageEntry. getProjectionType()Get the projection type for this entryMethods in org.openstreetmap.josm.data.gpx with parameters of type Projections Modifier and Type Method Description voidGpxImageEntry. setProjectionType(Projections newProjection) -
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 ProjectionsIImageEntry. getProjectionType()Get the camera projection typestatic ProjectionsProjections. valueOf(java.lang.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
Fields in org.openstreetmap.josm.gui.layer.geoimage declared as Projections Modifier and Type Field Description private ProjectionsRemoteEntry. projectionMethods in org.openstreetmap.josm.gui.layer.geoimage that return Projections Modifier and Type Method Description ProjectionsImageMetadata. getProjectionType()Get the projection type for this entryProjectionsRemoteEntry. getProjectionType()Methods in org.openstreetmap.josm.gui.layer.geoimage with parameters of type Projections Modifier and Type Method Description voidImageMetadata. setProjectionType(Projections newProjection)Set the new projection typevoidRemoteEntry. setProjectionType(Projections newProjection) -
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 java.util.EnumMap<Projections,java.lang.Class<? extends IImageViewer>>ImageProjectionRegistry. DEFAULT_VIEWERSMethods in org.openstreetmap.josm.gui.layer.geoimage.viewers.projections that return types with arguments of type Projections Modifier and Type Method Description java.util.Set<Projections>Equirectangular. getSupportedProjections()java.util.Set<Projections>IImageViewer. getSupportedProjections()Get the supported projections for the image viewerjava.util.Set<Projections>Perspective. getSupportedProjections()Methods in org.openstreetmap.josm.gui.layer.geoimage.viewers.projections with parameters of type Projections Modifier and Type Method Description static java.lang.Class<? extends IImageViewer>ImageProjectionRegistry. getViewer(Projections projection)Get the viewer for a specific projection type
-