User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.recalcprojectedextent_void

Table of Contents

TGIS_LayerPixel.RecalcProjectedExtent method

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

Recalculates the projected extent. Do nothing - only for safe inheritance.

Available also on: .NET | Java.

Syntax

Overrides TGIS_Layer.RecalcProjectedExtent.

// Delphi
public
  procedure RecalcProjectedExtent; override;
// C++ Builder
public:
  virtual void RecalcProjectedExtent(void);

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.

2020/05/07 01:08

Page Tools