User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.exporttojson_void

Table of Contents

TGIS_Shape.ExportToJSON method

DK11 for Delphi | GisLayerVector.TGIS_Shape.ExportToJSON | Constructors | Fields | Methods | Properties

Export the Shape geometry into a GeoJSON (see www.geojson.org).

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

Syntax

// Delphi
public
  function ExportToJSON : String; virtual; abstract;
// C++ Builder
public:
  virtual UnicodeString ExportToJSON(void) = 0;

Result

Type Description
String Exported JSON text.
2022/11/16 01:22

Page Tools