| Package | Description |
|---|---|
| com.entitystream.monster.geo |
| Modifier and Type | Method and Description |
|---|---|
Line[] |
LineString.getLines() |
Line |
LineString.toLine() |
| Modifier and Type | Method and Description |
|---|---|
static List<Line> |
GeoType.filterIntersectingLines(List<Line> lines,
double y) |
| Modifier and Type | Method and Description |
|---|---|
static Point |
GeoType.calculateIntersectionPoint(Line line,
double y) |
static Point |
GeoType.calculateLineIntersection(Line l1,
Line l2) |
static double |
GeoType.calculateLineXAtY(Line line,
double y) |
static double |
GeoType.calculateSlope(Line line) |
static Set<String> |
GeoType.encodeGeohash(Line point,
int bits) |
static boolean |
GeoType.isLineIntersectingAtY(Line line,
double y) |
| Modifier and Type | Method and Description |
|---|---|
static List<Point> |
GeoType.calculateIntersectionPoints(List<Line> lines,
double y) |
static List<Line> |
GeoType.filterIntersectingLines(List<Line> lines,
double y) |
Copyright © 2021. All rights reserved.