User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.createfromewkb_olevariant

Table of Contents

TGIS_Shape.CreateFromEWKB method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.CreateFromEWKB | Constructors | Fields | 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).

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public virtual TGIS_Shape CreateFromEWKB(
  OleVariant _ewkb
);
' VisualBasic
Public Overridable Function CreateFromEWKB(
  ByVal _ewkb As OleVariant
) As TGIS_Shape
// Oxygene
public
  function CreateFromEWKB(
    _ewkb : OleVariant
  ) : TGIS_Shape; virtual;

Parameters

Name Type Description
_ewkb OleVariant EWKB array

Result

Type Description
TGIS_Shape Newly constructed object or nil.
2022/11/16 01:35

Page Tools