Uses of Class
org.openstreetmap.josm.data.coor.EastNorth
-
Packages that use EastNorth Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes
.org.openstreetmap.josm.command Provides the classes for JOSM commands allowing to modify an OSM data set.org.openstreetmap.josm.data Provides the classes for JOSM managed data.org.openstreetmap.josm.data.coor Provides the classes for geographiccoordinates
(east/north and lat/lon systems).org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data
(points, tracks, routes).org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.data.osm.visitor Provides the classes for performing actions on OSM primitives using Visitor design pattern.org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map.org.openstreetmap.josm.data.projection Provides the classes for JOSM map projection.org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests.org.openstreetmap.josm.data.validation.util Provides utilities classes for JOSM data validation.org.openstreetmap.josm.data.vector org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.datatransfer Provides the classes for transferring data using cut/copy/paste operations.org.openstreetmap.josm.gui.datatransfer.data Provides the classes for defining the serializable data transferred using cut/copy/paste operations.org.openstreetmap.josm.gui.datatransfer.importers Provides the classes for the transfer support controllers allowing cut/copy/paste operations.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.draw Provides GUI classes for 2D drawing in the map.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.imagery Provides classes for handling imagery background layers.org.openstreetmap.josm.gui.layer.markerlayer Provides classes for handling marker layers.org.openstreetmap.josm.io Provides the classes for JOSM input/output support.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of EastNorth in org.openstreetmap.josm.actions
Fields in org.openstreetmap.josm.actions declared as EastNorth Modifier and Type Field Description private EastNorth
ImageryAdjustAction. prevEastNorth
private EastNorth
JoinNodeWayAction.NodeDistanceToRefNodeComparator. refPoint
private EastNorth
JoinNodeWayAction.NodeDistanceToRefNodeComparator. refPoint2
EastNorth
OrthogonalizeAction.WayData. segSum
(Vector-)sum of all horizontal segments plus the sum of all verticalFields in org.openstreetmap.josm.actions with type parameters of type EastNorth Modifier and Type Field Description private static Map<Node,EastNorth>
OrthogonalizeAction. rememberMovements
Remember movements, so the user can later undo it for certain nodesMethods in org.openstreetmap.josm.actions that return EastNorth Modifier and Type Method Description protected EastNorth
AbstractPasteAction. computePastePosition(ActionEvent e)
Compute the location the objects should be pasted at.protected EastNorth
PasteAtSourcePositionAction. computePastePosition(ActionEvent e)
static EastNorth
OrthogonalizeAction.EN. diff(EastNorth en1, EastNorth en2)
private EastNorth
MoveAction. getOffset(MapView mapView)
Find out how many "real" units the objects have to be moved in order to achieve an 1-pixel movementstatic EastNorth
OrthogonalizeAction.EN. rotateCC(EastNorth pivot, EastNorth en, double angle)
Rotate counter-clock-wise.static EastNorth
OrthogonalizeAction.EN. sum(EastNorth en1, EastNorth en2)
Methods in org.openstreetmap.josm.actions with parameters of type EastNorth Modifier and Type Method Description static EastNorth
OrthogonalizeAction.EN. diff(EastNorth en1, EastNorth en2)
static OsmPrimitive
SelectByInternalPointAction. getSmallestSurroundingObject(EastNorth internalPoint)
Returns the smallest surrounding polygon/multipolygon which contains the internal point.static Collection<OsmPrimitive>
SelectByInternalPointAction. getSurroundingObjects(EastNorth internalPoint)
Returns the surrounding polygons/multipolygons ordered by their area size (from small to large) which contain the internal point.static Collection<OsmPrimitive>
SelectByInternalPointAction. getSurroundingObjects(DataSet ds, EastNorth internalPoint, boolean includeMultipolygonWays)
Returns the surrounding polygons/multipolygons ordered by their area size (from small to large) which contain the internal point.static void
SelectByInternalPointAction. performSelection(EastNorth internalPoint, boolean doAdd, boolean doRemove)
Select a polygon or multipolygon by an internal point.static double
OrthogonalizeAction.EN. polar(EastNorth en1, EastNorth en2)
static EastNorth
OrthogonalizeAction.EN. rotateCC(EastNorth pivot, EastNorth en, double angle)
Rotate counter-clock-wise.static EastNorth
OrthogonalizeAction.EN. sum(EastNorth en1, EastNorth en2)
Constructors in org.openstreetmap.josm.actions with parameters of type EastNorth Constructor Description PolarNode(EastNorth center, Node n)
-
Uses of EastNorth in org.openstreetmap.josm.actions.mapmode
Fields in org.openstreetmap.josm.actions.mapmode declared as EastNorth Modifier and Type Field Description private EastNorth
DrawAction. currentMouseEastNorth
(package private) EastNorth
DrawSnapHelper. dir2
EastNorth
ExtrudeAction.ReferenceSegment. en
private EastNorth
ParallelWayAction. helperLineEnd
private EastNorth
ParallelWayAction. helperLineStart
private EastNorth
ExtrudeAction. initialN1en
The initial EastNorths of node1 and node2private EastNorth
ExtrudeAction. initialN2en
private EastNorth
ExtrudeAction. newN1en
The new EastNorths of node1 and node2private EastNorth
ExtrudeAction. newN2en
private EastNorth[]
ParallelWays. normals
EastNorth
ExtrudeAction.ReferenceSegment. p1
EastNorth
ExtrudeAction.ReferenceSegment. p2
private EastNorth
DrawSnapHelper. projected
private EastNorth
DrawSnapHelper. projectionSource
private EastNorth[]
ParallelWays. pts
private EastNorth
DrawSnapHelper. segmentPoint1
private EastNorth
DrawSnapHelper. segmentPoint2
private EastNorth
SelectAction. startEN
point where user pressed the mouse to start movementMethods in org.openstreetmap.josm.actions.mapmode that return EastNorth Modifier and Type Method Description private EastNorth
ExtrudeAction. calculateBestMovement(EastNorth mouseEn)
Determines best movement fromExtrudeAction.initialMousePos
to current mouse position, choosing one of the directions fromExtrudeAction.possibleMoveDirections
.private EastNorth
ExtrudeAction. calculateBestMovementAndNewNodes(EastNorth mouseEn)
Calculate newN1en, newN2en best suitable for given mouse coordinates For dual align, calculates positions of new nodes, aligning them to neighboring segments.private static EastNorth
ExtrudeAction. calculateSegmentOffset(EastNorth segmentP1, EastNorth segmentP2, EastNorth moveDirection, EastNorth targetPos)
This method calculates offset amount by which to move the given segment perpendicularly for it to be in line with mouse position.EastNorth
DrawSnapHelper. getSnapPoint(EastNorth p)
Gets a snap point close to p.Methods in org.openstreetmap.josm.actions.mapmode with parameters of type EastNorth Modifier and Type Method Description private EastNorth
ExtrudeAction. calculateBestMovement(EastNorth mouseEn)
Determines best movement fromExtrudeAction.initialMousePos
to current mouse position, choosing one of the directions fromExtrudeAction.possibleMoveDirections
.private EastNorth
ExtrudeAction. calculateBestMovementAndNewNodes(EastNorth mouseEn)
Calculate newN1en, newN2en best suitable for given mouse coordinates For dual align, calculates positions of new nodes, aligning them to neighboring segments.private static EastNorth
ExtrudeAction. calculateSegmentOffset(EastNorth segmentP1, EastNorth segmentP2, EastNorth moveDirection, EastNorth targetPos)
This method calculates offset amount by which to move the given segment perpendicularly for it to be in line with mouse position.void
DrawSnapHelper. checkAngleSnapping(EastNorth currentEN, double baseHeading, double curHeading)
If mouse position is close to line at 15-30-45-...private void
SelectAction.VirtualManager. createMiddleNodeFromVirtual(EastNorth currentEN)
EastNorth
DrawSnapHelper. getSnapPoint(EastNorth p)
Gets a snap point close to p.private static boolean
ExtrudeAction. isOppositeDirection(EastNorth from1, EastNorth to1, EastNorth from2, EastNorth to2)
Determines if from1-to1 and from2-to2 vectors directions are oppositeprivate boolean
SelectAction. updateCommandWhileDragging(EastNorth currentEN)
Create or update data modification command while dragging mouse - implementation of continuous moving, scaling and rotationConstructors in org.openstreetmap.josm.actions.mapmode with parameters of type EastNorth Constructor Description ReferenceSegment(EastNorth en, EastNorth p1, EastNorth p2, boolean perpendicular)
-
Uses of EastNorth in org.openstreetmap.josm.command
Fields in org.openstreetmap.josm.command declared as EastNorth Modifier and Type Field Description private EastNorth
Command.OldNodeState. eastNorth
private EastNorth
RotateCommand. pivot
Pivot pointprivate EastNorth
ScaleCommand. pivot
Pivot pointprivate EastNorth
MoveCommand. startEN
Starting position, base command point, current (mouse-drag) position = startEN + (x,y) =private EastNorth
ScaleCommand. startEN
World position of the mouse when the user started the command.Methods in org.openstreetmap.josm.command that return EastNorth Modifier and Type Method Description EastNorth
Command.OldNodeState. getEastNorth()
Returns old east/north.EastNorth
TransformNodesCommand. getNodesCenter()
Get the center of the nodes under modification.protected EastNorth
MoveCommand. getOffset()
Gets the current move offset.Methods in org.openstreetmap.josm.command with parameters of type EastNorth Modifier and Type Method Description void
MoveCommand. applyVectorTo(EastNorth currentEN)
Change the displacement vector to have endpointcurrentEN
.void
MoveCommand. changeStartPoint(EastNorth newDraggedStartPoint)
Changes base point of movementprotected double
RotateCommand. getAngle(EastNorth currentEN)
Get angle between the horizontal axis and the line formed by the pivot and given point.void
RotateCommand. handleEvent(EastNorth currentEN)
Compute new rotation angle and transform nodes accordingly.void
ScaleCommand. handleEvent(EastNorth currentEN)
Compute new scaling factor and transform nodes accordingly.abstract void
TransformNodesCommand. handleEvent(EastNorth currentEN)
Handling of a mouse event (e.g.Constructors in org.openstreetmap.josm.command with parameters of type EastNorth Constructor Description MoveCommand(Collection<OsmPrimitive> objects, EastNorth offset)
Constructs a newMoveCommand
to move a collection of primitives.MoveCommand(Collection<OsmPrimitive> objects, EastNorth start, EastNorth end)
Constructs a newMoveCommand
to move a collection of primitives.MoveCommand(DataSet ds, Collection<OsmPrimitive> objects, EastNorth start, EastNorth end)
Constructs a newMoveCommand
to move a collection of primitives.MoveCommand(DataSet ds, OsmPrimitive p, EastNorth start, EastNorth end)
Constructs a newMoveCommand
to move a primitive.MoveCommand(OsmPrimitive p, EastNorth start, EastNorth end)
Constructs a newMoveCommand
to move a primitive.RotateCommand(Collection<? extends OsmPrimitive> objects, EastNorth currentEN)
Creates a RotateCommand.ScaleCommand(Collection<? extends OsmPrimitive> objects, EastNorth currentEN)
Creates a ScaleCommand. -
Uses of EastNorth in org.openstreetmap.josm.data
Fields in org.openstreetmap.josm.data declared as EastNorth Modifier and Type Field Description private EastNorth
ViewportData. center
Methods in org.openstreetmap.josm.data that return EastNorth Modifier and Type Method Description EastNorth
ProjectionBounds. getCenter()
Returns the center east/north.EastNorth
ViewportData. getCenter()
Return the projected coordinates of the map centerEastNorth
ProjectionBounds. getMax()
Returns the max east/north.EastNorth
ProjectionBounds. getMin()
Returns the min east/north.Methods in org.openstreetmap.josm.data with parameters of type EastNorth Modifier and Type Method Description boolean
ProjectionBounds. contains(EastNorth en)
Check, if a point is within the bounds.void
ProjectionBounds. extend(EastNorth e)
Extends bounds to include pointe
.Constructors in org.openstreetmap.josm.data with parameters of type EastNorth Constructor Description ProjectionBounds(EastNorth p)
Construct bounds out of a single point.ProjectionBounds(EastNorth center, double east, double north)
Construct bounds out of a center point and east/north dimensions.ProjectionBounds(EastNorth min, EastNorth max)
Construct bounds out of two points.ViewportData(EastNorth center, Double scale)
Constructs a newViewportData
. -
Uses of EastNorth in org.openstreetmap.josm.data.coor
Fields in org.openstreetmap.josm.data.coor declared as EastNorth Modifier and Type Field Description private EastNorth
CachedLatLon. eastNorth
EastNorth
PolarCoor. pole
Reference point (analogous to the origin of a Cartesian coordinate system).static EastNorth
EastNorth. ZERO
A zero constantMethods in org.openstreetmap.josm.data.coor that return EastNorth Modifier and Type Method Description EastNorth
EastNorth. add(double dEast, double dNorth)
Adds an offset to thisEastNorth
instance and returns the result.EastNorth
EastNorth. add(EastNorth other)
Adds the coordinates of an other EastNorth instance to this one.EastNorth
EastNorth. getCenter(EastNorth en2)
Gets the center between twoEastNorth
instances.EastNorth
CachedLatLon. getEastNorth(Projecting projecting)
Replies the projected east/north coordinates.default EastNorth
ILatLon. getEastNorth(Projecting projecting)
Replies the projected east/north coordinates.EastNorth
EastNorth. interpolate(EastNorth en2, double proportion)
Does a linear interpolation between two EastNorth instances.EastNorth
EastNorth. rotate(EastNorth pivot, double angle)
Returns an EastNorth representing the this EastNorth rotated around a given EastNorth by a given angleEastNorth
EastNorth. scale(double s)
Scales thisEastNorth
instance to a given factor and returns the result.EastNorth
EastNorth. subtract(EastNorth other)
Subtracts an east/north value from this point.EastNorth
PolarCoor. toEastNorth()
Converts thisPolarCoor
to anEastNorth
instance.Methods in org.openstreetmap.josm.data.coor with parameters of type EastNorth Modifier and Type Method Description EastNorth
EastNorth. add(EastNorth other)
Adds the coordinates of an other EastNorth instance to this one.static double
PolarCoor. computeAngle(EastNorth en, EastNorth pole)
Compute polar angle between an east/north and the pole.double
EastNorth. distance(EastNorth en)
Returns the euclidean distance from thisEastNorth
to a specifiedEastNorth
.double
EastNorth. distanceSq(EastNorth en)
Returns the square of the euclidean distance from thisEastNorth
to a specifiedEastNorth
.boolean
EastNorth. equalsEpsilon(EastNorth other, double e)
Compares two EastNorth valuesEastNorth
EastNorth. getCenter(EastNorth en2)
Gets the center between twoEastNorth
instances.double
EastNorth. heading(EastNorth other)
Returns the heading, in radians, that you have to use to get from this EastNorth to another.EastNorth
EastNorth. interpolate(EastNorth en2, double proportion)
Does a linear interpolation between two EastNorth instances.EastNorth
EastNorth. rotate(EastNorth pivot, double angle)
Returns an EastNorth representing the this EastNorth rotated around a given EastNorth by a given angleEastNorth
EastNorth. subtract(EastNorth other)
Subtracts an east/north value from this point.Constructors in org.openstreetmap.josm.data.coor with parameters of type EastNorth Constructor Description CachedLatLon(EastNorth eastNorth)
Constructs a newCachedLatLon
.CachedLatLon(EastNorth eastNorth, Projection projection)
PolarCoor(double radius, double angle, EastNorth pole)
Constructs a newPolarCoor
.PolarCoor(EastNorth en)
PolarCoor(EastNorth en, EastNorth pole)
Constructs a newPolarCoor
. -
Uses of EastNorth in org.openstreetmap.josm.data.gpx
Methods in org.openstreetmap.josm.data.gpx that return EastNorth Modifier and Type Method Description EastNorth
WayPoint. getEastNorth(Projecting projecting)
Methods in org.openstreetmap.josm.data.gpx with parameters of type EastNorth Modifier and Type Method Description WayPoint
GpxData. nearestPointOnTrack(EastNorth p, double tolerance)
Makes a WayPoint at the projection of point p onto the track providing p is less than tolerance away from the track -
Uses of EastNorth in org.openstreetmap.josm.data.imagery
Fields in org.openstreetmap.josm.data.imagery declared as EastNorth Modifier and Type Field Description private EastNorth
AbstractWMSTileSource. anchorPosition
private EastNorth
WMTSTileSource.TileMatrix. topLeftCorner
Methods in org.openstreetmap.josm.data.imagery that return EastNorth Modifier and Type Method Description EastNorth
OffsetBookmark. getDisplacement()
Get displacement in EastNorth coordinates of the original projection.EastNorth
OffsetBookmark. getDisplacement(Projection proj)
Get displacement in EastNorth coordinates of a given projection.protected EastNorth
AbstractWMSTileSource. getTileEastNorth(int x, int y, int z)
private static EastNorth
WMTSTileSource. parseEastNorth(String coor, boolean switchXY)
static EastNorth
CoordinateConversion. projToEn(org.openstreetmap.gui.jmapviewer.interfaces.IProjected p)
Converts anIProjected
to anEastNorth
instance.private EastNorth
WMTSTileSource. tileToEastNorth(int x, int y, int z)
Methods in org.openstreetmap.josm.data.imagery with parameters of type EastNorth Modifier and Type Method Description private org.openstreetmap.gui.jmapviewer.TileXY
AbstractWMSTileSource. eastNorthToTileXY(EastNorth enPoint, int zoom)
static org.openstreetmap.gui.jmapviewer.interfaces.IProjected
CoordinateConversion. enToProj(EastNorth en)
Converts anEastNorth
to anIProjected
instance.void
OffsetBookmark. setDisplacement(EastNorth displacement)
Update the displacement of this imagery.Constructors in org.openstreetmap.josm.data.imagery with parameters of type EastNorth Constructor Description OffsetBookmark(String projectionCode, String imageryId, String imageryName, String name, EastNorth displacement, ILatLon center)
Create a newOffsetBookmark
object -
Uses of EastNorth in org.openstreetmap.josm.data.osm
Methods in org.openstreetmap.josm.data.osm that return EastNorth Modifier and Type Method Description default EastNorth
INode. getEastNorth()
Replies the projected east/north coordinates.EastNorth
Node. getEastNorth(Projecting projection)
Methods in org.openstreetmap.josm.data.osm with parameters of type EastNorth Modifier and Type Method Description (package private) void
DataSet. fireNodeMoved(Node node, LatLon newCoor, EastNorth eastNorth)
(package private) void
Node. setCoorInternal(LatLon coor, EastNorth eastNorth)
To be used only by Dataset.reindexNodevoid
INode. setEastNorth(EastNorth eastNorth)
Sets east/north coordinates of this node.void
Node. setEastNorth(EastNorth eastNorth)
void
NodeData. setEastNorth(EastNorth eastNorth)
private void
Node. updateCoor(LatLon coor, EastNorth eastNorth)
Constructors in org.openstreetmap.josm.data.osm with parameters of type EastNorth Constructor Description Node(EastNorth eastNorth)
Constructs a newNode
with the given east/north with id 0. -
Uses of EastNorth in org.openstreetmap.josm.data.osm.visitor
Methods in org.openstreetmap.josm.data.osm.visitor with parameters of type EastNorth Modifier and Type Method Description void
BoundingXYVisitor. visit(EastNorth eastNorth)
Visiting call for east/north. -
Uses of EastNorth in org.openstreetmap.josm.data.osm.visitor.paint
Methods in org.openstreetmap.josm.data.osm.visitor.paint that return EastNorth Modifier and Type Method Description private static EastNorth
StyledMapRenderer. getPFDisplacedEndPoint(EastNorth p1, EastNorth p2, EastNorth p3, double extent)
Get the point to add to the clipping area for partial fill of unclosed polygons.Methods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type EastNorth Modifier and Type Method Description private static EastNorth
StyledMapRenderer. getPFDisplacedEndPoint(EastNorth p1, EastNorth p2, EastNorth p3, double extent)
Get the point to add to the clipping area for partial fill of unclosed polygons. -
Uses of EastNorth in org.openstreetmap.josm.data.projection
Fields in org.openstreetmap.josm.data.projection declared as EastNorth Modifier and Type Field Description private EastNorth
ShiftedProjecting. offset
Fields in org.openstreetmap.josm.data.projection with type parameters of type EastNorth Modifier and Type Field Description private EnumMap<CustomProjection.Polarity,EastNorth>
CustomProjection. polesEN
Methods in org.openstreetmap.josm.data.projection that return EastNorth Modifier and Type Method Description private static EastNorth
CustomProjection. getPointAlong(int i, int n, ProjectionBounds r)
private EastNorth
CustomProjection. getPole(CustomProjection.Polarity whichPole)
EastNorth
AbstractProjection. latlon2eastNorth(ILatLon toConvert)
EastNorth
Projecting. latlon2eastNorth(ILatLon ll)
Convert from lat/lon to easting/northing.default EastNorth
Projecting. latlon2eastNorth(LatLon ll)
Convert from lat/lon to easting/northing.EastNorth
ShiftedProjecting. latlon2eastNorth(ILatLon ll)
private EastNorth
ProjectionCLI. parseEastNorth(String s, ToDoubleFunction<String> parser)
Methods in org.openstreetmap.josm.data.projection with parameters of type EastNorth Modifier and Type Method Description LatLon
AbstractProjection. eastNorth2latlon(EastNorth en)
private LatLon
AbstractProjection. eastNorth2latlon(EastNorth en, DoubleUnaryOperator normalizeLon)
LatLon
Projection. eastNorth2latlon(EastNorth en)
Convert from easting/norting to lat/lon.LatLon
AbstractProjection. eastNorth2latlonClamped(EastNorth en)
LatLon
Projecting. eastNorth2latlonClamped(EastNorth en)
Convert a east/north coordinate to theLatLon
coordinate.LatLon
ShiftedProjecting. eastNorth2latlonClamped(EastNorth en)
Method parameters in org.openstreetmap.josm.data.projection with type arguments of type EastNorth Modifier and Type Method Description private void
AbstractProjection. visitOutline(Bounds b, int nPoints, Consumer<EastNorth> visitor)
void
AbstractProjection. visitOutline(Bounds b, Consumer<EastNorth> visitor)
void
Projection. visitOutline(Bounds bounds, Consumer<EastNorth> visitor)
Visit points along the edge of this bounds instance.Constructors in org.openstreetmap.josm.data.projection with parameters of type EastNorth Constructor Description ShiftedProjecting(Projecting base, EastNorth offset)
Create a newShiftedProjecting
-
Uses of EastNorth in org.openstreetmap.josm.data.validation.tests
Methods in org.openstreetmap.josm.data.validation.tests that return EastNorth Modifier and Type Method Description private EastNorth
UnconnectedWays.MyWaySegment. calcClosest(Node n)
Methods in org.openstreetmap.josm.data.validation.tests with parameters of type EastNorth Modifier and Type Method Description static List<List<WaySegment>>
CrossingWays. getSegments(Map<Point2D,List<WaySegment>> cellSegments, EastNorth n1, EastNorth n2)
Returns all the cells this segment crosses. -
Uses of EastNorth in org.openstreetmap.josm.data.validation.util
Methods in org.openstreetmap.josm.data.validation.util with parameters of type EastNorth Modifier and Type Method Description static List<Point2D>
ValUtil. getSegmentCells(EastNorth en1, EastNorth en2, double gridDetail)
Returns the coordinates of all cells in a grid that a line between 2 nodes intersects with. -
Uses of EastNorth in org.openstreetmap.josm.data.vector
Methods in org.openstreetmap.josm.data.vector with parameters of type EastNorth Modifier and Type Method Description void
VectorNode. setEastNorth(EastNorth eastNorth)
-
Uses of EastNorth in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as EastNorth Modifier and Type Field Description private EastNorth
NavigatableComponent.ZoomData. center
private EastNorth
MapViewState.MapViewEastNorthPoint. eastNorth
private EastNorth
NavigatableComponent.SmoothScrollThread. finalNewCenter
private EastNorth
NavigatableComponent.SmoothScrollThread. oldCenter
private EastNorth
MapViewState. topLeft
Top leftEastNorth
coordinate of the view.Methods in org.openstreetmap.josm.gui that return EastNorth Modifier and Type Method Description private static EastNorth
MapViewState. calculateDefaultCenter()
EastNorth
NavigatableComponent. getCenter()
Returns the current center of the viewport.EastNorth
NavigatableComponent.ZoomData. getCenterEastNorth()
EastNorth
MapViewState.MapViewEastNorthPoint. getEastNorth()
EastNorth
MapViewState.MapViewPoint. getEastNorth()
Gets theEastNorth
coordinate of this point.EastNorth
NavigatableComponent. getEastNorth(int x, int y)
Returns geographic coordinates from a specific pixel coordination on the screen.Methods in org.openstreetmap.josm.gui with parameters of type EastNorth Modifier and Type Method Description MapViewState.MapViewPoint
MapViewState.MapViewPoint. add(EastNorth en)
Add the given offset to this pointPoint
NavigatableComponent. getPoint(EastNorth p)
looses precision, may overflow (depends on p and current scale)Point2D
NavigatableComponent. getPoint2D(EastNorth p)
Return the point on the screen where this Coordinate would be.MapViewState.MapViewPoint
MapViewState. getPointFor(EastNorth eastNorth)
Gets theMapViewState.MapViewPoint
for the givenEastNorth
coordinate.MapViewState
MapViewState. movedTo(MapViewState.MapViewPoint mapViewPoint, EastNorth newEastNorthThere)
Creates a new state that is moved to an east/north coordinate.private void
NavigatableComponent. pushZoomUndo(EastNorth center, double scale)
void
NavigatableComponent. smoothScrollTo(EastNorth newCenter)
Create a thread that moves the viewport to the given center in an animated fashion.MapViewState
MapViewState. usingCenter(EastNorth newCenter)
Creates a new state that is the same as the current state except for that it is using a new center.private void
NavigatableComponent. zoomNoUndoTo(EastNorth newCenter, double newScale, boolean initial)
Zoom to the given coordinate without adding to the zoom undo buffer.void
NavigatableComponent. zoomTo(EastNorth newCenter)
Zoom to given east/north.void
NavigatableComponent. zoomTo(EastNorth newCenter, double newScale)
Zoom to the given coordinate and scale.void
NavigatableComponent. zoomTo(EastNorth center, double scale, boolean initial)
Zoom to the given coordinate and scale.void
NavigatableComponent. zoomToFactor(EastNorth newCenter, double factor)
Constructors in org.openstreetmap.josm.gui with parameters of type EastNorth Constructor Description MapViewEastNorthPoint(EastNorth eastNorth)
MapViewState(EastNorth topLeft, MapViewState mvs)
MapViewState(Projecting projection, int viewWidth, int viewHeight, double scale, EastNorth topLeft)
MapViewState(Projecting projection, int viewWidth, int viewHeight, double scale, EastNorth topLeft, Point topLeftInWindow, Point topLeftOnScreen)
Create a newMapViewState
SmoothScrollThread(EastNorth newCenter, long frameNum, int fps)
ZoomData(EastNorth center, double scale)
-
Uses of EastNorth in org.openstreetmap.josm.gui.datatransfer
Methods in org.openstreetmap.josm.gui.datatransfer with parameters of type EastNorth Modifier and Type Method Description protected boolean
AbstractStackTransferHandler. importData(TransferHandler.TransferSupport support, OsmDataLayer layer, EastNorth center)
void
OsmTransferHandler. pasteOn(OsmDataLayer editLayer, EastNorth mPosition)
Paste the current clipboard current at the given positionvoid
OsmTransferHandler. pasteOn(OsmDataLayer editLayer, EastNorth mPosition, Transferable transferable)
Paste the given clipboard current at the given position -
Uses of EastNorth in org.openstreetmap.josm.gui.datatransfer.data
Methods in org.openstreetmap.josm.gui.datatransfer.data that return EastNorth Modifier and Type Method Description EastNorth
PrimitiveTransferData. getCenter()
Compute the center of all nodes. -
Uses of EastNorth in org.openstreetmap.josm.gui.datatransfer.importers
Methods in org.openstreetmap.josm.gui.datatransfer.importers with parameters of type EastNorth Modifier and Type Method Description private static AddPrimitivesCommand
PrimitiveDataPaster. createNewPrimitives(PrimitiveTransferData pasteBuffer, EastNorth offset, OsmDataLayer layer)
abstract boolean
AbstractOsmDataPaster. importData(TransferHandler.TransferSupport support, OsmDataLayer layer, EastNorth pasteAt)
Attempts to import the given transfer data.boolean
AbstractTagPaster. importData(TransferHandler.TransferSupport support, OsmDataLayer layer, EastNorth pasteAt)
boolean
FilePaster. importData(TransferHandler.TransferSupport support, OsmDataLayer layer, EastNorth pasteAt)
boolean
OsmLinkPaster. importData(TransferHandler.TransferSupport support, OsmDataLayer layer, EastNorth pasteAt)
boolean
PrimitiveDataPaster. importData(TransferHandler.TransferSupport support, OsmDataLayer layer, EastNorth pasteAt)
-
Uses of EastNorth in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as EastNorth Modifier and Type Field Description private EastNorth
LatLonDialog. eastNorthCoordinates
Methods in org.openstreetmap.josm.gui.dialogs that return EastNorth Modifier and Type Method Description EastNorth
LatLonDialog. getEastNorthCoordinates()
Gets the coordinates that are entered in the east/north fieldstatic EastNorth
LatLonDialog. parseEastNorth(String s)
Parses a east/north coordinate string -
Uses of EastNorth in org.openstreetmap.josm.gui.draw
Methods in org.openstreetmap.josm.gui.draw with parameters of type EastNorth Modifier and Type Method Description MapViewPath
MapViewPath. lineTo(EastNorth eastNorth)
Draw a line to the position.MapViewPath
MapViewPath. moveTo(EastNorth eastNorth)
Move the cursor to the given position.MapViewPath
MapViewPath. shapeAround(EastNorth eastNorth, SymbolShape symbol, double size)
Add the given shape centered around the current position. -
Uses of EastNorth in org.openstreetmap.josm.gui.layer
Methods in org.openstreetmap.josm.gui.layer with parameters of type EastNorth Modifier and Type Method Description private org.openstreetmap.gui.jmapviewer.interfaces.ICoordinate
AbstractTileSourceLayer. getShiftedCoord(EastNorth en)
private LatLon
AbstractTileSourceLayer. getShiftedLatLon(EastNorth en)
-
Uses of EastNorth in org.openstreetmap.josm.gui.layer.imagery
Fields in org.openstreetmap.josm.gui.layer.imagery declared as EastNorth Modifier and Type Field Description private EastNorth
TileSourceDisplaySettings. displacement
the displacement (basically caches the displacement from the offsetBookmark in the current projection)Methods in org.openstreetmap.josm.gui.layer.imagery that return EastNorth Modifier and Type Method Description EastNorth
TileSourceDisplaySettings. getDisplacement()
Gets the displacement of the imageprivate EastNorth
ReprojectionTile. tileToEastNorth(int x, int y, int z)
Methods in org.openstreetmap.josm.gui.layer.imagery with parameters of type EastNorth Modifier and Type Method Description private void
TileSourceDisplaySettings. setDisplacement(EastNorth displacement)
org.openstreetmap.gui.jmapviewer.interfaces.IProjected
TileCoordinateConverter. shiftDisplayToServer(EastNorth en)
Apply reverse shift to EastNorth coordinate. -
Uses of EastNorth in org.openstreetmap.josm.gui.layer.markerlayer
Methods in org.openstreetmap.josm.gui.layer.markerlayer with parameters of type EastNorth Modifier and Type Method Description void
PlayHeadMarker. drag(EastNorth en)
apply the new position resulting from a drag in progressvoid
PlayHeadMarker. reposition(EastNorth en)
reposition the play head at the point on the track nearest position given, providing we are within reasonable distance from the track; otherwise reset to the original position.void
Marker. setEastNorth(EastNorth eastNorth)
Sets the marker's projected coordinates.void
PlayHeadMarker. synchronize(EastNorth en)
Synchronize the audio at the position where the play head was paused before dragging with the position on the track where it was dropped. -
Uses of EastNorth in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io with parameters of type EastNorth Modifier and Type Method Description private static javax.json.JsonArrayBuilder
GeoJSONWriter. getCoorArray(javax.json.JsonArrayBuilder builder, EastNorth c)
-
Uses of EastNorth in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools that return EastNorth Modifier and Type Method Description private static EastNorth
Geometry. closestPointTo(EastNorth p1, EastNorth p2, EastNorth point, boolean segmentOnly)
static EastNorth
Geometry. closestPointToLine(EastNorth lineP1, EastNorth lineP2, EastNorth point)
Calculates closest point to a line.static EastNorth
Geometry. closestPointToSegment(EastNorth segmentP1, EastNorth segmentP2, EastNorth point)
Calculates closest point to a line segment.static EastNorth
Geometry. getCenter(List<? extends INode> nodes)
Compute center of the circle closest to different nodes.static EastNorth
Geometry. getCentroid(List<? extends INode> nodes)
Compute the centroid/barycenter of nodesstatic EastNorth
Geometry. getCentroidEN(List<EastNorth> nodes)
Compute the centroid/barycenter of nodesstatic EastNorth
Geometry. getLineLineIntersection(EastNorth p1, EastNorth p2, EastNorth p3, EastNorth p4)
Finds the intersection of two lines of infinite length.static EastNorth
Geometry. getSegmentSegmentIntersection(EastNorth p1, EastNorth p2, EastNorth p3, EastNorth p4)
Finds the intersection of two line segments.Methods in org.openstreetmap.josm.tools with parameters of type EastNorth Modifier and Type Method Description static boolean
Geometry. angleIsClockwise(EastNorth commonNode, EastNorth firstNode, EastNorth secondNode)
This method tests if secondNode is clockwise to first node.private static EastNorth
Geometry. closestPointTo(EastNorth p1, EastNorth p2, EastNorth point, boolean segmentOnly)
static EastNorth
Geometry. closestPointToLine(EastNorth lineP1, EastNorth lineP2, EastNorth point)
Calculates closest point to a line.static EastNorth
Geometry. closestPointToSegment(EastNorth segmentP1, EastNorth segmentP2, EastNorth point)
Calculates closest point to a line segment.static double
Geometry. getCornerAngle(EastNorth p1, EastNorth common, EastNorth p3)
Returns angle of a corner defined with 3 point coordinates.static EastNorth
Geometry. getLineLineIntersection(EastNorth p1, EastNorth p2, EastNorth p3, EastNorth p4)
Finds the intersection of two lines of infinite length.static double
Geometry. getSegmentAngle(EastNorth p1, EastNorth p2)
Returns angle of a segment defined with 2 point coordinates.private static double
Geometry. getSegmentNodeDistSq(EastNorth s1, EastNorth s2, EastNorth p)
Calculate closest distance between a line segment s1-s2 and a point pstatic EastNorth
Geometry. getSegmentSegmentIntersection(EastNorth p1, EastNorth p2, EastNorth p3, EastNorth p4)
Finds the intersection of two line segments.static boolean
Geometry. segmentsParallel(EastNorth p1, EastNorth p2, EastNorth p3, EastNorth p4)
Check if the segment p1 - p2 is parallel to p3 - p4Method parameters in org.openstreetmap.josm.tools with type arguments of type EastNorth Modifier and Type Method Description static EastNorth
Geometry. getCentroidEN(List<EastNorth> nodes)
Compute the centroid/barycenter of nodes
-