Geotools.Net

CoordinateSystemXmlWriter.Write Method (Object, XmlTextWriter)

Converts a given coordinate system object to a IndentedTextWriter.

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

Parameters

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

Remarks

See Also

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