|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.geodata.maputil.MapCoordCalc
public class MapCoordCalc
Class for projecting and unprojection coordinates.
| Constructor Summary | |
|---|---|
MapCoordCalc()
Creates a new instance of MapCoordCalc. |
|
| Method Summary | |
|---|---|
MapPoint |
DD2UTM(double lon,
double lat)
Converts a point in decimal degrees to the "optimal" UTM zone. |
MapPoint |
DD2UTM(double lon,
double lat,
int utmZone)
Converts a point in decimal degrees to the given UTM zone. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapCoordCalc()
| Method Detail |
|---|
public MapPoint DD2UTM(double lon,
double lat)
lon - Longitude (X) of the point to convert.lat - Latitude (Y) of the point to convert.
public MapPoint DD2UTM(double lon,
double lat,
int utmZone)
lon - Longitude (X) of the point to convert.lat - Latitude (Y) of the point to convert.utmZone - UTM zone used in the projection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||