DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerParent | Interfaces | Methods
Common API for viewer parent operations. To be shared across platforms.
// C# public interface IGIS_ViewerParent: ITBaseObject { }
' VisualBasic Public Interface IGIS_ViewerParent Implements ITBaseObject End Class
// Oxygene type IGIS_ViewerParent = public interface( ITBaseObject ) end;
| 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 control that is map is going to be closed. | |
| ControlDrawTexture | public | Draw texture. | |
| ControlDrawTexture_2 | public | Draw texture. | |
| ControlExtentChanged | public | Notify control that is map extent was changed | |
| ControlFlash | public | Do flash. | |
| ControlHourglassHide | public | Do Hourglass hide. | |
| ControlHourglassShake | public | Do Hourglass shake. | |
| ControlHourglassShow | public | Do Hourglass show. | |
| ControlObject | public | Returns an active control as an object. | |
| ControlPPI | public | Get current PPI. | |
| ControlProcessMessages | public | Do process messages. | |
| ControlRaiseEditorChangeEvent | public | Raise event on editor change. | |
| ControlRenderer | public | Get renderer instance. | |
| ControlRepaint | public | Repaint control. | |
| ControlSet3DMode | public | Set current 3D mode. | |
| ControlSystemPPI | public | Get system PPI. | |
| ControlUpdateBasemap | public | Update basemap. | |
| ControlUpdateEditor | public | Update the editor. | |
| ControlUpdateProgressive | public | Progressive update. | |
| ControlUpdateSelection | public | Update Selection layer. | |
| ControlUpdateSynchronize | public | Wait for pending paint operation to be finalized. | |
| ControlUpdateTopmost | public | Update Topmost layer. | |
| ControlUpdateWholeMap | public | Update whole map. | |
| DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| GetViewer | public | Get internal viewer handle. | |
| SetViewer | public | Set internal viewer handle. | |
Do not call this methods and properties of this interface directly. This interface has been design for internal Viewer/Parent communication only.