|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
float voffset,
float hoffset,
float interval,
Ellipsoid ellipsoid)
Create a polygon representing an equidistant 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 llpoint,
MGRSPoint mgrsp)
Converts a LatLonPoint to a MGRS Point. |
static MGRSPoint |
MGRSPoint.LLtoMGRS(LatLonPoint llp,
Ellipsoid ellip,
MGRSPoint mgrsp)
Create a MGRSPoint from a LatLonPoint. |
Methods in com.bbn.openmap.proj.coords with parameters of type MGRSPoint | |
static LatLonPoint |
MGRSPoint.MGRStoLL(MGRSPoint mgrsp,
Ellipsoid ellip,
LatLonPoint llp)
Create a LatLonPoint from a MGRSPoint. |
static MGRSPoint |
MGRSPoint.LLtoMGRS(LatLonPoint llpoint,
MGRSPoint mgrsp)
Converts a LatLonPoint to a MGRS Point. |
static MGRSPoint |
MGRSPoint.LLtoMGRS(LatLonPoint llp,
Ellipsoid ellip,
MGRSPoint mgrsp)
Create a MGRSPoint from a LatLonPoint. |
Constructors in com.bbn.openmap.proj.coords with parameters of type MGRSPoint | |
MGRSPoint(MGRSPoint point)
Contructs a new MGRSPoint instance from values in another MGRSPoint. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |