User Tools

Site Tools


api:dk11:java:tatukgis.jdk.igis_viewer.invalidateextent_tgis_extent_boolean

Table of Contents

IGIS_Viewer.InvalidateExtent(TGIS_Extent, bool) method

DK11 for Java | tatukgis.jdk.IGIS_Viewer.InvalidateExtent | Overloads | Methods | Properties

Invalidate an extent.

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

Syntax

// Java
public abstract void InvalidateExtent(
  TGIS_Extent _extent,
  bool _deep
);
// Oxygene
public
  procedure InvalidateExtent(
    _extent : TGIS_Extent;
    _deep : Boolean
  );

Parameters

Name Type Description
_extent TGIS_Extent extent to redraw
_deep bool
Boolean
True if whole map must marked for update; if False then only shallow repaint will be issued (only topmost layers)
2022/11/16 01:52

Page Tools