User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.applycuttingpolygon_string

Table of Contents

TGIS_LayerPixel.ApplyCuttingPolygon method

DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.ApplyCuttingPolygon | Constructors | Fields | Methods | Properties | Events

Sets a cutting polygon for a layer.

Available also on: .NET | Java.

Syntax

Overrides TGIS_Layer.ApplyCuttingPolygon.

// Delphi
public
  procedure ApplyCuttingPolygon(
    const _wkt : String
  ); override;
// 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.

2020/05/07 01:08

Page Tools