User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.exporttowkt_void

Table of Contents

TGIS_Shape.ExportToWKT method

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

Export the Shape geometry into a Well Known Text (see www.opengis.org).

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

Syntax

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

Result

Type Description
String Exported WKT text.

Remarks

2022/11/16 01:22

Page Tools