Geotools.Net

GeometrySvgWriter.AppendGeometryCollectionText Method 

Converts a GeometryCollection to <GeometryCollection Text > format, then Appends it to the writer.

[Visual Basic]
Protected Sub AppendGeometryCollectionText( _
   ByVal geometryCollection As GeometryCollection, _
   ByVal writer As TextWriter _
)
[C#]
protected void AppendGeometryCollectionText(
   GeometryCollection geometryCollection,
   TextWriter writer
);

Parameters

geometryCollection
The GeometryCollection to process.
writer
The output stream writer to Append to.

Remarks

Missing <remarks> documentation for M:Geotools.IO.GeometrySvgWriter.AppendGeometryCollectionText(Geotools.Geometries.GeometryCollection,System.IO.TextWriter)

See Also

GeometrySvgWriter Class | GeometrySvgWriter Members | Geotools.IO Namespace