DK11 for .NET | TatukGIS.NDK.TGIS_Shape.CreateFromEWKT | Constructors | Fields | 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 virtual TGIS_Shape CreateFromEWKT( string _ewkt );
' VisualBasic Public Overridable Function CreateFromEWKT( ByVal _ewkt As String ) As TGIS_Shape
// Oxygene public function CreateFromEWKT( _ewkt : String ) : TGIS_Shape; virtual;
Name | Type | Description |
---|---|---|
_ewkt | string String | EWKT text |
Type | Description |
---|---|
TGIS_Shape | Newly created shape. |