DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.CreateFromEWKT | Methods | Properties
Create the shape geometry from an Extended Well-Known Text (EWKT) representation of the geometry with SRID meta data. (see www.postgis.org).
// C# public ITGIS_Shape CreateFromEWKT( WideString _ewkt );
' VisualBasic Public Function CreateFromEWKT( ByVal _ewkt As WideString ) As ITGIS_Shape
// Oxygene public function CreateFromEWKT( _ewkt : WideString ) : ITGIS_Shape;
Name | Type | Description |
---|---|---|
_ewkt | WideString | EWKT text |
Type | Description |
---|---|
ITGIS_Shape | Newly created shape. |