See: Description
| Class | Description |
|---|---|
| TurfConstants |
Holds the Turf constants, the Turf units can be found here.
|
| TurfGrids |
Methods found in this Turf class typically return a set of
Point, Polygon, or
other geometry in a grid. |
| TurfHelpers |
This
TurfHelpers class is made up of methods that take in an object, convert it, and then
return the object in the desired units or object. |
| TurfInvariant |
Also called Assertions, these methods enforce expectations of a certain type or calculate various
shapes from given points.
|
| TurfJoins |
Class contains methods that can determine if points lie within a polygon or not.
|
| TurfMeasurement |
Class contains an assortment of methods used to calculate measurments such as bearing,
destination, midpoint, etc.
|
| TurfMeta | |
| TurfMisc |
Class contains all the miscellaneous methods that Turf can perform.
|
| Exception | Description |
|---|---|
| TurfException |
A form of
Throwable that indicates conditions that a reasonable application might want to
catch. |