DK11 for .NET | TatukGIS.NDK.TGIS_Shape.CreateFromJSON | Constructors | Fields | Methods | Properties
Create the shape from JSON.
// C# public virtual TGIS_Shape CreateFromJSON( string _json );
' VisualBasic Public Overridable Function CreateFromJSON( ByVal _json As String ) As TGIS_Shape
// Oxygene public function CreateFromJSON( _json : String ) : TGIS_Shape; virtual;
Name | Type | Description |
---|---|---|
_json | string String | JSON text |
Type | Description |
---|---|
TGIS_Shape | Newly created shape. |