User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.createfromewkt_widestring

Table of Contents

ITGIS_Shape.CreateFromEWKT method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.CreateFromEWKT | 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 | .NET | Java | Python.

Syntax

// C#
public ITGIS_Shape CreateFromEWKT(
  WideString _ewkt
);
' VisualBasic
Public Function CreateFromEWKT(
  ByVal _ewkt As WideString
) As ITGIS_Shape
// Oxygene
public
  function CreateFromEWKT(
    _ewkt : WideString
  ) : ITGIS_Shape;

Parameters

Name Type Description
_ewkt WideString EWKT text

Result

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

Page Tools