A static function that parses GML and converts it to a TmsPolygon.

C# | Visual Basic | Visual C++ |
public static TmsPolygon Parse( string gml )
Public Shared Function Parse ( _ gml As String _ ) As TmsPolygon
public: static TmsPolygon^ Parse( String^ gml )

- gml (String)
- The GML representing the Polygon. In GML, this is a MultiPolygon.

The TmsPolygon created.