User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.exporttogml_void

Table of Contents

ITGIS_Shape.ExportToGML method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.ExportToGML | Methods | Properties

Exports the current geometry to Geography Markup Language (GML) XML text.

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

Syntax

// C#
public WideString ExportToGML();
' VisualBasic
Public Function ExportToGML() As WideString
// Oxygene
public
  function ExportToGML : WideString;

Result

Type Description
WideString GML XML representation of the shape geometry.

Remarks

PURPOSE: Serializes the shape to Geography Markup Language (GML), an XML-based OGC (Open Geospatial Consortium) standard used by Web Feature Service (WFS) and enterprise GIS systems.

BEHAVIOR: Generates GML geometry XML for the current shape in a text form suitable for interchange and service responses.

CONSTRAINTS: Output is verbose compared to WKT (Well-Known Text) or GeoJSON (Geographic JSON).

2026/07/05 01:25

Page Tools