User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.unprojectextent_itgis_extent

Table of Contents

ITGIS_Layer.UnprojectExtent method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.UnprojectExtent | Methods | Properties

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

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

Syntax

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

Parameters

Name Type Description
_extent ITGIS_Extent extent to be unprojected

Result

Type Description
ITGIS_Extent unprojected extent
2022/11/16 01:09

Page Tools