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

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

Uses of MGRSPoint in com.bbn.openmap.plugin
 

Methods in com.bbn.openmap.plugin with parameters of type MGRSPoint
protected  OMGeometry UTMGridPlugIn.createMGRSRectangle(MGRSPoint mgrsBasePoint, double voffset, double hoffset, double interval, Ellipsoid ellipsoid)
          Create a polygon representing an equi-distant area, at a meters offset with a meters interval.
 

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

Methods in com.bbn.openmap.proj.coords that return MGRSPoint
static MGRSPoint MGRSPoint.LLtoMGRS(LatLonPoint llpoint)
          Converts a LatLonPoint to a MGRS Point, assuming the WGS_84 ellipsoid.
static MGRSPoint MGRSPoint.LLtoMGRS(LatLonPoint llp, Ellipsoid ellip, MGRSPoint mgrsp)
          Create a MGRSPoint from a LatLonPoint.
static MGRSPoint MGRSPoint.LLtoMGRS(LatLonPoint llpoint, MGRSPoint mgrsp)
          Converts a LatLonPoint to a MGRS Point.
 

Methods in com.bbn.openmap.proj.coords with parameters of type MGRSPoint
static MGRSPoint MGRSPoint.LLtoMGRS(LatLonPoint llp, Ellipsoid ellip, MGRSPoint mgrsp)
          Create a MGRSPoint from a LatLonPoint.
static MGRSPoint MGRSPoint.LLtoMGRS(LatLonPoint llpoint, MGRSPoint mgrsp)
          Converts a LatLonPoint to a MGRS Point.
static LatLonPoint MGRSPoint.MGRStoLL(MGRSPoint mgrsp, Ellipsoid ellip, LatLonPoint llp)
          Create a LatLonPoint from a MGRSPoint.
 

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



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