DK11 for Delphi | GisLayerVector.TGIS_Shape.ExportToJSON | Constructors | Fields | Methods | Properties
Export the Shape geometry into a GeoJSON (see www.geojson.org).
// Delphi public function ExportToJSON : String; virtual; abstract;
// C++ Builder public: virtual UnicodeString ExportToJSON(void) = 0;
Type | Description |
---|---|
String | Exported JSON text. |