A C G J O P S 
All Classes All Packages

A

approximateCircle(Coordinate, double) - Method in class org.openlr.geo.Geo
Create a polygon geometry that approximates a circle.
approximateCircle(Coordinate, double, int) - Method in class org.openlr.geo.Geo
Create a polygon geometry that approximates a circle.

C

calculateBearing(Coordinate, Coordinate) - Method in class org.openlr.geo.Geo
Calculate the bearing angle between a pair of coordinates.
calculateBearing(Point, Point) - Method in class org.openlr.geo.Geo
Calculate the bearing angle between a pair of points.
calculateBearingDifference(double, double) - Method in class org.openlr.geo.Geo
Calculate the absolute angle difference in degrees between a pair of bearing angles.
calculateCoordinateAlongLineString(LineString, double) - Method in class org.openlr.geo.Geo
Calculate the coordinate along a line string at a certain fraction of the line string's length.
calculateDistance(Coordinate, Coordinate) - Method in class org.openlr.geo.Geo
Calculate the distance in meters between a pair of coordinates.
calculateDistance(Point, Point) - Method in class org.openlr.geo.Geo
Calculate the distance in meters between a pair of points.
calculatePointAlongLineString(LineString, double) - Method in class org.openlr.geo.Geo
Calculate the point along a line string at a certain fraction of the line string's length.

G

Geo - Class in org.openlr.geo
A collection of geometric operating on geometry with coordinates in the WGS84 coordinate system.
Geo() - Constructor for class org.openlr.geo.Geo
 
Geo(GeometryFactory) - Constructor for class org.openlr.geo.Geo
 

J

joinLineStrings(List<LineString>) - Method in class org.openlr.geo.Geo
Join a sequence of line strings together to form a single line string.

O

org.openlr.geo - package org.openlr.geo
 

P

projectOnLineString(Coordinate, LineString) - Method in class org.openlr.geo.Geo
Project a coordinate onto a line string and return fraction along the line string from the start where the projection point is found.

S

sliceLineString(LineString, double, double) - Method in class org.openlr.geo.Geo
Create a slice of a line string that begins at a start fraction and ends at a stop fraction of the line string's length.
A C G J O P S 
All Classes All Packages