DK11 for Java | tatukgis.jdk.TGIS_Shape.ImportFromJSON | Constructors | Fields | Methods | Properties
Import the JSON into the current shape.
// Java public void ImportFromJSON( java.lang.String _json );
// Oxygene public procedure ImportFromJSON( _json : String ); virtual;
Name | Type | Description |
---|---|---|
_json | java.lang.String String | JSON text |
Internally it uses CreateFromJSON method. If JSON is a different type, the shape will be reset.