writeFormattedWithStringBuffer method

void writeFormattedWithStringBuffer(
  1. Geometry geometry,
  2. StringBuffer writer
)

Same as write, but with newlines and spaces to make the well-known text more readable.

@param geometry a Geometry to process

Implementation

void writeFormattedWithStringBuffer(Geometry geometry, StringBuffer writer) {
  writeFormatted4Args(geometry, true, writer, precisionModel);
}