Geotools.Net

GeometryWktWriter.WriteFormatted Method (IGeometry)

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

[Visual Basic]
Overloads Public Function WriteFormatted( _
   ByVal geometry As IGeometry _
) As String
[C#]
public string WriteFormatted(
   IGeometry geometry
);

Parameters

geometry
The Geometry to process.

Return Value

A <Geometry Tagged Text> string (see the OpenGIS Simple Features Specification), with newlines and spaces

Remarks

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

See Also

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