Uses of Class
ucar.unidata.geoloc.LatLonPointImpl

Packages that use LatLonPointImpl
ucar.unidata.geoloc Support library for georeferencing coordinate systems and transformations. 
ucar.unidata.geoloc.projection Implementations of coordinate projection transformations. 
 

Uses of LatLonPointImpl in ucar.unidata.geoloc
 

Methods in ucar.unidata.geoloc that return LatLonPointImpl
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(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
 

Methods in ucar.unidata.geoloc with parameters of type LatLonPointImpl
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(LatLonPoint pt1, double az, double dist, LatLonPointImpl result)
          Calculate a position given an azimuth and distance from another point.
 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.
 

Uses of LatLonPointImpl in ucar.unidata.geoloc.projection
 

Methods in ucar.unidata.geoloc.projection with parameters of type LatLonPointImpl
 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 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 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 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 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 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 RotatedLatLon.projToLatLon(ProjectionPoint ppt, LatLonPointImpl destPoint)
          Transform a rotated longitude (X) and rotated latitude (Y) into a "real" longitude-latitude pair.
 LatLonPoint RotatedPole.projToLatLon(ProjectionPoint ppt, LatLonPointImpl destPoint)
          Transform a rotated longitude (X) and rotated latitude (Y) into a "real" longitude-latitude pair.
 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 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 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 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.