DK11 for Delphi | GisLayerVector.TGIS_Shape.CreateFromJSON | Constructors | Fields | Methods | Properties
Create the shape from JSON.
// Delphi public function CreateFromJSON( const _json : String ) : TGIS_Shape; virtual;
// C++ Builder public: virtual TGIS_Shape* CreateFromJSON( const UnicodeString _json );
Name | Type | Description |
---|---|---|
_json | String | JSON text |
Type | Description |
---|---|
TGIS_Shape | Newly created shape. |