JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openstreetmap.gui.jmapviewer.interfaces
Interface IProjected
All Known Implementing Classes:
Projected
public interface
IProjected
Projected coordinates (east / north space). For most projections, one unit in projected space is roughly one meter, but can also be degrees or feet.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
getEast
()
Returns easting.
double
getNorth
()
Returns northing.
Method Detail
getEast
double
getEast
()
Returns easting.
Returns:
easting
getNorth
double
getNorth
()
Returns northing.
Returns:
northing
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
JOSM