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).
// C# public virtual abstract string ExportToEWKT();
' VisualBasic Public Overridable MustOverride Function ExportToEWKT() As String
// Oxygene public function ExportToEWKT : String; virtual; abstract;
Type | Description |
---|---|
string String | Exported EWKT text. |