| Package | Description |
|---|---|
| org.vertexium.query | |
| org.vertexium.type |
| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
GeohashBucket.getGeoPoint() |
| Constructor and Description |
|---|
GeohashBucket(String key,
long count,
GeoPoint geoPoint,
Map<String,AggregationResult> nestedResults) |
| Modifier and Type | Method and Description |
|---|---|
static GeoPoint |
GeoPoint.calculateCenter(List<GeoPoint> geoPoints) |
GeoPoint |
GeoRect.getNorthWest() |
GeoPoint |
GeoRect.getSouthEast() |
static GeoPoint |
GeoPoint.parse(String str) |
| Modifier and Type | Method and Description |
|---|---|
int |
GeoPoint.compareTo(GeoPoint other) |
static double |
GeoPoint.distanceBetween(GeoPoint geoPoint1,
GeoPoint geoPoint2) |
boolean |
GeoPoint.isNorthOf(GeoPoint pt) |
boolean |
GeoPoint.isNorthWestOf(GeoPoint pt) |
boolean |
GeoPoint.isSouthEastOf(GeoPoint pt) |
boolean |
GeoPoint.isSouthOf(GeoPoint pt) |
double |
GeoPoint.longitudinalDistanceTo(GeoPoint pt) |
| Modifier and Type | Method and Description |
|---|---|
static GeoPoint |
GeoPoint.calculateCenter(List<GeoPoint> geoPoints) |
| Constructor and Description |
|---|
GeoRect(GeoPoint northWest,
GeoPoint southEast) |
Copyright © 2014–2017. All rights reserved.