User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.projectextent_tgis_extent

Table of Contents

TGIS_Layer.ProjectExtent method

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

Applies a projection on the extent.

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

Syntax

// Delphi
public
  function ProjectExtent(
    const _extent : TGIS_Extent
  ) : TGIS_Extent; virtual;
// C++ Builder
public:
  virtual TGIS_Extent* ProjectExtent(
    TGIS_Extent* const _extent
  );

Parameters

Name Type Description
_extent TGIS_Extent extent to be projected

Result

Type Description
TGIS_Extent projected extent
2022/11/16 01:18

Page Tools