User Tools

Site Tools


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

Table of Contents

TGIS_Layer.RecalcProjectedExtent method

DK11 for .NET | TatukGIS.NDK.TGIS_Layer.RecalcProjectedExtent | Constructors | Fields | Methods | Properties | Events

Recalculates a projected extent.

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

Syntax

// C#
public virtual void RecalcProjectedExtent();
' VisualBasic
Public Overridable Sub RecalcProjectedExtent()
// Oxygene
public
  procedure RecalcProjectedExtent; virtual;

Remarks

Calculation is only an estimation based on a 72x36 grid. The grid is necessary because any point from an extent can be moved the after projection to, in fact, any new location. This grid size is used because it will be no more than 5x5 degrees.

2022/11/16 01:31

Page Tools