User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layer.unprojectextent_tgis_extent

Table of Contents

TGIS_Layer.UnprojectExtent method

DK for .NET | TatukGIS.NDK.TGIS_Layer.UnprojectExtent | Constructors | Fields | Methods | Properties | Events

Applies reverse projection (recovers from the projection) on the extent.

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

Syntax

// C#
public virtual TGIS_Extent UnprojectExtent(
  TGIS_Extent _extent
);
' VisualBasic
Public Overridable Function UnprojectExtent(
  ByVal _extent As TGIS_Extent
) As TGIS_Extent
// Oxygene
public
  function UnprojectExtent(
    _extent : TGIS_Extent
  ) : TGIS_Extent; virtual;

Parameters

Name Type Description
_extent TGIS_Extent extent to be unprojected

Result

Type Description
TGIS_Extent unprojected extent
2025/01/31 01:11

Page Tools