User Tools

Site Tools


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

Table of Contents

TGIS_Shape.CreateFromJSON method

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

Create the shape from JSON.

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

Syntax

// Java
public TGIS_Shape CreateFromJSON(
  java.lang.String _json
);
// Oxygene
public
  function CreateFromJSON(
    _json : String
  ) : TGIS_Shape; virtual;

Parameters

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

Result

Type Description
TGIS_Shape Newly created shape.
2022/11/16 01:51

Page Tools