User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.createfromwkt_widestring

Table of Contents

ITGIS_Shape.CreateFromWKT method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.CreateFromWKT | Methods | Properties

Create the shape from a Well Known Text (see: www.opengis.org).

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

Syntax

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

Parameters

Name Type Description
_wkt WideString WKT text

Result

Type Description
ITGIS_Shape Newly constructed object or nil.

References

2022/11/16 01:11

Page Tools