DK11 for Java | tatukgis.jdk.TGIS_Shape.CreateFromJSON | Constructors | Fields | Methods | Properties
Create the shape from JSON.
// Java public TGIS_Shape CreateFromJSON( java.lang.String _json );
// Oxygene public function CreateFromJSON( _json : String ) : TGIS_Shape; virtual;
Name | Type | Description |
---|---|---|
_json | java.lang.String String | JSON text |
Type | Description |
---|---|
TGIS_Shape | Newly created shape. |