User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shapepolygon.exporttojson_void

Table of Contents

TGIS_ShapePolygon.ExportToJSON method

DK for Delphi | GisLayerVector.TGIS_ShapePolygon.ExportToJSON | Constructors | Fields | Methods | Properties

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

Available also on: .NET | Java.

Syntax

Overrides TGIS_Shape.ExportToJSON.

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

Result

Type Description
String Exported JSON text.
2025/01/31 01:09

Page Tools