org.mbari.gis.util
Class GisUtil

java.lang.Object
  extended byorg.mbari.gis.util.GisUtil

public class GisUtil
extends java.lang.Object

Static methods useful for GIS Applications


Version:
: $Revision: 1.2 $

The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement. This information should not be published or distributed to third parties without specific written permission from MBARI.


Copyright 2002 MBARI.
MBARI Proprietary Information. All rights reserved.



Author:
: $Author: brian $

Method Summary
static java.awt.geom.Point2D geoToUtm(double longitude, double latitude, int ZoneNumber)
          Converts a set of Longitude and Latitude co-ordinates to UTM for the WGS84 ellipsoid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

geoToUtm

public static final java.awt.geom.Point2D geoToUtm(double longitude,
                                                   double latitude,
                                                   int ZoneNumber)
Converts a set of Longitude and Latitude co-ordinates to UTM for the WGS84 ellipsoid

Returns:
A java.awt.Point where getX() returns the Eastings and getY() returns the Northings