| 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)
For large distances center point calculation has rounding errors
|
GeoPoint |
GeoRect.getNorthWest() |
GeoPoint |
GeoRect.getSouthEast() |
static GeoPoint |
GeoPoint.parse(String str) |
| Modifier and Type | Method and Description |
|---|---|
List<GeoPoint> |
GeoLine.getGeoPoints() |
List<List<GeoPoint>> |
GeoPolygon.getHoles() |
List<GeoPoint> |
GeoPolygon.getOuterBoundary() |
| Modifier and Type | Method and Description |
|---|---|
GeoLine |
GeoLine.addGeoPoint(GeoPoint geoPoint) |
int |
GeoPoint.compareTo(GeoPoint other) |
static double |
GeoPoint.distanceBetween(GeoPoint geoPoint1,
GeoPoint geoPoint2) |
double |
GeoPoint.distanceFrom(GeoPoint geoPoint) |
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 |
|---|---|
GeoLine |
GeoLine.addGeoPoints(List<GeoPoint> geoPoints) |
GeoPolygon |
GeoPolygon.addHole(List<GeoPoint> geoPoints) |
static GeoPoint |
GeoPoint.calculateCenter(List<GeoPoint> geoPoints)
For large distances center point calculation has rounding errors
|
void |
GeoLine.setGeoPoints(List<GeoPoint> geoPoints) |
| Constructor and Description |
|---|
GeoLine(GeoPoint start,
GeoPoint end) |
GeoLine(GeoPoint start,
GeoPoint end,
String description) |
GeoRect(GeoPoint northWest,
GeoPoint southEast) |
GeoRect(GeoPoint northWest,
GeoPoint southEast,
String description) |
| Constructor and Description |
|---|
GeoLine(List<GeoPoint> geoPoints) |
GeoLine(List<GeoPoint> geoPoints,
String description) |
GeoPolygon(List<GeoPoint> outerBoundary) |
GeoPolygon(List<GeoPoint> outerBoundary,
List<List<GeoPoint>> holeBoundaries) |
GeoPolygon(List<GeoPoint> outerBoundary,
List<List<GeoPoint>> holeBoundaries) |
GeoPolygon(List<GeoPoint> outerBoundary,
List<List<GeoPoint>> holeBoundaries,
String description) |
GeoPolygon(List<GeoPoint> outerBoundary,
List<List<GeoPoint>> holeBoundaries,
String description) |
GeoPolygon(List<GeoPoint> outerBoundary,
String description) |
Copyright © 2014–2018. All rights reserved.