User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.exporttoewkt_void

Table of Contents

TGIS_Shape.ExportToEWKT method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.ExportToEWKT | Constructors | Fields | Methods | Properties

Export the Shape geometry into an Extended Well-Known Text (EWKT) representation of the geometry with SRID meta data. (see www.postgis.org).

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

Syntax

// C#
public virtual abstract string ExportToEWKT();
' VisualBasic
Public Overridable MustOverride Function ExportToEWKT() As String
// Oxygene
public
  function ExportToEWKT : String; virtual; abstract;

Result

Type Description
string
String
Exported EWKT text.

Remarks

Spatial referencing identifier SRID can be provided by TGIS_Shape.SetSRID
See ExportToEWKB for example.

2022/11/16 01:35

Page Tools