Package | Description |
---|---|
com.bbn.openmap.plugin |
Provides support for writing OpenMap PlugIns.
|
com.bbn.openmap.proj |
Provides projection classes.
|
com.bbn.openmap.proj.coords |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Point2D |
UTMProjection.forward(double lat,
double lon,
java.awt.geom.Point2D pt,
boolean isRadian,
UTMPoint utmPoint) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected UTMPoint |
UTMGCT.tmpUTM |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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