Uses of Interface
org.openstreetmap.josm.data.projection.Projection
-
Packages that use Projection Package Description org.openstreetmap.josm.data.coor Provides the classes for geographiccoordinates(east/north and lat/lon systems).org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewerclasses.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.data.osm.visitor.paint.relations Provides the classes for painting and cachingMultipolygonrelations.org.openstreetmap.josm.data.projection Provides the classes for JOSM map projection.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.preferences.projection Provides classes for handling projection preferences.org.openstreetmap.josm.io Provides the classes for JOSM input/output support.org.openstreetmap.josm.io.imagery Provides the classes for imagery I/O.org.openstreetmap.josm.io.session Provides the classes for user sessions import/export.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of Projection in org.openstreetmap.josm.data.coor
Constructors in org.openstreetmap.josm.data.coor with parameters of type Projection Constructor Description CachedLatLon(EastNorth eastNorth, Projection projection) -
Uses of Projection in org.openstreetmap.josm.data.imagery
Fields in org.openstreetmap.josm.data.imagery declared as Projection Modifier and Type Field Description private ProjectionAbstractWMSTileSource. tileProjectionprivate ProjectionWMTSTileSource. tileProjectionMethods in org.openstreetmap.josm.data.imagery that return Projection Modifier and Type Method Description ProjectionAbstractWMSTileSource. getTileProjection()ProjectionWMTSTileSource. getTileProjection()Returns the tile projection.Methods in org.openstreetmap.josm.data.imagery with parameters of type Projection Modifier and Type Method Description EastNorthOffsetBookmark. getDisplacement(Projection proj)Get displacement in EastNorth coordinates of a given projection.private intWMTSTileSource. getTileXMax(int zoom, Projection proj)private intWMTSTileSource. getTileYMax(int zoom, Projection proj)private voidAbstractWMSTileSource. initAnchorPosition(Projection proj)voidAbstractWMSTileSource. initProjection(Projection proj)Initializes class with projection in JOSM.voidWMTSTileSource. initProjection(Projection proj)Initializes projection for this TileSource with projectionvoidAbstractWMSTileSource. setTileProjection(Projection tileProjection)Constructors in org.openstreetmap.josm.data.imagery with parameters of type Projection Constructor Description AbstractWMSTileSource(org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo info, Projection tileProjection)Constructs a newAbstractWMSTileSource.TemplatedWMSTileSource(ImageryInfo info, Projection tileProjection)Creates a tile source based on imagery infoWMSEndpointTileSource(ImageryInfo info, Projection tileProjection)Create WMSEndpointTileSource tile sourceWMTSTileSource(ImageryInfo info, Projection projection)Creates a tile source based on imagery info and initializes it with given projection. -
Uses of Projection in org.openstreetmap.josm.data.osm
Methods in org.openstreetmap.josm.data.osm with parameters of type Projection Modifier and Type Method Description voidDataSet. projectionChanged(Projection oldValue, Projection newValue) -
Uses of Projection in org.openstreetmap.josm.data.osm.visitor.paint.relations
Methods in org.openstreetmap.josm.data.osm.visitor.paint.relations with parameters of type Projection Modifier and Type Method Description Geometry.AreaAndPerimeterMultipolygon.PolyData. getAreaAndPerimeter(Projection projection)Calculate area and perimeter length in the given projection.voidMultipolygonCache. projectionChanged(Projection oldValue, Projection newValue) -
Uses of Projection in org.openstreetmap.josm.data.projection
Classes in org.openstreetmap.josm.data.projection that implement Projection Modifier and Type Class Description classAbstractProjectionImplementation of the Projection interface that represents a coordinate reference system and delegates the real projection and datum conversion to other classes.classCustomProjectionCustom projection.Fields in org.openstreetmap.josm.data.projection declared as Projection Modifier and Type Field Description private static ProjectionProjectionRegistry. projThe projection method used.Fields in org.openstreetmap.josm.data.projection with type parameters of type Projection Modifier and Type Field Description private static java.util.Map<java.lang.String,Projection>Projections. projectionsByCodeCacheprivate static java.util.Map<java.lang.String,java.util.function.Supplier<Projection>>Projections. projectionSuppliersByCodeMethods in org.openstreetmap.josm.data.projection that return Projection Modifier and Type Method Description private static ProjectionProjections. computeProjectionByCode(java.lang.String code)ProjectionAbstractProjection. getBaseProjection()ProjectionProjecting. getBaseProjection()Gets the base projection instance used.ProjectionShiftedProjecting. getBaseProjection()static ProjectionProjectionRegistry. getProjection()Replies the current projection.static ProjectionProjections. getProjectionByCode(java.lang.String code)Get a projection by code.Methods in org.openstreetmap.josm.data.projection with parameters of type Projection Modifier and Type Method Description private static voidProjectionRegistry. fireProjectionChanged(Projection oldValue, Projection newValue, Bounds oldBounds)ProjectionBoundsCustomProjection. getEastNorthBoundsBox(ProjectionBounds box, Projection boxProjection)ProjectionBoundsProjection. getEastNorthBoundsBox(ProjectionBounds box, Projection boxProjection)Get a box in east/north space of this projection, that fully contains an east/north box of another projection.voidProjectionChangeListener. projectionChanged(Projection oldValue, Projection newValue)static voidProjectionRegistry. setProjection(Projection p)Sets the current projectionMethod parameters in org.openstreetmap.josm.data.projection with type arguments of type Projection Modifier and Type Method Description static voidProjections. registerProjectionSupplier(java.lang.String code, java.util.function.Supplier<Projection> supplier)Register a projection supplier, that is, a factory class for projections. -
Uses of Projection in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui that return Projection Modifier and Type Method Description ProjectionMapViewState. getProjection()Gets the current projection used for the MapView.ProjectionNavigatableComponent. getProjection()Returns the projection to be used in calculating stuff.Methods in org.openstreetmap.josm.gui with parameters of type Projection Modifier and Type Method Description MapViewStateMapViewState. usingProjection(Projection projection)Creates a state that uses the projection. -
Uses of Projection in org.openstreetmap.josm.gui.layer
Methods in org.openstreetmap.josm.gui.layer that return Projection Modifier and Type Method Description private ProjectionWMSLayer. chooseProjection(Projection requested)private ProjectionWMSLayer. selectProjection(Projection proj)Methods in org.openstreetmap.josm.gui.layer with parameters of type Projection Modifier and Type Method Description private ProjectionWMSLayer. chooseProjection(Projection requested)booleanLayer. isProjectionSupported(Projection proj)Allows to check whether a projection is supported or not.voidAbstractTileSourceLayer. projectionChanged(Projection oldValue, Projection newValue)voidGpxLayer. projectionChanged(Projection oldValue, Projection newValue)voidLayer. projectionChanged(Projection oldValue, Projection newValue)voidOsmDataLayer. projectionChanged(Projection oldValue, Projection newValue)voidWMSLayer. projectionChanged(Projection oldValue, Projection newValue)voidWMTSLayer. projectionChanged(Projection oldValue, Projection newValue)private ProjectionWMSLayer. selectProjection(Projection proj) -
Uses of Projection in org.openstreetmap.josm.gui.preferences.projection
Methods in org.openstreetmap.josm.gui.preferences.projection that return Projection Modifier and Type Method Description ProjectionAbstractProjectionChoice. getProjection()ProjectionCodeProjectionChoice. getProjection()ProjectionCustomProjectionChoice. getProjection()ProjectionProjectionChoice. getProjection()Get the projection that matches the internal state. -
Uses of Projection in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as Projection Modifier and Type Field Description private ProjectionGeoJSONReader. projectionprivate static ProjectionGeoJSONWriter. projection -
Uses of Projection in org.openstreetmap.josm.io.imagery
Methods in org.openstreetmap.josm.io.imagery with parameters of type Projection Modifier and Type Method Description private static BoundsWMSImagery. parseBBox(Projection conv, java.lang.String miny, java.lang.String minx, java.lang.String maxy, java.lang.String maxx)private BoundsWMSImagery. parseBoundingBox(javax.xml.stream.XMLStreamReader reader, Projection conv) -
Uses of Projection in org.openstreetmap.josm.io.session
Methods in org.openstreetmap.josm.io.session with parameters of type Projection Modifier and Type Method Description ViewportDataSessionReader.SessionViewportData. getEastNorthViewport(Projection proj)Convert this viewport data to aViewportDataobject (with projected coordinates). -
Uses of Projection in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools with parameters of type Projection Modifier and Type Method Description static Geometry.AreaAndPerimeterGeometry. getAreaAndPerimeter(java.util.List<? extends ILatLon> nodes, Projection projection)Calculate area and perimeter length of a polygon in the given projection.
-