Uses of Class
ucar.unidata.geoloc.ProjectionPointImpl

Packages that use ProjectionPointImpl
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 ProjectionPointImpl in ucar.nc2.iosp.mcidas
 

Methods in ucar.nc2.iosp.mcidas with parameters of type ProjectionPointImpl
 ProjectionPoint McIDASAreaProjection.latLonToProj(LatLonPoint latLon, ProjectionPointImpl result)
          Convert a LatLonPoint to projection coordinates
 

Uses of ProjectionPointImpl in ucar.unidata.geoloc
 

Methods in ucar.unidata.geoloc that return ProjectionPointImpl
 ProjectionPointImpl ProjectionImpl.latLonToProj(double lat, double lon)
          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
 

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

Uses of ProjectionPointImpl in ucar.unidata.geoloc.projection
 

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

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

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

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

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



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