Geotools.Net

CoordinateSystemWktWriter.Write Method (Object, IndentedTextWriter)

Converts a given coordinate system object to a IndentedTextWriter.

[Visual Basic]
Overloads Public Shared Sub Write( _
   ByVal obj As Object, _
   ByVal writer As IndentedTextWriter _
)
[C#]
public static void Write(
   object obj,
   IndentedTextWriter writer
);

Parameters

obj
The coordinate system to convert.
writer
Missing <param> documentation for writer

Remarks

See Also

CoordinateSystemWktWriter Class | CoordinateSystemWktWriter Members | Geotools.IO Namespace | CoordinateSystemWktWriter.Write Overload List