User Tools

Site Tools


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

Table of Contents

TGIS_Shape.ImportFromGML method

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

Import the GML into the current shape.

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

Syntax

// C#
public virtual void ImportFromGML(
  string _gml
);
' VisualBasic
Public Overridable Sub ImportFromGML(
  ByVal _gml As String
)
// Oxygene
public
  procedure ImportFromGML(
    _gml : String
  ); virtual;

Parameters

Name Type Description
_gml string
String
GML text

Remarks

Internally it uses CreateFromGML method. If GML is a different type, the shape will be reset.

2022/11/16 01:35

Page Tools