All Methods Static Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method and Description |
static boolean |
calculateInside(List<Point> sortedPoints,
Point p) |
static Point |
calculateIntersectionPoint(Line line,
double y) |
static List<Point> |
calculateIntersectionPoints(List<Line> lines,
double y) |
static Point |
calculateLineIntersection(Line l1,
Line l2) |
static double |
calculateLineXAtY(Line line,
double y) |
static double |
calculateSlope(Line line) |
boolean |
checkInside(GeoType geo) |
static Set<String> |
encodeGeohash(Centre center,
int bits) |
static Set<String> |
encodeGeohash(GeoType point,
int bits) |
static Set<String> |
encodeGeohash(Line point,
int bits) |
static Set<String> |
encodeGeohash(LineString linestring,
int bits) |
static String |
encodeGeohash(Point point,
int bits) |
static Set<String> |
encodeGeohash(Polygon poly,
int bits) |
static List<Line> |
filterIntersectingLines(List<Line> lines,
double y) |
static GeoType |
fromDoc(Document document) |
Point[] |
getPoints() |
static boolean |
isLineIntersectingAtY(Line line,
double y) |
static void |
sortPointsByX(List<Point> points) |