Package | Description |
---|---|
com.bbn.openmap.plugin |
Provides support for writing OpenMap PlugIns.
|
com.bbn.openmap.proj.coords |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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