DK11 for Delphi | GisLayerVector.TGIS_Shape.CreateFromGML | Constructors | Fields | Methods | Properties
Create the shape from GML.
// Delphi public function CreateFromGML( const _gml : String ) : TGIS_Shape; virtual;
// C++ Builder public: virtual TGIS_Shape* CreateFromGML( const UnicodeString _gml );
Name | Type | Description |
---|---|---|
_gml | String | GML text |
Type | Description |
---|---|
TGIS_Shape | Newly created shape. |