Geotools.Net

GeometryWktWriter.WriteFormatted Method (IGeometry, StringWriter)

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

[Visual Basic]
Overloads Public Sub WriteFormatted( _
   ByVal geometry As IGeometry, _
   ByVal writer As StringWriter _
)
[C#]
public void WriteFormatted(
   IGeometry geometry,
   StringWriter writer
);

Parameters

geometry
The Geometry to process.
writer
Stream to write out the geometry's text representation.

Remarks

Missing <remarks> documentation for M:Geotools.IO.GeometryWktWriter.WriteFormatted(Geotools.Geometries.IGeometry,System.IO.StringWriter)

See Also

GeometryWktWriter Class | GeometryWktWriter Members | Geotools.IO Namespace | GeometryWktWriter.WriteFormatted Overload List