Uses of Class
ucar.unidata.geoloc.LatLonPointImpl

Packages that use LatLonPointImpl
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   
 

Uses of LatLonPointImpl in ucar.nc2.dt.point
 

Fields in ucar.nc2.dt.point declared as LatLonPointImpl
protected  LatLonPointImpl RecordDatasetHelper.RecordPointObs.llpt
           
protected  LatLonPointImpl DapperDataset.SeqPointObs.llpt
           
protected  LatLonPointImpl SequenceHelper.SeqPointObs.llpt
           
 

Uses of LatLonPointImpl in ucar.nc2.iosp.mcidas
 

Methods in ucar.nc2.iosp.mcidas with parameters of type LatLonPointImpl
 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 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(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
 

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(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.
 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 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 LatLonPointImpl in ucar.unidata.geoloc.projection.proj4
 

Methods in ucar.unidata.geoloc.projection.proj4 with parameters of type LatLonPointImpl
 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 LatLonPointImpl in ucar.unidata.geoloc.projection.sat
 

Methods in ucar.unidata.geoloc.projection.sat with parameters of type LatLonPointImpl
 LatLonPoint MSGnavigation.projToLatLon(ProjectionPoint ppt, LatLonPointImpl destPoint)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.