A superclass for the various geometry objects.
Repeatedly invokes the given function, passing a point from the geometry to the function on each invocation.
Returns the type of the geometry object. Possibilities are "Point", "MultiPoint", "LineString", "MultiLineString", "LinearRing", "Polygon", "MultiPolygon", or "GeometryCollection".
"Point"
"MultiPoint"
"LineString"
"MultiLineString"
"LinearRing"
"Polygon"
"MultiPolygon"
"GeometryCollection"
Generated using TypeDoc
A superclass for the various geometry objects.