geometry constant

The WKT (like) text writer format for geometry objects.

Implementation

static const TextWriterFormat<GeometryContent> geometry =
    TextWriterFormatImpl(WktLikeTextWriter.new);