Uses of Interface
org.hibernate.search.spatial.Coordinates

Packages that use Coordinates
org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. 
org.hibernate.search.query.dsl.impl   
org.hibernate.search.spatial.impl   
 

Uses of Coordinates in org.hibernate.search.query.dsl
 

Methods in org.hibernate.search.query.dsl with parameters of type Coordinates
 SpatialTermination WithinContext.ofCoordinates(Coordinates coordinates)
          Coordinate object representing the center of the search
 

Uses of Coordinates in org.hibernate.search.query.dsl.impl
 

Methods in org.hibernate.search.query.dsl.impl that return Coordinates
 Coordinates SpatialQueryContext.getCoordinates()
           
 

Methods in org.hibernate.search.query.dsl.impl with parameters of type Coordinates
 void SpatialQueryContext.setCoordinates(Coordinates coordinates)
           
 

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

Classes in org.hibernate.search.spatial.impl that implement Coordinates
 class Point
          Normalized latitude,longitude holder (in [-90;90],[-180,180]) with distance and destination computations methods
 



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