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 Provides projection classes. 
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<OMText> labelTree)
           
protected  OMGraphicList UTMGridPlugIn.createEquiDistanceLines(UTMPoint utm, int gridLineInterval)
          Called to create 100km distance grid lines.
 

Uses of UTMPoint in com.bbn.openmap.proj
 

Methods in com.bbn.openmap.proj with parameters of type UTMPoint
 java.awt.geom.Point2D UTMProjection.forward(double lat, double lon, java.awt.geom.Point2D pt, boolean isRadian, UTMPoint utmPoint)
           
 

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.tmpUTM
           
 

Methods in com.bbn.openmap.proj.coords that return UTMPoint
 UTMPoint UTMGCT.getUtm()
           
static UTMPoint UTMPoint.LLtoUTM(LatLonPoint llpoint)
          Converts a LatLonPoint to a UTM Point, assuming the WGS_84 ellipsoid.
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 UTMPoint UTMPoint.LLtoUTM(LatLonPoint llpoint, UTMPoint utmpoint)
          Converts a LatLonPoint to a UTM Point.
 

Methods in com.bbn.openmap.proj.coords with parameters of type UTMPoint
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 UTMPoint UTMPoint.LLtoUTM(LatLonPoint llpoint, UTMPoint utmpoint)
          Converts a LatLonPoint to a UTM Point.
 void UTMGCT.setUtm(UTMPoint utm)
           
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
UTMGCT(UTMPoint utmPoint)
           
UTMPoint(UTMPoint point)
          Constructs a new UTMPoint instance from values in another UTMPoint.
ZonedUTMPoint(UTMPoint point)
          Constructor pass-through.
 



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