|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EastNorth in org.openstreetmap.josm.actions |
---|
Fields in org.openstreetmap.josm.actions declared as EastNorth | |
---|---|
(package private) EastNorth |
AlignInCircleAction.PolarCoor.origin
|
(package private) EastNorth |
ImageryAdjustAction.prevEastNorth
|
EastNorth |
OrthogonalizeAction.WayData.segSum
|
Fields in org.openstreetmap.josm.actions with type parameters of type EastNorth | |
---|---|
private static java.util.HashMap<Node,EastNorth> |
OrthogonalizeAction.rememberMovements
Remember movements, so the user can later undo it for certain nodes |
Methods in org.openstreetmap.josm.actions that return EastNorth | |
---|---|
static EastNorth |
OrthogonalizeAction.EN.diff(EastNorth en1,
EastNorth en2)
|
static EastNorth |
OrthogonalizeAction.EN.rotate_cc(EastNorth pivot,
EastNorth en,
double angle)
|
static EastNorth |
OrthogonalizeAction.EN.sum(EastNorth en1,
EastNorth en2)
|
EastNorth |
AlignInCircleAction.PolarCoor.toEastNorth()
|
Methods in org.openstreetmap.josm.actions with parameters of type EastNorth | |
---|---|
static EastNorth |
OrthogonalizeAction.EN.diff(EastNorth en1,
EastNorth en2)
|
double |
AlignInCircleAction.distance(EastNorth n,
EastNorth m)
|
static double |
OrthogonalizeAction.EN.polar(EastNorth en1,
EastNorth en2)
|
static EastNorth |
OrthogonalizeAction.EN.rotate_cc(EastNorth pivot,
EastNorth en,
double angle)
|
static EastNorth |
OrthogonalizeAction.EN.sum(EastNorth en1,
EastNorth en2)
|
Constructors in org.openstreetmap.josm.actions with parameters of type EastNorth | |
---|---|
AlignInCircleAction.PolarCoor(double radius,
double angle,
EastNorth origin,
double azimuth)
|
|
AlignInCircleAction.PolarCoor(EastNorth en)
|
|
AlignInCircleAction.PolarCoor(EastNorth en,
EastNorth origin,
double azimuth)
|
Uses of EastNorth in org.openstreetmap.josm.actions.mapmode |
---|
Fields in org.openstreetmap.josm.actions.mapmode declared as EastNorth | |
---|---|
private EastNorth |
ExtrudeAction.activeMoveDirection
The direction that is currently active. |
private EastNorth |
DrawAction.currentMouseEastNorth
|
(package private) EastNorth |
DrawAction.SnapHelper.dir2
|
private EastNorth |
ParallelWayAction.helperLineEnd
|
private EastNorth |
ParallelWayAction.helperLineStart
|
private EastNorth |
ExtrudeAction.initialN1en
The initial EastNorths of node1 and node2 |
private EastNorth |
ExtrudeAction.initialN2en
|
private EastNorth |
ExtrudeAction.newN1en
The new EastNorths of node1 and node2 |
private EastNorth |
ExtrudeAction.newN2en
|
private EastNorth[] |
ParallelWays.normals
|
(package private) EastNorth |
DrawAction.SnapHelper.projected
|
private EastNorth |
DrawAction.SnapHelper.projectionSource
|
private EastNorth[] |
ParallelWays.pts
|
private EastNorth |
DrawAction.SnapHelper.segmentPoint1
|
private EastNorth |
DrawAction.SnapHelper.segmentPoint2
|
(package private) EastNorth |
SelectAction.startEN
point where user pressed the mouse to start movement |
Fields in org.openstreetmap.josm.actions.mapmode with type parameters of type EastNorth | |
---|---|
private java.util.List<EastNorth> |
ExtrudeAction.possibleMoveDirections
Possible directions to move to. |
Methods in org.openstreetmap.josm.actions.mapmode that return EastNorth | |
---|---|
private static EastNorth |
ExtrudeAction.calculateSegmentOffset(EastNorth segmentP1,
EastNorth segmentP2,
EastNorth moveDirection,
EastNorth targetPos)
This method calculates offset amount by witch to move the given segment perpendicularly for it to be in line with mouse position. |
EastNorth |
DrawAction.SnapHelper.getSnapPoint(EastNorth p)
|
Methods in org.openstreetmap.josm.actions.mapmode with parameters of type EastNorth | |
---|---|
private static EastNorth |
ExtrudeAction.calculateSegmentOffset(EastNorth segmentP1,
EastNorth segmentP2,
EastNorth moveDirection,
EastNorth targetPos)
This method calculates offset amount by witch to move the given segment perpendicularly for it to be in line with mouse position. |
void |
DrawAction.SnapHelper.checkAngleSnapping(EastNorth currentEN,
double baseHeading,
double curHeading)
|
private void |
SelectAction.VirtualManager.createMiddleNodeFromVirtual(EastNorth currentEN)
|
EastNorth |
DrawAction.SnapHelper.getSnapPoint(EastNorth p)
|
private boolean |
SelectAction.updateCommandWhileDragging(EastNorth currentEN)
Create or update data modification command while dragging mouse - implementation of continuous moving, scaling and rotation |
Uses of EastNorth in org.openstreetmap.josm.command |
---|
Fields in org.openstreetmap.josm.command declared as EastNorth | |
---|---|
(package private) EastNorth |
TransformNodesCommand.OldState.eastNorth
|
(package private) EastNorth |
MoveCommand.OldState.en
|
private EastNorth |
RotateCommand.pivot
Pivot point |
private EastNorth |
ScaleCommand.pivot
Pivot point |
(package private) EastNorth |
RotateCommand.startEN
World position of the mouse when the user started the command. |
(package private) EastNorth |
ScaleCommand.startEN
World position of the mouse when the user started the command. |
private EastNorth |
MoveCommand.startEN
Starting position, base command point, current (mouse-drag) position = startEN + (x,y) = |
Methods in org.openstreetmap.josm.command that return EastNorth | |
---|---|
EastNorth |
TransformNodesCommand.getNodesCenter()
Get the center of the nodes under modification. |
Methods in org.openstreetmap.josm.command with parameters of type EastNorth | |
---|---|
void |
MoveCommand.applyVectorTo(EastNorth currentEN)
Change the displacement vector to have endpoint @param currentEN starting point is startEN |
void |
MoveCommand.changeStartPoint(EastNorth newDraggedStartPoint)
Changes base point of movement |
protected double |
RotateCommand.getAngle(EastNorth currentEN)
Get angle between the horizontal axis and the line formed by the pivot and give points. |
abstract void |
TransformNodesCommand.handleEvent(EastNorth currentEN)
Handling of a mouse event (e.g. |
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. |
Constructors in org.openstreetmap.josm.command with parameters of type EastNorth | |
---|---|
MoveCommand(java.util.Collection<OsmPrimitive> objects,
EastNorth offset)
|
|
MoveCommand(java.util.Collection<OsmPrimitive> objects,
EastNorth start,
EastNorth end)
|
|
MoveCommand(OsmPrimitive p,
EastNorth start,
EastNorth end)
|
|
RotateCommand(java.util.Collection<OsmPrimitive> objects,
EastNorth currentEN)
Creates a RotateCommand. |
|
ScaleCommand(java.util.Collection<OsmPrimitive> objects,
EastNorth currentEN)
Creates a ScaleCommand. |
Uses of EastNorth in org.openstreetmap.josm.data |
---|
Methods in org.openstreetmap.josm.data that return EastNorth | |
---|---|
EastNorth |
ProjectionBounds.getCenter()
|
EastNorth |
ProjectionBounds.getMax()
|
EastNorth |
ProjectionBounds.getMin()
|
Methods in org.openstreetmap.josm.data with parameters of type EastNorth | |
---|---|
void |
ProjectionBounds.extend(EastNorth e)
|
Constructors in org.openstreetmap.josm.data with parameters of type EastNorth | |
---|---|
ProjectionBounds(EastNorth p)
|
|
ProjectionBounds(EastNorth center,
double east,
double north)
|
|
ProjectionBounds(EastNorth min,
EastNorth max)
Construct bounds out of two points |
Uses of EastNorth in org.openstreetmap.josm.data.coor |
---|
Fields in org.openstreetmap.josm.data.coor declared as EastNorth | |
---|---|
private EastNorth |
CachedLatLon.eastNorth
|
Methods in org.openstreetmap.josm.data.coor that return EastNorth | |
---|---|
EastNorth |
EastNorth.add(double dx,
double dy)
|
EastNorth |
EastNorth.add(EastNorth other)
|
EastNorth |
EastNorth.getCenter(EastNorth en2)
|
EastNorth |
CachedLatLon.getEastNorth()
Replies the projected east/north coordinates. |
EastNorth |
EastNorth.interpolate(EastNorth en2,
double proportion)
|
EastNorth |
EastNorth.rotate(EastNorth pivot,
double angle)
Returns an EastNorth representing the this EastNorth rotated around a given EastNorth by a given angle |
EastNorth |
EastNorth.scale(double s)
|
EastNorth |
EastNorth.sub(EastNorth en)
|
Methods in org.openstreetmap.josm.data.coor with parameters of type EastNorth | |
---|---|
EastNorth |
EastNorth.add(EastNorth other)
|
double |
EastNorth.distance(EastNorth en2)
|
boolean |
EastNorth.equalsEpsilon(EastNorth other,
double e)
Compares two EastNorth values |
EastNorth |
EastNorth.getCenter(EastNorth en2)
|
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)
|
EastNorth |
EastNorth.rotate(EastNorth pivot,
double angle)
Returns an EastNorth representing the this EastNorth rotated around a given EastNorth by a given angle |
void |
CachedLatLon.setEastNorth(EastNorth eastNorth)
|
EastNorth |
EastNorth.sub(EastNorth en)
|
Constructors in org.openstreetmap.josm.data.coor with parameters of type EastNorth | |
---|---|
CachedLatLon(EastNorth eastNorth)
|
Uses of EastNorth in org.openstreetmap.josm.data.gpx |
---|
Methods in org.openstreetmap.josm.data.gpx that return EastNorth | |
---|---|
EastNorth |
WayPoint.getEastNorth()
Replies the projected east/north coordinates. |
Uses of EastNorth in org.openstreetmap.josm.data.imagery |
---|
Methods in org.openstreetmap.josm.data.imagery that return EastNorth | |
---|---|
EastNorth |
GeorefImage.getMax()
|
EastNorth |
GeorefImage.getMin()
|
Uses of EastNorth in org.openstreetmap.josm.data.osm |
---|
Methods in org.openstreetmap.josm.data.osm that return EastNorth | |
---|---|
EastNorth |
INode.getEastNorth()
|
EastNorth |
NodeData.getEastNorth()
|
EastNorth |
Node.getEastNorth()
Replies the projected east/north coordinates. |
Methods in org.openstreetmap.josm.data.osm with parameters of type EastNorth | |
---|---|
(package private) void |
DataSet.fireNodeMoved(Node node,
LatLon newCoor,
EastNorth eastNorth)
|
private void |
DataSet.reindexNode(Node node,
LatLon newCoor,
EastNorth eastNorth)
|
protected void |
Node.setCoorInternal(LatLon coor,
EastNorth eastNorth)
To be used only by Dataset.reindexNode |
void |
INode.setEastNorth(EastNorth eastNorth)
|
void |
NodeData.setEastNorth(EastNorth eastNorth)
|
void |
Node.setEastNorth(EastNorth eastNorth)
|
private void |
Node.updateCoor(LatLon coor,
EastNorth eastNorth)
|
Constructors in org.openstreetmap.josm.data.osm with parameters of type EastNorth | |
---|---|
Node(EastNorth eastNorth)
Constructs a new Node 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 | |
---|---|
void |
BoundingXYVisitor.visit(EastNorth eastNorth)
|
Uses of EastNorth in org.openstreetmap.josm.data.projection |
---|
Methods in org.openstreetmap.josm.data.projection that return EastNorth | |
---|---|
EastNorth |
Epsg4326.latlon2eastNorth(LatLon p)
|
EastNorth |
AbstractProjection.latlon2eastNorth(LatLon ll)
|
EastNorth |
Projection.latlon2eastNorth(LatLon p)
Convert from lat/lon to northing/easting. |
static EastNorth |
Projections.project(LatLon ll)
|
Methods in org.openstreetmap.josm.data.projection with parameters of type EastNorth | |
---|---|
LatLon |
Epsg4326.eastNorth2latlon(EastNorth p)
|
LatLon |
AbstractProjection.eastNorth2latlon(EastNorth en)
|
LatLon |
Projection.eastNorth2latlon(EastNorth p)
Convert from norting/easting to lat/lon. |
static LatLon |
Projections.inverseProject(EastNorth en)
|
Uses of EastNorth in org.openstreetmap.josm.gui |
---|
Fields in org.openstreetmap.josm.gui declared as EastNorth | |
---|---|
protected EastNorth |
NavigatableComponent.center
Center n/e coordinate of the desired screen center. |
private EastNorth |
MapMover.mousePosMove
The point in the map that was the under the mouse point when moving around started. |
Methods in org.openstreetmap.josm.gui that return EastNorth | |
---|---|
private EastNorth |
NavigatableComponent.calculateDefaultCenter()
|
EastNorth |
NavigatableComponent.getCenter()
|
EastNorth |
NavigatableComponent.ZoomData.getCenterEastNorth()
|
EastNorth |
NavigatableComponent.getEastNorth(int x,
int y)
|
Methods in org.openstreetmap.josm.gui with parameters of type EastNorth | |
---|---|
java.awt.Point |
NavigatableComponent.getPoint(EastNorth p)
|
java.awt.geom.Point2D |
NavigatableComponent.getPoint2D(EastNorth p)
Return the point on the screen where this Coordinate would be. |
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. |
private void |
NavigatableComponent.zoomNoUndoTo(EastNorth newCenter,
double newScale)
Zoom to the given coordinate without adding to the zoom undo buffer. |
void |
NavigatableComponent.zoomTo(EastNorth newCenter)
|
void |
NavigatableComponent.zoomTo(EastNorth newCenter,
double newScale)
Zoom to the given coordinate. |
void |
NavigatableComponent.zoomToFactor(EastNorth newCenter,
double factor)
|
Constructors in org.openstreetmap.josm.gui with parameters of type EastNorth | |
---|---|
NavigatableComponent.ZoomData(EastNorth center,
double scale)
|
Uses of EastNorth in org.openstreetmap.josm.gui.dialogs |
---|
Fields in org.openstreetmap.josm.gui.dialogs declared as EastNorth | |
---|---|
private EastNorth |
LatLonDialog.eastNorthCoordinates
|
Methods in org.openstreetmap.josm.gui.dialogs that return EastNorth | |
---|---|
EastNorth |
LatLonDialog.getEastNorthCoordinates()
|
private static EastNorth |
LatLonDialog.parseEastNorth(java.lang.String s)
|
Uses of EastNorth in org.openstreetmap.josm.gui.layer |
---|
Fields in org.openstreetmap.josm.gui.layer declared as EastNorth | |
---|---|
(package private) EastNorth |
TMSLayer.DeepTileSet.botRight
|
(package private) EastNorth |
ImageryLayer.OffsetServerThread.oldCenter
|
(package private) EastNorth |
TMSLayer.DeepTileSet.topLeft
|
Methods in org.openstreetmap.josm.gui.layer that return EastNorth | |
---|---|
EastNorth |
WMSLayer.getEastNorth(int xIndex,
int yIndex)
|
Methods in org.openstreetmap.josm.gui.layer with parameters of type EastNorth | |
---|---|
GeorefImage |
WMSLayer.findImage(EastNorth eastNorth)
|
private Coordinate |
TMSLayer.getShiftedCoord(EastNorth en)
|
private LatLon |
TMSLayer.getShiftedLatLon(EastNorth en)
|
WayPoint |
GpxLayer.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 |
Constructors in org.openstreetmap.josm.gui.layer with parameters of type EastNorth | |
---|---|
TMSLayer.DeepTileSet(EastNorth topLeft,
EastNorth botRight,
int minZoom,
int maxZoom)
|
|
TMSLayer.TileSet(EastNorth topLeft,
EastNorth botRight,
int zoom)
Create a TileSet by EastNorth bbox taking a layer shift in account |
Uses of EastNorth in org.openstreetmap.josm.gui.layer.markerlayer |
---|
Methods in org.openstreetmap.josm.gui.layer.markerlayer that return EastNorth | |
---|---|
EastNorth |
Marker.getEastNorth()
|
Methods in org.openstreetmap.josm.gui.layer.markerlayer with parameters of type EastNorth | |
---|---|
void |
PlayHeadMarker.drag(EastNorth en)
apply the new position resulting from a drag in progress |
void |
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)
|
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.imagery |
---|
Methods in org.openstreetmap.josm.io.imagery that return EastNorth | |
---|---|
EastNorth |
OsmosnimkiOffsetServer.getOffset(ImageryInfo info,
EastNorth en)
|
EastNorth |
OffsetServer.getOffset(ImageryInfo info,
EastNorth en)
|
Methods in org.openstreetmap.josm.io.imagery with parameters of type EastNorth | |
---|---|
EastNorth |
OsmosnimkiOffsetServer.getOffset(ImageryInfo info,
EastNorth en)
|
EastNorth |
OffsetServer.getOffset(ImageryInfo info,
EastNorth en)
|
Uses of EastNorth in org.openstreetmap.josm.tools |
---|
Methods in org.openstreetmap.josm.tools that return EastNorth | |
---|---|
static EastNorth |
Geometry.closestPointToLine(EastNorth lineP1,
EastNorth lineP2,
EastNorth point)
|
static EastNorth |
Geometry.closestPointToSegment(EastNorth segmentP1,
EastNorth segmentP2,
EastNorth point)
Calculates closest point to a line segment. |
static EastNorth |
Geometry.getCentroid(java.util.List<Node> nodes)
|
static EastNorth |
Geometry.getLineLineIntersection(EastNorth p1,
EastNorth p2,
EastNorth p3,
EastNorth p4)
Finds the intersection of two lines of infinite length. |
static EastNorth |
Geometry.getSegmentAltituteIntersection(EastNorth sp1,
EastNorth sp2,
EastNorth ap)
Returns the coordinate of intersection of segment sp1-sp2 and an altitude to it starting at point ap. |
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 | |
---|---|
static boolean |
Geometry.angleIsClockwise(EastNorth commonNode,
EastNorth firstNode,
EastNorth secondNode)
This method tests if secondNode is clockwise to first node. |
static EastNorth |
Geometry.closestPointToLine(EastNorth lineP1,
EastNorth lineP2,
EastNorth point)
|
static EastNorth |
Geometry.closestPointToSegment(EastNorth segmentP1,
EastNorth segmentP2,
EastNorth point)
Calculates closest point to a line segment. |
static double |
Geometry.getCornerAngle(EastNorth p1,
EastNorth p2,
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 EastNorth |
Geometry.getSegmentAltituteIntersection(EastNorth sp1,
EastNorth sp2,
EastNorth ap)
Returns the coordinate of intersection of segment sp1-sp2 and an altitude to it starting at point ap. |
static double |
Geometry.getSegmentAngle(EastNorth p1,
EastNorth p2)
Returns angle of a segment defined with 2 point coordinates. |
static 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |