Uses of Interface
ucar.unidata.geoloc.ProjectionPoint

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

Uses of ProjectionPoint in ucar.unidata.geoloc
 

Classes in ucar.unidata.geoloc that implement ProjectionPoint
 class ProjectionPointImpl
          Our implementation of ProjectionPoint, that subclasses java.awt.geom.Point2D to add serialization.
 

Methods in ucar.unidata.geoloc that return ProjectionPoint
 ProjectionPoint ProjectionRect.getLowerLeftPoint()
          Get the Lower Right Point (same as getMinPoint)
 ProjectionPoint ProjectionRect.getLowerRightPoint()
          Get the Lower Right Point
 ProjectionPoint ProjectionRect.getMaxPoint()
          Get the maximum corner of the bounding box.
 ProjectionPoint ProjectionRect.getMinPoint()
          Get the minimum corner of the bounding box.
 ProjectionPoint ProjectionRect.getUpperLeftPoint()
          Get the Upper Left Point
 ProjectionPoint ProjectionRect.getUpperRightPoint()
          Get the Upper Left Point (same as getMaxPoint)
 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
 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
 

Methods in ucar.unidata.geoloc with parameters of type ProjectionPoint
 boolean Projection.crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
          Does the line between these two points cross the projection "seam", which is a discontinuity in the function latlon <-> projection plane
abstract  boolean ProjectionImpl.crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
          Does the line between these two points cross the projection "seam".
 boolean ProjectionPoint.equals(ProjectionPoint pt)
          Check for equality with the point in question
 boolean ProjectionPointImpl.equals(ProjectionPoint pt)
          Returns true if this represents the same point as pt.
static boolean ProjectionPointImpl.isInfinite(ProjectionPoint pt)
          See if either coordinate in pt is +/- infinite.
 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
 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.
 void ProjectionPointImpl.setLocation(ProjectionPoint pt)
          set x,y location from pt
 

Constructors in ucar.unidata.geoloc with parameters of type ProjectionPoint
ProjectionPointImpl(ProjectionPoint pt)
          Constructor that copies ProjectionPoint values into this.
 

Uses of ProjectionPoint in ucar.unidata.geoloc.projection
 

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

Methods in ucar.unidata.geoloc.projection with parameters of type ProjectionPoint
 boolean AlbersEqualArea.crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
          This returns true when the line between pt1 and pt2 crosses the seam.
 boolean FlatEarth.crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
          This returns true when the line between pt1 and pt2 crosses the seam.
 boolean LambertAzimuthalEqualArea.crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
          This returns true when the line between pt1 and pt2 crosses the seam.
 boolean LambertConformal.crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
          This returns true when the line between pt1 and pt2 crosses the seam.
 boolean LatLonProjection.crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
          Does the line between these two points cross the projection "seam".
 boolean Mercator.crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
          Does the line between these two points cross the projection "seam".
 boolean Orthographic.crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
          This returns true when the line between pt1 and pt2 crosses the seam.
 boolean ProjectionAdapter.crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
          Does the line between these two points cross the projection "seam".
 boolean RotatedLatLon.crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
          Unknown usage
 boolean RotatedPole.crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
           
 boolean Stereographic.crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
          Does the line between these two points cross the projection "seam".
 boolean TransverseMercator.crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
          Does the line between these two points cross the projection "seam".
 boolean UtmProjection.crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
          Does the line between these two points cross the projection "seam".
 boolean VerticalPerspectiveView.crossSeam(ProjectionPoint pt1, ProjectionPoint pt2)
          This returns true when the line between pt1 and pt2 crosses the seam.
 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.