User Tools

Site Tools


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

Table of Contents

TGIS_Shape.ImportFromGML method

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

Import the GML into the current shape.

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

Syntax

// Java
public void ImportFromGML(
  java.lang.String _gml
);
// Oxygene
public
  procedure ImportFromGML(
    _gml : String
  ); virtual;

Parameters

Name Type Description
_gml java.lang.String
String
GML text

Remarks

Internally it uses CreateFromGML method. If GML is a different type, the shape will be reset.

2022/11/16 01:51

Page Tools