User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.applycuttingpolygon_string

Table of Contents

TGIS_Layer.ApplyCuttingPolygon method

DK11 for Delphi | GisLayer.TGIS_Layer.ApplyCuttingPolygon | Constructors | Fields | Methods | Properties | Events

Sets a cutting polygon for a layer.

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

Syntax

// Delphi
public
  procedure ApplyCuttingPolygon(
    const _wkt : String
  ); virtual;
// C++ Builder
public:
  virtual void ApplyCuttingPolygon(
    const UnicodeString _wkt
  );

Parameters

Name Type Description
_wkt String WKT representation of a polygon

Remarks

Polygon must be in the same Coordinate System as the layer.

2022/11/16 01:18

Page Tools