User Tools

Site Tools


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

Table of Contents

TGIS_Shape.CreateFromGML method

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

Create the shape from GML.

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

Syntax

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

Parameters

Name Type Description
_gml string
String
GML text

Result

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

Page Tools