Uses of Class
org.hibernate.search.spatial.impl.Point

Packages that use Point
org.hibernate.search.spatial.impl   
 

Uses of Point in org.hibernate.search.spatial.impl
 

Fields in org.hibernate.search.spatial.impl declared as Point
static Point GeometricConstants.NORTH_POLE
           
static Point GeometricConstants.SOUTH_POLE
           
 

Methods in org.hibernate.search.spatial.impl that return Point
 Point Point.computeDestination(double distance, double heading)
          Calculate end of travel point
static Point Point.fromCoordinates(Coordinates center)
           
static Point Point.fromDegrees(double latitude, double longitude)
           
static Point Point.fromDegreesInclusive(double latitude, double longitude)
           
static Point Point.fromRadians(double latitude, double longitude)
           
 Point Rectangle.getLowerLeft()
           
 Point Rectangle.getUpperRight()
           
 

Methods in org.hibernate.search.spatial.impl with parameters of type Point
 double Point.getDistanceTo(Point other)
          Compute distance between two points
static String SpatialHelper.getQuadTreeCellId(Point point, int quadTreeLevel)
          Generate a Quad Tree Cell Id (with both Cell Index on both dimension in it) for a position
static List<String> SpatialHelper.getQuadTreeCellsIds(Point lowerLeft, Point upperRight, int quadTreeLevel)
          Generate a Quad Tree Cell Ids List covered by a bounding box
static double[] SpatialHelper.projectToIndexSpace(Point point)
          Project a degree latitude/longitude point into a sinusoidal projection planar space for quad tree cell ids computation
 

Constructors in org.hibernate.search.spatial.impl with parameters of type Point
DistanceComparator(Point center, int hitsCount, String fieldname)
           
Rectangle(Point lowerLeft, Point upperRight)
           
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved