Uses of Interface
ucar.unidata.geoloc.LatLonPoint

Packages that use LatLonPoint
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 LatLonPoint in ucar.unidata.geoloc
 

Classes in ucar.unidata.geoloc that implement LatLonPoint
 class LatLonPointImpl
          Standard implementation of LatLonPoint.
 

Methods in ucar.unidata.geoloc that return LatLonPoint
 LatLonPoint EarthLocationImpl.getLatLon()
          Get the lat/lon location
 LatLonPoint EarthLocation.getLatLon()
          Get the lat/lon location
 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.
 

Methods in ucar.unidata.geoloc with parameters of type LatLonPoint
static Bearing Bearing.calculateBearing(Earth e, LatLonPoint pt1, LatLonPoint pt2, Bearing result)
          Calculate the bearing between the 2 points.
static Bearing Bearing.calculateBearing(LatLonPoint pt1, LatLonPoint pt2, Bearing result)
          Calculate the bearing between the 2 points.
 boolean LatLonRect.contains(LatLonPoint p)
          Determine if a specified LatLonPoint is contained in this bounding box.
 boolean LatLonPointImpl.equals(LatLonPoint pt)
          Check for equality with another point.
 boolean LatLonPoint.equals(LatLonPoint pt)
          Returns true if this represents the same point as pt.
 void LatLonRect.extend(LatLonPoint p)
          Extend the bounding box to contain this 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.
 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.
 void LatLonPointImpl.set(LatLonPoint pt)
          set lat, lon using values of pt
 

Constructors in ucar.unidata.geoloc with parameters of type LatLonPoint
LatLonPointImpl(LatLonPoint pt)
          Copy Constructor.
LatLonRect(LatLonPoint p1, double deltaLat, double deltaLon)
          Construct a lat/lon bounding box from a point, and a delta lat, lon.
LatLonRect(LatLonPoint left, LatLonPoint right)
          Construct a lat/lon bounding box from two points.
 

Uses of LatLonPoint in ucar.unidata.geoloc.projection
 

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

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

Uses of LatLonPoint in ucar.unidata.geoloc.projection.proj4
 

Methods in ucar.unidata.geoloc.projection.proj4 that return LatLonPoint
 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.
 

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

Uses of LatLonPoint in ucar.unidata.geoloc.projection.sat
 

Methods in ucar.unidata.geoloc.projection.sat that return LatLonPoint
 LatLonPoint MSGnavigation.projToLatLon(ProjectionPoint ppt, LatLonPointImpl destPoint)
           
 

Methods in ucar.unidata.geoloc.projection.sat with parameters of type LatLonPoint
 ProjectionPoint MSGnavigation.latLonToProj(LatLonPoint latlon, ProjectionPointImpl destPoint)
           
 



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