DK11 for .NET | TatukGIS.NDK.TGIS_Shape.ImportFromGML | Constructors | Fields | Methods | Properties
Import the GML into the current shape.
// C# public virtual void ImportFromGML( string _gml );
' VisualBasic Public Overridable Sub ImportFromGML( ByVal _gml As String )
// Oxygene public procedure ImportFromGML( _gml : String ); virtual;
Name | Type | Description |
---|---|---|
_gml | string String | GML text |
Internally it uses CreateFromGML method. If GML is a different type, the shape will be reset.