DK for Delphi | GisLayerVector.TGIS_Shape.ImportFromGML | Constructors | Fields | Methods | Properties
Import the GML into the current shape.
// Delphi public procedure ImportFromGML( const _gml : String ); virtual;
// C++ Builder public: virtual void ImportFromGML( const UnicodeString _gml );
Name | Type | Description |
---|---|---|
_gml | String | GML text |
Internally it uses CreateFromGML method. If GML is a different type, the shape will be reset.