|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.data.projection.AbstractProjection
org.openstreetmap.josm.data.projection.Lambert93
public class Lambert93
Lambert 93 projection as specified by the IGN in this document http://professionnels.ign.fr/DISPLAY/000/526/702/5267026/NTG_87.pdf
Field Summary |
---|
Fields inherited from class org.openstreetmap.josm.data.projection.AbstractProjection |
---|
datum, ellps, k_0, lon_0, proj, x_0, y_0 |
Constructor Summary | |
---|---|
Lambert93()
|
Method Summary | |
---|---|
java.lang.String |
getCacheDirectoryName()
Get a filename compatible string (for the cache directory) |
java.lang.Integer |
getEpsgCode()
|
Bounds |
getWorldBoundsLatLon()
Get the bounds of the world |
java.lang.String |
toString()
Describe the projection converter in one or two words. |
Methods inherited from class org.openstreetmap.josm.data.projection.AbstractProjection |
---|
convertDegreeMinuteSecond, convertMinuteSecond, dump, eastNorth2latlon, getCentralMeridian, getDatum, getDefaultZoomInPPD, getEllipsoid, getFalseEasting, getFalseNorthing, getProj, getScaleFactor, latlon2eastNorth, toCode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Lambert93()
Method Detail |
---|
public java.lang.String getCacheDirectoryName()
Projection
public Bounds getWorldBoundsLatLon()
Projection
public java.lang.Integer getEpsgCode()
getEpsgCode
in class AbstractProjection
public java.lang.String toString()
Projection
toString
in interface Projection
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |