DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.CreateFromEWKB | Methods | Properties
Create the Shape geometry into an Extended Well-Known Binary (EWKB) representation of the geometry with SRID meta data. (see www.postgis.org).
// C# public ITGIS_Shape CreateFromEWKB( OleVariant _ewkb );
' VisualBasic Public Function CreateFromEWKB( ByVal _ewkb As OleVariant ) As ITGIS_Shape
// Oxygene public function CreateFromEWKB( _ewkb : OleVariant ) : ITGIS_Shape;
Name | Type | Description |
---|---|---|
_ewkb | OleVariant | EWKB array |
Type | Description |
---|---|
ITGIS_Shape | Newly constructed object or nil. |