User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.exporttogml_void

Table of Contents

ITGIS_Shape.ExportToGML method

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

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

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 Exported GML text.

Remarks

See TGIS_ShapePolygon.ExportToWKB for example.

2022/11/16 01:11

Page Tools