User Tools

Site Tools


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

Table of Contents

TGIS_ShapePolygon.ExportToEWKT method

DK11 for .NET | TatukGIS.NDK.TGIS_ShapePolygon.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.

Syntax

Overrides TGIS_Shape.ExportToEWKT.

// C#
public override string ExportToEWKT();
' VisualBasic
Public Overrides Function ExportToEWKT() As String
// Oxygene
public
  function ExportToEWKT : String; override;

Result

Type Description
string
String
Exported EWKT text.

Remarks

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

2021/12/07 09:05

Page Tools