|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectionPoint | |
---|---|
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 |
Uses of ProjectionPoint in ucar.nc2.iosp.mcidas |
---|
Methods in ucar.nc2.iosp.mcidas that return ProjectionPoint | |
---|---|
ProjectionPoint |
McIDASAreaProjection.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates |
Methods in ucar.nc2.iosp.mcidas with parameters of type ProjectionPoint | |
---|---|
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. |
Uses of ProjectionPoint in ucar.unidata.geoloc |
---|
Classes in ucar.unidata.geoloc that implement ProjectionPoint | |
---|---|
class |
ProjectionPointImpl
Our implementation of ProjectionPoint, that subclasses java.awt.geom.Point2D to add serialization. |
Methods in ucar.unidata.geoloc that return ProjectionPoint | |
---|---|
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 |
ProjectionPoint |
Projection.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates. |
abstract ProjectionPoint |
ProjectionImpl.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl destPoint)
Convert a LatLonPoint to projection coordinates |
Methods in ucar.unidata.geoloc with parameters of type ProjectionPoint | |
---|---|
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 |
abstract boolean |
ProjectionImpl.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
Does the line between these two points cross the projection "seam". |
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 |
LatLonPoint |
Projection.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint. |
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. |
void |
ProjectionPointImpl.setLocation(ProjectionPoint pt)
set x,y location from pt |
Constructors in ucar.unidata.geoloc with parameters of type ProjectionPoint | |
---|---|
ProjectionPointImpl(ProjectionPoint pt)
Constructor that copies ProjectionPoint values into this. |
Uses of ProjectionPoint in ucar.unidata.geoloc.projection |
---|
Methods in ucar.unidata.geoloc.projection that return ProjectionPoint | |
---|---|
ProjectionPoint |
RotatedLatLon.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl destPoint)
Transform a "real" longitude and latitude into the rotated longitude (X) and rotated latitude (Y). |
ProjectionPoint |
UtmProjection.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 |
Orthographic.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates |
ProjectionPoint |
ProjectionAdapter.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 |
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 |
ProjectionPoint |
VerticalPerspectiveView.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 |
LambertAzimuthalEqualArea.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 |
LambertConformal.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates |
ProjectionPoint |
Stereographic.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates |
Methods in ucar.unidata.geoloc.projection with parameters of type ProjectionPoint | |
---|---|
boolean |
RotatedLatLon.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
Unknown usage |
boolean |
UtmProjection.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
Does the line between these two points cross the projection "seam". |
boolean |
Mercator.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 |
ProjectionAdapter.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 |
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. |
boolean |
VerticalPerspectiveView.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
This returns true when the line between pt1 and pt2 crosses the seam. |
boolean |
TransverseMercator.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
Does the line between these two points cross the projection "seam". |
boolean |
LambertAzimuthalEqualArea.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
This returns true when the line between pt1 and pt2 crosses the seam. |
boolean |
RotatedPole.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
|
boolean |
LambertConformal.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
This returns true when the line between pt1 and pt2 crosses the seam. |
boolean |
Stereographic.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
Does the line between these two points cross the projection "seam". |
LatLonPoint |
RotatedLatLon.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl destPoint)
Transform a rotated longitude (X) and rotated latitude (Y) into a "real" longitude-latitude pair. |
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 |
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 |
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 |
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 |
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 |
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. |
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 |
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 |
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 |
RotatedPole.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl destPoint)
Transform a rotated longitude (X) and rotated latitude (Y) into a "real" longitude-latitude pair. |
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 |
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. |
Uses of ProjectionPoint in ucar.unidata.geoloc.projection.proj4 |
---|
Methods in ucar.unidata.geoloc.projection.proj4 that return ProjectionPoint | |
---|---|
ProjectionPoint |
TransverseMercatorProjection.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl destPoint)
|
ProjectionPoint |
StereographicAzimuthalProjection.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl destPoint)
|
ProjectionPoint |
AlbersEqualAreaEllipse.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
|
ProjectionPoint |
LambertConformalConicEllipse.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
|
Methods in ucar.unidata.geoloc.projection.proj4 with parameters of type ProjectionPoint | |
---|---|
boolean |
TransverseMercatorProjection.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
|
boolean |
StereographicAzimuthalProjection.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
|
boolean |
AlbersEqualAreaEllipse.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
This returns true when the line between pt1 and pt2 crosses the seam. |
boolean |
LambertConformalConicEllipse.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 |
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. |
LatLonPoint |
LambertConformalConicEllipse.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
|
Uses of ProjectionPoint in ucar.unidata.geoloc.projection.sat |
---|
Methods in ucar.unidata.geoloc.projection.sat that return ProjectionPoint | |
---|---|
ProjectionPoint |
MSGnavigation.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl destPoint)
|
Methods in ucar.unidata.geoloc.projection.sat with parameters of type ProjectionPoint | |
---|---|
boolean |
MSGnavigation.crossSeam(ProjectionPoint pt1,
ProjectionPoint pt2)
|
LatLonPoint |
MSGnavigation.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl destPoint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |