User Tools

Site Tools


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

Table of Contents

TGIS_Shape.CreateFromWKT method

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

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

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

Syntax

// C#
public virtual TGIS_Shape CreateFromWKT(
  string _wkt
);
' VisualBasic
Public Overridable Function CreateFromWKT(
  ByVal _wkt As String
) As TGIS_Shape
// Oxygene
public
  function CreateFromWKT(
    _wkt : String
  ) : TGIS_Shape; virtual;

Parameters

Name Type Description
_wkt string
String
WKT text

Result

Type Description
TGIS_Shape Newly constructed object or nil.

References

2024/12/20 22:23

Page Tools