DK11 for Java | tatukgis.jdk.TGIS_Shape.CreateFromGML | Constructors | Fields | Methods | Properties
Create the shape from GML.
// Java public TGIS_Shape CreateFromGML( java.lang.String _gml );
// Oxygene public function CreateFromGML( _gml : String ) : TGIS_Shape; virtual;
Name | Type | Description |
---|---|---|
_gml | java.lang.String String | GML text |
Type | Description |
---|---|
TGIS_Shape | Newly created shape. |