|
||||||||||
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.UTM_France_DOM
public class UTM_France_DOM
This class implements all projections for French departements in the Caribbean Sea and Indian Ocean using the UTM transvers Mercator projection and specific geodesic settings.
Field Summary | |
---|---|
int |
currentGeodesic
|
static int |
DEFAULT_GEODESIC
|
private static Bounds |
FortMarigotBounds
|
private static Datum |
FortMarigotDatum
|
private static java.lang.Integer |
FortMarigotEPSG
|
private static Bounds |
GuyaneBounds
|
private static Datum |
GuyaneDatum
|
private static java.lang.Integer |
GuyaneEPSG
|
private boolean |
isNorth
whether north or south hemisphere |
private static Bounds |
MartiniqueBounds
|
private static Datum |
MartiniqueDatum
|
private static java.lang.Integer |
MartiniqueEPSG
|
private static Bounds |
ReunionBounds
|
private static Datum |
ReunionDatum
|
private static java.lang.Integer |
ReunionEPSG
|
private static Bounds |
SainteAnneBounds
|
private static Datum |
SainteAnneDatum
|
private static java.lang.Integer |
SainteAnneEPSG
|
private static Bounds[] |
utmBounds
|
private static Datum[] |
utmDatums
|
static java.lang.Integer[] |
utmEPSGs
|
private static int[] |
utmZones
|
private static int |
zone
UTM zone (from 1 to 60) |
Fields inherited from class org.openstreetmap.josm.data.projection.AbstractProjection |
---|
datum, ellps, k_0, lon_0, proj, x_0, y_0 |
Constructor Summary | |
---|---|
UTM_France_DOM()
|
|
UTM_France_DOM(int currentGeodesic)
|
Method Summary | |
---|---|
java.lang.String |
getCacheDirectoryName()
Get a filename compatible string (for the cache directory) |
int |
getCurrentGeodesic()
|
java.lang.Integer |
getEpsgCode()
|
Bounds |
getWorldBoundsLatLon()
Get the bounds of the world |
int |
hashCode()
|
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, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final Bounds FortMarigotBounds
private static final Bounds SainteAnneBounds
private static final Bounds MartiniqueBounds
private static final Bounds ReunionBounds
private static final Bounds GuyaneBounds
private static final Bounds[] utmBounds
private static final java.lang.Integer FortMarigotEPSG
private static final java.lang.Integer SainteAnneEPSG
private static final java.lang.Integer MartiniqueEPSG
private static final java.lang.Integer ReunionEPSG
private static final java.lang.Integer GuyaneEPSG
public static final java.lang.Integer[] utmEPSGs
private static final Datum FortMarigotDatum
private static final Datum SainteAnneDatum
private static final Datum MartiniqueDatum
private static final Datum ReunionDatum
private static final Datum GuyaneDatum
private static final Datum[] utmDatums
private static final int[] utmZones
private static int zone
private boolean isNorth
public static final int DEFAULT_GEODESIC
public int currentGeodesic
Constructor Detail |
---|
public UTM_France_DOM()
public UTM_France_DOM(int currentGeodesic)
Method Detail |
---|
public int getCurrentGeodesic()
public java.lang.String toString()
Projection
toString
in interface Projection
toString
in class java.lang.Object
public java.lang.String getCacheDirectoryName()
Projection
public Bounds getWorldBoundsLatLon()
Projection
public java.lang.Integer getEpsgCode()
getEpsgCode
in class AbstractProjection
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |