User Tools

Site Tools


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

Table of Contents

TGIS_Shape.CreateFromEWKT method

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

Create the shape geometry from 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 TGIS_Shape CreateFromEWKT(
  string _ewkt
);
' VisualBasic
Public Overridable Function CreateFromEWKT(
  ByVal _ewkt As String
) As TGIS_Shape
// Oxygene
public
  function CreateFromEWKT(
    _ewkt : String
  ) : TGIS_Shape; virtual;

Parameters

Name Type Description
_ewkt string
String
EWKT text

Result

Type Description
TGIS_Shape Newly created shape.
2022/11/16 01:35

Page Tools