| Package | Description |
|---|---|
| com.entitystream.monster.geo |
| Modifier and Type | Method and Description |
|---|---|
static Point |
GeoType.calculateIntersectionPoint(Line line,
double y) |
static Point |
GeoType.calculateLineIntersection(Line l1,
Line l2) |
Point |
Line.getFrom() |
Point |
LineString.getFrom() |
Point |
Centre.getFrom() |
Point[] |
Line.getPoints() |
Point[] |
LineString.getPoints() |
Point[] |
GeoType.getPoints() |
Point[] |
Point.getPoints() |
Point[] |
Centre.getPoints() |
Point[] |
Polygon.getPoints() |
Point |
Line.getTo() |
Point |
LineString.getTo() |
Point |
Centre.getTo() |
| Modifier and Type | Method and Description |
|---|---|
static List<Point> |
GeoType.calculateIntersectionPoints(List<Line> lines,
double y) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GeoType.calculateInside(List<Point> sortedPoints,
Point p) |
static String |
GeoType.encodeGeohash(Point point,
int bits) |
boolean |
Point.equals(Point other) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GeoType.calculateInside(List<Point> sortedPoints,
Point p) |
static void |
GeoType.sortPointsByX(List<Point> points) |
| Constructor and Description |
|---|
Centre(Point centre,
double radius) |
Line(Point start,
Point end) |
LineString(Point[] points) |
Polygon(Point[] points) |
Copyright © 2021. All rights reserved.