Modifier and Type | Method and Description |
---|---|
StandardIndexFieldTypeContext<?,GeoPoint> |
IndexFieldTypeFactoryContext.asGeoPoint() |
Modifier and Type | Method and Description |
---|---|
default SearchPredicateTerminalContext |
SpatialWithinPredicateFieldSetContext.circle(GeoPoint center,
double radiusInMeters)
Require at least one of the targeted fields to point to a location within the given circle,
i.e.
|
SearchPredicateTerminalContext |
SpatialWithinPredicateFieldSetContext.circle(GeoPoint center,
double radius,
DistanceUnit unit)
Require at least one of the targeted fields to point to a location within the given circle,
i.e.
|
Modifier and Type | Method and Description |
---|---|
DistanceToFieldProjectionContext |
SearchProjectionFactoryContext.distance(String absoluteFieldPath,
GeoPoint center)
Project on the distance from the center to a
GeoPoint field. |
Modifier and Type | Method and Description |
---|---|
DistanceToFieldProjectionContext |
DelegatingSearchProjectionFactoryContext.distance(String absoluteFieldPath,
GeoPoint center) |
Modifier and Type | Method and Description |
---|---|
DistanceSortContext |
SearchSortContainerContext.byDistance(String absoluteFieldPath,
GeoPoint location)
Order elements by the distance from the location stored in the specified field to the location specified.
|
Modifier and Type | Method and Description |
---|---|
DistanceSortContext |
DelegatingSearchSortContainerContext.byDistance(String absoluteFieldPath,
GeoPoint location) |
Modifier and Type | Method and Description |
---|---|
void |
SpatialWithinCirclePredicateBuilder.circle(GeoPoint center,
double radius,
DistanceUnit unit) |
Modifier and Type | Method and Description |
---|---|
DistanceToFieldProjectionBuilder |
SearchProjectionBuilderFactory.distance(String absoluteFieldPath,
GeoPoint center) |
Modifier and Type | Method and Description |
---|---|
DistanceSortBuilder<B> |
SearchSortBuilderFactory.distance(String absoluteFieldPath,
GeoPoint location) |
Modifier and Type | Method and Description |
---|---|
GeoPoint |
GeoBoundingBox.getBottomRight() |
GeoPoint |
GeoBoundingBox.getTopLeft() |
static GeoPoint |
GeoPoint.of(double latitude,
double longitude)
Create a
GeoPoint from a latitude and a longitude. |
Modifier and Type | Method and Description |
---|---|
List<GeoPoint> |
GeoPolygon.getPoints() |
Modifier and Type | Method and Description |
---|---|
static GeoBoundingBox |
GeoBoundingBox.of(GeoPoint topLeft,
GeoPoint bottomRight)
Create a
GeoBoundingBox from the top-left and bottom-right corners. |
static GeoPolygon |
GeoPolygon.of(GeoPoint firstPoint,
GeoPoint secondPoint,
GeoPoint thirdPoint,
GeoPoint fourthPoint,
GeoPoint... additionalPoints)
Create a
GeoPolygon from points. |
static GeoPolygon |
GeoPolygon.of(GeoPoint firstPoint,
GeoPoint secondPoint,
GeoPoint thirdPoint,
GeoPoint fourthPoint,
GeoPoint... additionalPoints)
Create a
GeoPolygon from points. |
Modifier and Type | Method and Description |
---|---|
static GeoPolygon |
GeoPolygon.of(List<GeoPoint> points)
Create a
GeoPolygon from a list of points. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.