Class: WKTWriter

WKTWriter

new WKTWriter(geometryFactory)

Parameters:
Name Type Description
geometryFactory GeometryFactory

Methods

(static) write(geometry) → {string}

Converts a Geometry to its Well-known Text representation.

Parameters:
Name Type Description
geometry Geometry

a Geometry to process.

Returns:

a string (see the OpenGIS Simple Features Specification).

Type
string