Uses of Class
org.openstreetmap.josm.gui.MapViewState.MapViewPoint
-
Packages that use MapViewState.MapViewPoint Package Description org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.draw Provides GUI classes for 2D drawing in the map.org.openstreetmap.josm.gui.layer.imagery Provides classes for handling imagery background layers.org.openstreetmap.josm.gui.mappaint.styleelement.placement Label placement strategy for map paint styles. -
-
Uses of MapViewState.MapViewPoint in org.openstreetmap.josm.data.osm.visitor.paint
Fields in org.openstreetmap.josm.data.osm.visitor.paint declared as MapViewState.MapViewPoint Modifier and Type Field Description private MapViewState.MapViewPointOffsetIterator. prevFields in org.openstreetmap.josm.data.osm.visitor.paint with type parameters of type MapViewState.MapViewPoint Modifier and Type Field Description private java.util.List<MapViewState.MapViewPoint>OffsetIterator. nodesMethods in org.openstreetmap.josm.data.osm.visitor.paint that return MapViewState.MapViewPoint Modifier and Type Method Description private MapViewState.MapViewPointOffsetIterator. getForIndex(int i)MapViewState.MapViewPointOffsetIterator. next()Methods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type MapViewState.MapViewPoint Modifier and Type Method Description private static voidStyledMapRenderer. appendOnewayPath(boolean onewayReversed, MapViewState.MapViewPoint p1, double nx, double ny, double dist, double onewaySize, java.awt.geom.Path2D onewayPath)protected voidAbstractMapRenderer. drawOrderNumber(MapViewState.MapViewPoint p1, MapViewState.MapViewPoint p2, int orderNumber, java.awt.Color clr)Draw an number of the order of the two consecutive nodes within the parents wayprotected voidWireframeMapRenderer. drawSegment(MapPath2D path, MapViewState.MapViewPoint mv1, MapViewState.MapViewPoint mv2, boolean showDirection)Draw a line with the given color.protected voidWireframeMapRenderer. drawSegment(MapViewState.MapViewPoint p1, MapViewState.MapViewPoint p2, java.awt.Color col, boolean showDirection)Draw a line with the given color.static booleanAbstractMapRenderer. isLargeSegment(MapViewState.MapViewPoint p1, MapViewState.MapViewPoint p2, int space)Checks if a way segment is large enough for additional information display.protected booleanAbstractMapRenderer. isSegmentVisible(MapViewState.MapViewPoint p1, MapViewState.MapViewPoint p2)Checks if segment is visible in display.protected booleanAbstractMapRenderer. isSegmentVisible(MapViewState.MapViewPoint p1, MapViewState.MapViewPoint p2, MapViewState.MapViewRectangle view)Checks if segment is visible in display.voidArrowPaintHelper. paintArrowAt(MapPath2D path, MapViewState.MapViewPoint point, MapViewState.MapViewPoint fromDirection)Paint the arrowConstructor parameters in org.openstreetmap.josm.data.osm.visitor.paint with type arguments of type MapViewState.MapViewPoint Constructor Description OffsetIterator(java.util.List<MapViewState.MapViewPoint> nodes, double offset)Creates a new offset iterator -
Uses of MapViewState.MapViewPoint in org.openstreetmap.josm.gui
Subclasses of MapViewState.MapViewPoint in org.openstreetmap.josm.gui Modifier and Type Class Description private classMapViewState.MapViewEastNorthPointprivate classMapViewState.MapViewViewPointFields in org.openstreetmap.josm.gui declared as MapViewState.MapViewPoint Modifier and Type Field Description private MapViewState.MapViewPointMapMover. mousePosMoveStartThe point in the map that was the under the mouse point when moving around started.private MapViewState.MapViewPointMapViewState.MapViewRectangle. p1private MapViewState.MapViewPointMapViewState.MapViewRectangle. p2Methods in org.openstreetmap.josm.gui that return MapViewState.MapViewPoint Modifier and Type Method Description MapViewState.MapViewPointMapViewState.MapViewPoint. add(EastNorth en)Add the given offset to this pointMapViewState.MapViewPointMapViewState. getCenter()Gets the center of the view.MapViewState.MapViewPointMapViewState. getForView(double x, double y)Gets the MapViewPoint representation for a position in view coordinates.MapViewState.MapViewPointMapViewState.MapViewRectangle. getLineEntry(MapViewState.MapViewPoint start, MapViewState.MapViewPoint end)Gets the entry point at which a line between start and end enters the current view.MapViewState.MapViewPointMapViewState. getPointFor(EastNorth eastNorth)Gets theMapViewState.MapViewPointfor the givenEastNorthcoordinate.MapViewState.MapViewPointMapViewState. getPointFor(ILatLon latlon)Gets theMapViewState.MapViewPointfor the givenLatLoncoordinate.MapViewState.MapViewPointMapViewState. getPointFor(LatLon latlon)Gets theMapViewState.MapViewPointfor the givenLatLoncoordinate.MapViewState.MapViewPointMapViewState. getPointFor(Node node)Gets theMapViewState.MapViewPointfor the given node.MapViewState.MapViewPointMapViewState.MapViewPoint. interpolate(MapViewState.MapViewPoint p1, double i)Do a linear interpolation to the other pointMethods in org.openstreetmap.josm.gui with parameters of type MapViewState.MapViewPoint Modifier and Type Method Description doubleMapViewState.MapViewPoint. distanceToInView(MapViewState.MapViewPoint p2)Gets the distance between this point and an other point.doubleMapViewState.MapViewPoint. distanceToInViewSq(MapViewState.MapViewPoint p2)Gets the squared distance between this point and an other point.MapViewState.MapViewPointMapViewState.MapViewRectangle. getLineEntry(MapViewState.MapViewPoint start, MapViewState.MapViewPoint end)Gets the entry point at which a line between start and end enters the current view.MapViewState.MapViewPointMapViewState.MapViewPoint. interpolate(MapViewState.MapViewPoint p1, double i)Do a linear interpolation to the other pointMapViewStateMapViewState. movedTo(MapViewState.MapViewPoint mapViewPoint, EastNorth newEastNorthThere)Creates a new state that is moved to an east/north coordinate.doubleMapViewState.MapViewPoint. oneNormInView(MapViewState.MapViewPoint p2)Gets the sum of the x/y view distances between the points.MapViewState.MapViewRectangleMapViewState.MapViewPoint. rectTo(MapViewState.MapViewPoint other)Create a rectangle from this to the other point.Constructors in org.openstreetmap.josm.gui with parameters of type MapViewState.MapViewPoint Constructor Description MapViewRectangle(MapViewState.MapViewPoint p1, MapViewState.MapViewPoint p2)Create a new MapViewRectangle -
Uses of MapViewState.MapViewPoint in org.openstreetmap.josm.gui.draw
Fields in org.openstreetmap.josm.gui.draw declared as MapViewState.MapViewPoint Modifier and Type Field Description private MapViewState.MapViewPointMapViewPath.ClampingPathVisitor. cursorprivate MapViewState.MapViewPointMapViewPath.LineVisitor. lastprivate MapViewState.MapViewPointMapViewPath.AbstractMapPathVisitor. lastMoveToprivate MapViewState.MapViewPointMapViewPositionAndRotation. pointFields in org.openstreetmap.josm.gui.draw with type parameters of type MapViewState.MapViewPoint Modifier and Type Field Description private java.util.ArrayList<MapViewState.MapViewPoint>MapViewPath.OffsetPathVisitor. pointsMethods in org.openstreetmap.josm.gui.draw that return MapViewState.MapViewPoint Modifier and Type Method Description private MapViewState.MapViewPointMapViewPath.ClampingPathVisitor. alignStrokeOffset(MapViewState.MapViewPoint entry, MapViewState.MapViewPoint originalStart)MapViewState.MapViewPointMapViewPositionAndRotation. getPoint()Gets the point.Methods in org.openstreetmap.josm.gui.draw with parameters of type MapViewState.MapViewPoint Modifier and Type Method Description voidMapViewPath.PathSegmentConsumer. addLineBetween(double inLineOffset, MapViewState.MapViewPoint start, MapViewState.MapViewPoint end, boolean startIsOldEnd)Add a line segment between two pointsprivate MapViewState.MapViewPointMapViewPath.ClampingPathVisitor. alignStrokeOffset(MapViewState.MapViewPoint entry, MapViewState.MapViewPoint originalStart)MapPath2DMapPath2D. lineTo(MapViewState.MapViewPoint p)Draw a line to the view position of given pointMapViewPathMapViewPath. lineTo(MapViewState.MapViewPoint p)MapPath2DMapPath2D. moveTo(MapViewState.MapViewPoint p)Move the path to the view position of given pointMapViewPathMapViewPath. moveTo(MapViewState.MapViewPoint p)MapPath2DMapPath2D. shapeAround(MapViewState.MapViewPoint p, SymbolShape symbol, double size)Add the given shape centered around the given pointMapViewPathMapViewPath. shapeAround(MapViewState.MapViewPoint p, SymbolShape symbol, double size)(package private) abstract voidMapViewPath.AbstractMapPathVisitor. visitLineTo(MapViewState.MapViewPoint p)(package private) voidMapViewPath.ClampingPathVisitor. visitLineTo(MapViewState.MapViewPoint next)(package private) voidMapViewPath.LineVisitor. visitLineTo(MapViewState.MapViewPoint p)(package private) voidMapViewPath.OffsetPathVisitor. visitLineTo(MapViewState.MapViewPoint p)(package private) abstract voidMapViewPath.AbstractMapPathVisitor. visitMoveTo(MapViewState.MapViewPoint p)(package private) voidMapViewPath.ClampingPathVisitor. visitMoveTo(MapViewState.MapViewPoint point)(package private) voidMapViewPath.LineVisitor. visitMoveTo(MapViewState.MapViewPoint p)(package private) voidMapViewPath.OffsetPathVisitor. visitMoveTo(MapViewState.MapViewPoint p)Constructors in org.openstreetmap.josm.gui.draw with parameters of type MapViewState.MapViewPoint Constructor Description MapViewPositionAndRotation(MapViewState.MapViewPoint point, double theta)Create a newMapViewPositionAndRotation -
Uses of MapViewState.MapViewPoint in org.openstreetmap.josm.gui.layer.imagery
Methods in org.openstreetmap.josm.gui.layer.imagery that return MapViewState.MapViewPoint Modifier and Type Method Description private MapViewState.MapViewPointTileCoordinateConverter. pos(org.openstreetmap.gui.jmapviewer.interfaces.ICoordinate ll)private MapViewState.MapViewPointTileCoordinateConverter. pos(org.openstreetmap.gui.jmapviewer.interfaces.IProjected p) -
Uses of MapViewState.MapViewPoint in org.openstreetmap.josm.gui.mappaint.styleelement.placement
Fields in org.openstreetmap.josm.gui.mappaint.styleelement.placement declared as MapViewState.MapViewPoint Modifier and Type Field Description private MapViewState.MapViewPointOnLineStrategy.HalfSegment. endend point of half segmentprivate MapViewState.MapViewPointOnLineStrategy.HalfSegment. startstart point of half segmentMethods in org.openstreetmap.josm.gui.mappaint.styleelement.placement with parameters of type MapViewState.MapViewPoint Modifier and Type Method Description voidOnLineStrategy.GlyphRotatingVisitor. addLineBetween(double inLineOffset, MapViewState.MapViewPoint start, MapViewState.MapViewPoint end, boolean startIsOldEnd)voidOnLineStrategy.UpsideComputingVisitor. addLineBetween(double inLineOffset, MapViewState.MapViewPoint start, MapViewState.MapViewPoint end, boolean startIsOldEnd)private static doubleOnLineStrategy. computeQuality(MapViewState.MapViewPoint p1, MapViewState.MapViewPoint p2)private static doubleOnLineStrategy. theta(MapViewState.MapViewPoint start, MapViewState.MapViewPoint end)Constructors in org.openstreetmap.josm.gui.mappaint.styleelement.placement with parameters of type MapViewState.MapViewPoint Constructor Description HalfSegment(MapViewState.MapViewPoint start, MapViewState.MapViewPoint end, double quality, double offset)Create a new half segment
-