Package-level declarations
Functions
Link copied to clipboard
Removes redundant coordinates from any GeoJSON Geometry.
Link copied to clipboard
Takes input Geometry and flips all of their coordinates from [longitude, latitude]
to [latitude, longitude]
.
Link copied to clipboard
Rewind LineString, MultiLineString, Polygon or MultiPolygon outer ring counterclockwise and inner rings clockwise (Uses Shoelace Formula). Point and MultiPoint geometries are not affected.