Package org.hibernate.search.query.dsl
Interface WithinContext.LongitudeContext
-
- Enclosing interface:
- WithinContext
public static interface WithinContext.LongitudeContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpatialTerminationandLongitude(double longitude)Longitude in degree
-
-
-
Method Detail
-
andLongitude
SpatialTermination andLongitude(double longitude)
Longitude in degree- Parameters:
longitude- the longiture value- Returns:
- the
SpatialTermination
-
-