User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.exporttogml_void

Table of Contents

TGIS_Shape.ExportToGML method

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

Export the Shape geometry into a GML (see www.opengis.org).

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

Syntax

// Delphi
public
  function ExportToGML : String; virtual; abstract;
// C++ Builder
public:
  virtual UnicodeString ExportToGML(void) = 0;

Result

Type Description
String Exported GML text.

Remarks

2024/12/20 22:19

Page Tools