User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewerparent

Table of Contents



IGIS_ViewerParent interface

DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerParent | Interfaces | Methods

Common API for viewer parent operations shared across platforms.

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

Syntax

// C#
public interface IGIS_ViewerParent: ITBaseObject
{
}
' VisualBasic
Public Interface IGIS_ViewerParent
  Implements ITBaseObject
End Class
// Oxygene
type
  IGIS_ViewerParent = public interface( ITBaseObject )
  end;

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
ControlAutoCenterViewport public Move the screen origin of the map by delta values.
ControlCanvasHeight public Get canvas height.
ControlCanvasScale public Get canvas scale.
ControlCanvasWidth public Get canvas width.
ControlClose public Notify the control that the map is going to be closed.
ControlDrawTexture public Draw texture.
ControlDrawTexture_2 public Draw texture.
ControlExtentChanged public Notify the control that the map extent has changed.
ControlFlash public Do flash.
ControlHourglassHide public Hide the hourglass cursor.
ControlHourglassShake public Shake the hourglass cursor.
ControlHourglassShow public Show the hourglass cursor.
ControlObject public Returns an active control as an object.
ControlPPI public Get current PPI.
ControlProcessMessages public Do process messages.
ControlRaiseEditorChangeEvent public Raise the editor change event.
ControlRenderer public Gets the renderer instance.
ControlRepaint public Repaint control.
ControlSet3DMode public Set the current 3D mode.
ControlSystemPPI public Get system PPI.
ControlUpdateBasemap public Update the basemap.
ControlUpdateEditor public Update the editor.
ControlUpdateProgressive public Progressive update.
ControlUpdateSelection public Update the selection layer.
ControlUpdateSynchronize public Wait for a pending paint operation to be finalized.
ControlUpdateTopmost public Update the topmost layer.
ControlUpdateWholeMap public Update the whole map.
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
GetViewer public Get the internal viewer handle.
SetViewer public Set the internal viewer handle.

Remarks

Do not call these methods and properties directly. This interface is designed only for internal Viewer/Parent communication.

2026/07/11 00:08

Page Tools