|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.data.projection.Epsg4326
public class Epsg4326
Directly use latitude / longitude values as x/y.
Constructor Summary | |
---|---|
Epsg4326()
|
Method Summary | |
---|---|
LatLon |
eastNorth2latlon(EastNorth p)
Convert from norting/easting to lat/lon. |
java.lang.String |
getCacheDirectoryName()
Get a filename compatible string (for the cache directory) |
double |
getDefaultZoomInPPD()
The default scale factor in east/north units per pixel ( #NavigatableComponent#scale ))
FIXME: misnomer |
Bounds |
getWorldBoundsLatLon()
Get the bounds of the world |
int |
hashCode()
|
EastNorth |
latlon2eastNorth(LatLon p)
Convert from lat/lon to northing/easting. |
java.lang.String |
toCode()
Return projection code. |
java.lang.String |
toString()
Describe the projection converter in one or two words. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Epsg4326()
Method Detail |
---|
public EastNorth latlon2eastNorth(LatLon p)
Projection
latlon2eastNorth
in interface Projection
p
- The geo point to convert. x/y members of the point are filled.public LatLon eastNorth2latlon(EastNorth p)
Projection
eastNorth2latlon
in interface Projection
p
- The geo point to convert. lat/lon members of the point are filled.public java.lang.String toString()
Projection
toString
in interface Projection
toString
in class java.lang.Object
public java.lang.String toCode()
Projection
toCode
in interface Projection
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String getCacheDirectoryName()
Projection
getCacheDirectoryName
in interface Projection
public Bounds getWorldBoundsLatLon()
Projection
getWorldBoundsLatLon
in interface Projection
public double getDefaultZoomInPPD()
Projection
#NavigatableComponent#scale
))
FIXME: misnomer
getDefaultZoomInPPD
in interface Projection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |