User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.createfromewkb_olevariant

Table of Contents

TGIS_Shape.CreateFromEWKB method

DK11 for Delphi | GisLayerVector.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: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  function CreateFromEWKB(
    const _ewkb : OleVariant
  ) : TGIS_Shape; virtual;
// C++ Builder
public:
  virtual TGIS_Shape* CreateFromEWKB(
    OleVariant* const _ewkb
  );

Parameters

Name Type Description
_ewkb OleVariant EWKB array

Result

Type Description
TGIS_Shape Newly constructed object or nil.
2024/12/20 22:19

Page Tools