User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.exporttogml_void

Table of Contents

TGIS_Shape.ExportToGML method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.ExportToGML | Constructors | Fields | Methods | Properties

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

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

Syntax

// C#
public virtual abstract string ExportToGML();
' VisualBasic
Public Overridable MustOverride Function ExportToGML() As String
// Oxygene
public
  function ExportToGML : String; virtual; abstract;

Result

Type Description
string
String
Exported GML text.

Remarks

2022/11/16 01:35

Page Tools