Object: Map
- Updated2024-09-12
- 2 minute(s) read
(Area | Areas | BirdsEyeView | Bode | Cascade | ChannelTable | Contour | CurveChart2D | Dialog | DisplayObj | Map | Orbit | Picture | Polar | ShaftCenterline | Sheet | TextBox | Video) > Area > Object: Map
Object: Map
The Map object provides access to a map display in DIAdem VIEW. Use the Map object to specify the properties of the map view and the channels to be synchronized with the view.
The following example creates a map display.
| VBScript | Python |
Dim oMySheet, oMyObj Call Data.Root.Clear() Call DataFileLoad(ProgramDrv & "Examples\Data\VIEW_MapDisplay.tdm") Call View.Sheets.RemoveAll() Call View.NewLayout() Set oMySheet = View.ActiveSheet oMySheet.ActiveArea.DisplayObjType = "Map" Set oMyObj = oMySheet.ActiveArea.DisplayObj oMyObj.MapType = "OSM Mapnik" oMyObj.ZoomLevel = 14 oMyObj.SynchronisationChannelName = "[1]/TimeStamp" oMyObj.LongitudeChannelName = "[1]/Longitude" oMyObj.LatitudeChannelName = "[1]/Latitude"
Properties
Area | CachePath | ColorChannelName | LatitudeChannelName | LatitudeDimension | LongitudeChannelName | LongitudeDimension | MapMovingMode | MapType | ShowTrack | SynchronisationChannelName | SynchronisationDimension | ToolbarVisible | UseCache | ZoomLevel
Methods
Returned From
See Also
Examples
Alignment Functions in DIAdem VIEW | Automatic Display of Harmonic Frequencies | Bird's Eye View Display | Calculating a Tangent to a Curve | Contour Display in DIAdem VIEW | Creating and Viewing Long Data Channels | Dynamic Display of Statistical Characteristic Values in DIAdem VIEW | Overlaying Objects in Videos | Planetary Motion | Synchronizing Videos and Data | Synchronizing Videos and Waveform Data | User Dialog Box in VIEW for the Calculation of the FFT and Harmonic Frequencies | Using a User Command to Calculate the Difference between the Y-Values | Various Display Modes in DIAdem VIEW | Vibration Data Analysis with Parallel Processing | Viewing and Automatically Analyzing Data