Geotools.Net

GeometryWktWriter.AppendPointTaggedText Method 

Converts a Coordinate to <Point Tagged Text> format, then Appends it to the writer.

[Visual Basic]
Protected Sub AppendPointTaggedText( _
   ByVal coordinate As Coordinate, _
   ByVal level As Integer, _
   ByVal writer As StringWriter, _
   ByVal precisionModel As PrecisionModel _
)
[C#]
protected void AppendPointTaggedText(
   Coordinate coordinate,
   int level,
   StringWriter writer,
   PrecisionModel precisionModel
);

Parameters

coordinate
the
Coordinate
to process
level
Missing <param> documentation for level
writer
the output writer to Append to
precisionModel
the PrecisionModel to use to convert from a precise coordinate to an external coordinate

Remarks

Missing <remarks> documentation for M:Geotools.IO.GeometryWktWriter.AppendPointTaggedText(Geotools.Geometries.Coordinate,System.Int32,System.IO.StringWriter,Geotools.Geometries.PrecisionModel)

See Also

GeometryWktWriter Class | GeometryWktWriter Members | Geotools.IO Namespace