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.
 class ZonedUTMPoint
          A ZonedUTMPoint is a UTMPoint that handles a MGRS zone letter instead of N or S.
 

Fields in com.bbn.openmap.proj.coords declared as UTMPoint
protected  UTMPoint UTMGCT.utm
           
 

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
static UTMPoint UTMPoint.LLtoUTM(LatLonPoint llpoint, Ellipsoid ellip, UTMPoint utmPoint, int zoneNumber, boolean isNorthern)
          Converts a set of Longitude and Latitude co-ordinates to UTM given an ellipsoid and the UTM zone to use.
 UTMPoint UTMGCT.getUtm()
           
 

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 UTMPoint UTMPoint.LLtoUTM(LatLonPoint llpoint, Ellipsoid ellip, UTMPoint utmPoint, int zoneNumber, boolean isNorthern)
          Converts a set of Longitude and Latitude co-ordinates to UTM given an ellipsoid and the UTM zone to use.
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.
 void UTMGCT.setUtm(UTMPoint utm)
           
 

Constructors in com.bbn.openmap.proj.coords with parameters of type UTMPoint
ZonedUTMPoint(UTMPoint point)
          Constructor pass-through.
UTMPoint(UTMPoint point)
          Contructs a new UTMPoint instance from values in another UTMPoint.
UTMGCT(UTMPoint utmPoint)
           
 



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