Uses of Class
org.apache.lucene.spatial.geometry.CartesianPoint

Packages that use CartesianPoint
org.apache.lucene.spatial.geometry   
 

Uses of CartesianPoint in org.apache.lucene.spatial.geometry
 

Methods in org.apache.lucene.spatial.geometry that return CartesianPoint
 CartesianPoint LatLng.toCartesian()
          Convert the lat/lng into the cartesian coordinate plane such that all world coordinates are represented in the first quadrant.
 CartesianPoint CartesianPoint.translate(int deltaX, int deltaY)
          Return a new point translated in the x and y dimensions
 

Methods in org.apache.lucene.spatial.geometry with parameters of type CartesianPoint
static LatLng LatLng.fromCartesian(CartesianPoint pt)
          The inverse of toCartesian().
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.