User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.importfromgml_string

Table of Contents

TGIS_Shape.ImportFromGML method

DK for Delphi | GisLayerVector.TGIS_Shape.ImportFromGML | Constructors | Fields | Methods | Properties

Import the GML into the current shape.

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

Syntax

// Delphi
public
  procedure ImportFromGML(
    const _gml : String
  ); virtual;
// C++ Builder
public:
  virtual void ImportFromGML(
    const UnicodeString _gml
  );

Parameters

Name Type Description
_gml String GML text

Remarks

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

2025/01/31 01:09

Page Tools