DK11 for Java | tatukgis.jdk.TGIS_Shape.ImportFromGML | Constructors | Fields | Methods | Properties
Import the GML into the current shape.
// Java public void ImportFromGML( java.lang.String _gml );
// Oxygene public procedure ImportFromGML( _gml : String ); virtual;
Name | Type | Description |
---|---|---|
_gml | java.lang.String String | GML text |
Internally it uses CreateFromGML method. If GML is a different type, the shape will be reset.