Uses of Class
ucar.unidata.geoloc.ProjectionPointImpl

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

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 AlbersEqualArea.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 LambertAzimuthalEqualArea.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 LatLonProjection.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 RotatedLatLon.latLonToProj(LatLonPoint latlon, ProjectionPointImpl destPoint)
          Transform a "real" longitude and latitude into the rotated longitude (X) and rotated latitude (Y).
 ProjectionPoint RotatedPole.latLonToProj(LatLonPoint latlon, ProjectionPointImpl destPoint)
          Transform a "real" longitude and latitude into the rotated longitude (X) and rotated latitude (Y).
 ProjectionPoint Stereographic.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 UtmProjection.latLonToProj(LatLonPoint latLon, ProjectionPointImpl result)
          Convert a LatLonPoint to projection coordinates
 ProjectionPoint VerticalPerspectiveView.latLonToProj(LatLonPoint latLon, ProjectionPointImpl result)
          Convert a LatLonPoint to projection coordinates