| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
GeoPointConverter.convert(String s) |
| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
GeoPointBcProperty.getPropertyValue(Element element,
String propertyKey,
GeoPoint defaultValue) |
GeoPoint |
GeoPointBcExtendedData.graphToRaw(Value value) |
GeoPoint |
GeoPointBcProperty.unwrap(Value value) |
| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
GeoPointBcProperty.getPropertyValue(Element element,
String propertyKey,
GeoPoint defaultValue) |
Value |
GeoPointBcExtendedData.rawToGraph(GeoPoint value) |
Value |
GeoPointBcProperty.wrap(GeoPoint value) |
| Modifier and Type | Method and Description |
|---|---|
static ClientApiGeoPoint |
ClientApiConverter.toClientApiGeoPoint(GeoPoint geoPoint) |
| 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) |
GeoPoint[] |
GeoLine.points() |
| 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 point) |
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> points) |
GeoPolygon |
GeoPolygon.addHole(List<GeoPoint> geoPoints) |
static GeoPoint |
GeoPoint.calculateCenter(List<GeoPoint> geoPoints)
For large distances center point calculation has rounding errors
|
static GeoShape |
GeoPolygon.createLenient(List<GeoPoint> outerBoundary) |
static GeoShape |
GeoPolygon.createLenient(List<GeoPoint> outerBoundary,
List<List<GeoPoint>> holeBoundaries) |
static GeoShape |
GeoPolygon.createLenient(List<GeoPoint> outerBoundary,
List<List<GeoPoint>> holeBoundaries) |
void |
GeoLine.setGeoPoints(List<GeoPoint> geoPoints) |
static org.locationtech.jts.geom.Geometry |
GeoUtils.toJtsPolygon(List<GeoPoint> outerBoundary,
List<List<GeoPoint>> holeBoundaries,
boolean lenient) |
static org.locationtech.jts.geom.Geometry |
GeoUtils.toJtsPolygon(List<GeoPoint> outerBoundary,
List<List<GeoPoint>> holeBoundaries,
boolean lenient) |
| Constructor and Description |
|---|
GeoLine(GeoPoint[] value) |
GeoLine(GeoPoint start,
GeoPoint end) |
GeoRect(GeoPoint northWest,
GeoPoint southEast) |
| Constructor and Description |
|---|
GeoLine(List<GeoPoint> geoPoints) |
GeoPolygon(List<GeoPoint> outerBoundary) |
GeoPolygon(List<GeoPoint> outerBoundary,
List<List<GeoPoint>> holeBoundaries) |
GeoPolygon(List<GeoPoint> outerBoundary,
List<List<GeoPoint>> holeBoundaries) |
| Modifier and Type | Method and Description |
|---|---|
static GeoPointValue |
Values.geoPointValue(GeoPoint geoPoint) |
static GeoRectValue |
Values.geoRectValue(GeoPoint northWest,
GeoPoint southEast) |
void |
ValueWriter.writeGeoPoint(GeoPoint geoPoint) |
void |
ValueWriter.Adapter.writeGeoPoint(GeoPoint geoPoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrinter.writeGeoPoint(GeoPoint geoPoint) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.