org.hibernate.search.query.dsl
Interface WithinContext


public interface WithinContext

Author:
Emmanuel Bernard

Nested Class Summary
static interface WithinContext.LongitudeContext
           
 
Method Summary
 SpatialTermination ofCoordinates(Coordinates coordinates)
          Coordinate object representing the center of the search
 WithinContext.LongitudeContext ofLatitude(double latitude)
          Latitude in degree
 

Method Detail

ofCoordinates

SpatialTermination ofCoordinates(Coordinates coordinates)
Coordinate object representing the center of the search


ofLatitude

WithinContext.LongitudeContext ofLatitude(double latitude)
Latitude in degree



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