User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shape.importfromjson_string

Table of Contents

TGIS_Shape.ImportFromJSON method

DK11 for Java | tatukgis.jdk.TGIS_Shape.ImportFromJSON | Constructors | Fields | Methods | Properties

Import the JSON into the current shape.

Available also on: Delphi | .NET | ActiveX | Python.

Syntax

// Java
public void ImportFromJSON(
  java.lang.String _json
);
// Oxygene
public
  procedure ImportFromJSON(
    _json : String
  ); virtual;

Parameters

Name Type Description
_json java.lang.String
String
JSON text

Remarks

Internally it uses CreateFromJSON method. If JSON is a different type, the shape will be reset.

2022/11/16 01:51

Page Tools