User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.createfromgml_string

Table of Contents

TGIS_Shape.CreateFromGML method

DK11 for Delphi | GisLayerVector.TGIS_Shape.CreateFromGML | Constructors | Fields | Methods | Properties

Create the shape from GML.

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

Syntax

// Delphi
public
  function CreateFromGML(
    const _gml : String
  ) : TGIS_Shape; virtual;
// C++ Builder
public:
  virtual TGIS_Shape* CreateFromGML(
    const UnicodeString _gml
  );

Parameters

Name Type Description
_gml String GML text

Result

Type Description
TGIS_Shape Newly created shape.
2024/12/20 22:19

Page Tools