Uses of Class
com.bbn.openmap.proj.coords.UTMPoint

Packages that use UTMPoint
com.bbn.openmap.plugin Provides support for writing OpenMap PlugIns. 
com.bbn.openmap.proj.coords   
 

Uses of UTMPoint in com.bbn.openmap.plugin
 

Methods in com.bbn.openmap.plugin with parameters of type UTMPoint
protected  void UTMGridPlugIn.addLabel(LatLonPoint llp, UTMPoint utm, QuadTree labelTree)
           
protected  OMGraphicList UTMGridPlugIn.createEquiDistanceLines(UTMPoint utm, int gridLineInterval)
          Called to create 100km distance grid lines.
 

Uses of UTMPoint in com.bbn.openmap.proj.coords
 

Subclasses of UTMPoint in com.bbn.openmap.proj.coords
 class MGRSPoint
          A class representing a MGRS coordinate that has the ability to provide the decimal degree lat/lon equivalent, as well as the UTM equivalent.
 

Methods in com.bbn.openmap.proj.coords that return UTMPoint
static UTMPoint UTMPoint.LLtoUTM(LatLonPoint llpoint)
          Converts a LatLonPoint to a UTM Point, assuming the WGS_84 ellipsoid.
static UTMPoint UTMPoint.LLtoUTM(LatLonPoint llpoint, UTMPoint utmpoint)
          Converts a LatLonPoint to a UTM Point.
static UTMPoint UTMPoint.LLtoUTM(LatLonPoint llpoint, Ellipsoid ellip, UTMPoint utmpoint)
          Converts a set of Longitude and Latitude co-ordinates to UTM given an ellipsoid
 

Methods in com.bbn.openmap.proj.coords with parameters of type UTMPoint
static UTMPoint UTMPoint.LLtoUTM(LatLonPoint llpoint, UTMPoint utmpoint)
          Converts a LatLonPoint to a UTM Point.
static UTMPoint UTMPoint.LLtoUTM(LatLonPoint llpoint, Ellipsoid ellip, UTMPoint utmpoint)
          Converts a set of Longitude and Latitude co-ordinates to UTM given an ellipsoid
static LatLonPoint UTMPoint.UTMtoLL(UTMPoint utm_point, Ellipsoid ellip, LatLonPoint llpoint)
          Converts UTM coords to lat/long given an ellipsoid given an instance of UTMPoint.
 

Constructors in com.bbn.openmap.proj.coords with parameters of type UTMPoint
UTMPoint(UTMPoint point)
          Contructs a new UTMPoint instance from values in another UTMPoint.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details