| Package | Description |
|---|---|
| ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
| ucar.nc2.iosp.mcidas | |
| ucar.unidata.geoloc |
Support library for georeferencing coordinate systems and transformations.
|
| ucar.unidata.geoloc.projection |
Implementations of coordinate projection transformations.
|
| ucar.unidata.geoloc.projection.proj4 | |
| ucar.unidata.geoloc.projection.sat |
| Modifier and Type | Field and Description |
|---|---|
protected LatLonPointImpl |
SequenceHelper.SeqPointObs.llpt |
protected LatLonPointImpl |
RecordDatasetHelper.RecordPointObs.llpt |
protected LatLonPointImpl |
DapperDataset.SeqPointObs.llpt |
| Modifier and Type | Method and Description |
|---|---|
LatLonPoint |
McIDASAreaProjection.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint
Note: a new object is not created on each call for the return value.
|
| Modifier and Type | Method and Description |
|---|---|
static LatLonPointImpl |
Bearing.findPoint(double lat1,
double lon1,
double az,
double dist,
LatLonPointImpl result)
Calculate a position given an azimuth and distance from
another point.
|
static LatLonPointImpl |
Bearing.findPoint(Earth e,
double lat1,
double lon1,
double az,
double dist,
LatLonPointImpl result)
Calculate a position given an azimuth and distance from
another point.
|
static LatLonPointImpl |
Bearing.findPoint(Earth e,
LatLonPoint pt1,
double az,
double dist,
LatLonPointImpl result)
Calculate a position given an azimuth and distance from
another point.
|
static LatLonPointImpl |
Bearing.findPoint(LatLonPoint pt1,
double az,
double dist,
LatLonPointImpl result)
Calculate a position given an azimuth and distance from
another point.
|
LatLonPointImpl |
LatLonRect.getLowerLeftPoint()
Get the lower left corner of the bounding box.
|
LatLonPointImpl |
LatLonRect.getLowerRightPoint()
Get the lower left corner of the bounding box.
|
LatLonPointImpl |
LatLonRect.getUpperLeftPoint()
Get the upper left corner of the bounding box.
|
LatLonPointImpl |
LatLonRect.getUpperRightPoint()
Get the upper right corner of the bounding box.
|
LatLonPointImpl |
ProjectionImpl.projToLatLon(double x,
double y)
Convert a projection coordinate to a LatLonPoint
Note: a new object is now created on each call for the return value, as of 4.0.46
|
| Modifier and Type | Method and Description |
|---|---|
static LatLonPointImpl |
Bearing.findPoint(double lat1,
double lon1,
double az,
double dist,
LatLonPointImpl result)
Calculate a position given an azimuth and distance from
another point.
|
static LatLonPointImpl |
Bearing.findPoint(Earth e,
double lat1,
double lon1,
double az,
double dist,
LatLonPointImpl result)
Calculate a position given an azimuth and distance from
another point.
|
static LatLonPointImpl |
Bearing.findPoint(Earth e,
LatLonPoint pt1,
double az,
double dist,
LatLonPointImpl result)
Calculate a position given an azimuth and distance from
another point.
|
static LatLonPointImpl |
Bearing.findPoint(LatLonPoint pt1,
double az,
double dist,
LatLonPointImpl result)
Calculate a position given an azimuth and distance from
another point.
|
abstract LatLonPoint |
ProjectionImpl.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl destPoint)
Convert projection coordinates to a LatLonPoint
Note: a new object is not created on each call for the return value.
|
LatLonPoint |
Projection.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint.
|
| Modifier and Type | Method and Description |
|---|---|
LatLonPoint |
VerticalPerspectiveView.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint
Note: a new object is not created on each call for the return value.
|
LatLonPoint |
UtmProjection.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint
Note: a new object is not created on each call for the return value.
|
LatLonPoint |
TransverseMercator.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint
Note: a new object is not created on each call for the return value.
|
LatLonPoint |
Stereographic.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint
Note: a new object is not created on each call for the return value.
|
LatLonPoint |
RotatedPole.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl destPoint)
Transform a rotated longitude (X) and rotated latitude (Y) into a "real"
longitude-latitude pair.
|
LatLonPoint |
RotatedLatLon.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl destPoint)
Transform a rotated longitude (X) and rotated latitude (Y) into a "real"
longitude-latitude pair.
|
LatLonPoint |
ProjectionAdapter.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint
Note: a new object is not created on each call for the return value.
|
LatLonPoint |
Orthographic.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint
Note: a new object is not created on each call for the return value.
|
LatLonPoint |
Mercator.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint
Note: a new object is not created on each call for the return value.
|
LatLonPoint |
LatLonProjection.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint
Note: a new object is not created on each call for the return value.
|
LatLonPoint |
LambertConformal.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint
Note: a new object is not created on each call for the return value.
|
LatLonPoint |
LambertAzimuthalEqualArea.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint
Note: a new object is not created on each call for the return value.
|
LatLonPoint |
FlatEarth.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint
Note: a new object is not created on each call for the return value.
|
LatLonPoint |
AlbersEqualArea.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint
Note: a new object is not created on each call for the return value.
|
| Modifier and Type | Method and Description |
|---|---|
LatLonPoint |
TransverseMercatorProjection.projToLatLon(ProjectionPoint world,
LatLonPointImpl result) |
LatLonPoint |
StereographicAzimuthalProjection.projToLatLon(ProjectionPoint world,
LatLonPointImpl result) |
LatLonPoint |
LambertConformalConicEllipse.projToLatLon(ProjectionPoint world,
LatLonPointImpl result) |
LatLonPoint |
AlbersEqualAreaEllipse.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint
Note: a new object is not created on each call for the return value.
|
| Modifier and Type | Method and Description |
|---|---|
LatLonPoint |
MSGnavigation.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl destPoint) |