| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
ProjectionPoint |
McIDASAreaProjection.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
McIDASAreaProjection.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
This returns true when the line between pt1 and pt2 crosses the seam.
|
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 | Class and Description |
|---|---|
class |
ProjectionPointImpl
Our implementation of ProjectionPoint,
that subclasses java.awt.geom.Point2D to add serialization.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionPoint |
ProjectionRect.getLowerLeftPoint()
Get the Lower Right Point (same as getMinPoint)
|
ProjectionPoint |
ProjectionRect.getLowerRightPoint()
Get the Lower Right Point
|
ProjectionPoint |
ProjectionRect.getMaxPoint()
Get the maximum corner of the bounding box.
|
ProjectionPoint |
ProjectionRect.getMinPoint()
Get the minimum corner of the bounding box.
|
ProjectionPoint |
ProjectionRect.getUpperLeftPoint()
Get the Upper Left Point
|
ProjectionPoint |
ProjectionRect.getUpperRightPoint()
Get the Upper Left Point (same as getMaxPoint)
|
ProjectionPoint |
ProjectionImpl.latLonToProj(LatLonPoint latLon)
Convert a LatLonPoint to projection coordinates
Note: a new object is now created on each call for the return value, as of 4.0.46
|
abstract ProjectionPoint |
ProjectionImpl.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl destPoint)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
Projection.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
ProjectionImpl.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
Does the line between these two points cross the projection "seam".
|
boolean |
Projection.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
Does the line between these two points cross the projection "seam", which
is a discontinuity in the function latlon <-> projection plane
|
boolean |
ProjectionPointImpl.equals(ProjectionPoint pt)
Returns true if this represents the same point as pt.
|
boolean |
ProjectionPoint.equals(ProjectionPoint pt)
Check for equality with the point in question
|
static boolean |
ProjectionPointImpl.isInfinite(ProjectionPoint pt)
See if either coordinate in
pt is +/- infinite. |
LatLonPoint |
ProjectionImpl.projToLatLon(ProjectionPoint ppt)
Convert projection coordinates to a LatLonPoint
Note: a new object is now created on each call for the return value, as of 4.0.46
|
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.
|
void |
ProjectionPointImpl.setLocation(ProjectionPoint pt)
set x,y location from pt
|
| Constructor and Description |
|---|
ProjectionPointImpl(ProjectionPoint pt)
Constructor that copies ProjectionPoint values into this.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionPoint |
VerticalPerspectiveView.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
UtmProjection.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
TransverseMercator.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
Stereographic.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
RotatedPole.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl destPoint)
Transform a "real" longitude and latitude into the rotated longitude (X) and
rotated latitude (Y).
|
ProjectionPoint |
RotatedLatLon.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl destPoint)
Transform a "real" longitude and latitude into the rotated longitude (X) and
rotated latitude (Y).
|
ProjectionPoint |
ProjectionAdapter.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
Orthographic.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
Mercator.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
LatLonProjection.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
LambertConformal.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
LambertAzimuthalEqualArea.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
FlatEarth.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
AlbersEqualArea.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
VerticalPerspectiveView.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
This returns true when the line between pt1 and pt2 crosses the seam.
|
boolean |
UtmProjection.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
Does the line between these two points cross the projection "seam".
|
boolean |
TransverseMercator.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
Does the line between these two points cross the projection "seam".
|
boolean |
Stereographic.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
Does the line between these two points cross the projection "seam".
|
boolean |
RotatedPole.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2) |
boolean |
RotatedLatLon.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
Unknown usage
|
boolean |
ProjectionAdapter.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
Does the line between these two points cross the projection "seam".
|
boolean |
Orthographic.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
This returns true when the line between pt1 and pt2 crosses the seam.
|
boolean |
Mercator.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
Does the line between these two points cross the projection "seam".
|
boolean |
LatLonProjection.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
Does the line between these two points cross the projection "seam".
|
boolean |
LambertConformal.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
This returns true when the line between pt1 and pt2 crosses the seam.
|
boolean |
LambertAzimuthalEqualArea.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
This returns true when the line between pt1 and pt2 crosses the seam.
|
boolean |
FlatEarth.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
This returns true when the line between pt1 and pt2 crosses the seam.
|
boolean |
AlbersEqualArea.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
This returns true when the line between pt1 and pt2 crosses the seam.
|
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 |
|---|---|
ProjectionPoint |
TransverseMercatorProjection.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl destPoint) |
ProjectionPoint |
StereographicAzimuthalProjection.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl destPoint) |
ProjectionPoint |
LambertConformalConicEllipse.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result) |
ProjectionPoint |
AlbersEqualAreaEllipse.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TransverseMercatorProjection.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2) |
boolean |
StereographicAzimuthalProjection.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2) |
boolean |
LambertConformalConicEllipse.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
This returns true when the line between pt1 and pt2 crosses the seam.
|
boolean |
AlbersEqualAreaEllipse.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
This returns true when the line between pt1 and pt2 crosses the seam.
|
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 |
|---|---|
ProjectionPoint |
MSGnavigation.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl destPoint) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MSGnavigation.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2) |
LatLonPoint |
MSGnavigation.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl destPoint) |