User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shape.exporttogml_void

Table of Contents

TGIS_Shape.ExportToGML method

DK11 for Java | tatukgis.jdk.TGIS_Shape.ExportToGML | Constructors | Fields | Methods | Properties

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

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

Syntax

// Java
public abstract java.lang.String ExportToGML();
// Oxygene
public
  function ExportToGML : String; virtual; abstract;

Result

Type Description
java.lang.String
String
Exported GML text.

Remarks

2022/11/16 01:51

Page Tools