User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.aspoint_void

Table of Contents

TGIS_Shape.AsPoint method

DK for Delphi | GisLayerVector.TGIS_Shape.AsPoint | Constructors | Fields | Methods | Properties

Return current shape as a TGIS_ShapePoint.

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

Syntax

// Delphi
public
  function AsPoint : TGIS_ShapePoint;
// C++ Builder
public:
  TGIS_ShapePoint* AsPoint(void);

Result

Type Description
TGIS_ShapePoint Newly created shape object.

Remarks

for multipart/multipoint shapes the last point will be returned

2025/01/31 01:09

Page Tools