IObliqueViewer Interface

ObliqueViewer component. Gets created by the StreetSmartAPI.

Definition

Namespace: StreetSmart.Common.Interfaces.API
Assembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
C#
public interface IObliqueViewer : IImageViewer, 
	IViewer
Implements
IImageViewer, IViewer

Methods

GetButtonEnabled Get the visibility of a button
GetId Returns the viewerId of the viewer
(Inherited from IViewer)
GetNavbarExpanded Returns the navbarExpanded state. This is an asynchronous function.
(Inherited from IViewer)
GetNavbarVisible Returns the visibility state of the navbar. This is an asynchronous function.
(Inherited from IViewer)
GetTimeTravelExpanded Returns whether the timetravel component is visible or hidden. This is an asynchronous function.
(Inherited from IImageViewer)
GetTimeTravelVisible Returns whether timetravel is enabled for the viewer. This is an asynchronous function.
(Inherited from IImageViewer)
GetType Returns the type of this viewer.
(Inherited from IViewer)
SaveImage Downloads the image
(Inherited from IImageViewer)
SetBrightness Set the brightness of the viewer.
(Inherited from IImageViewer)
SetContrast Set the contrast of the viewer.
(Inherited from IImageViewer)
SetSelectedFeatureByProperties Sets the selected feature using the given properties. The selected feature can only be selected if the feature is in sight on the viewer.
(Inherited from IImageViewer)
SwitchViewingDirection Changes the viewing direction of the oblique viewer.
ToggleButtonEnabled Toggle the visibility of a button.
ToggleCompass Toggles the visibility of the compass in the Panorama / Oblique Viewer.
(Inherited from IImageViewer)
ToggleCompass(Boolean) Toggles the visibility of the compass in the Panorama / Oblique Viewer.
(Inherited from IImageViewer)
ToggleNavbarExpanded Modify the state of navbar expanded in the panorama viewer store.
(Inherited from IViewer)
ToggleNavbarVisible Toggles the visibility of the navbar in the PanoramaViewer.
(Inherited from IViewer)
ToggleOverlay Toggles the visibility of an overlay.
(Inherited from IImageViewer)
ToggleTimeTravelExpanded Expands or hides the timetravel components.
(Inherited from IImageViewer)
ToggleTimeTravelVisible Enables or disables timeTravel in the viewer.
(Inherited from IImageViewer)
ZoomIn Zoom in in the Panorama. This will alter the hFov.
(Inherited from IImageViewer)
ZoomOut Zoom out in the Panorama. This will alter the hFov.
(Inherited from IImageViewer)

Events

FeatureClick Triggers when a feature is clicked inside the obliqueViewer.
FeatureSelectionChange Triggers when a feature is selected / deselected inside the obliqueViewer.
ImageChange Triggers when loaded another oblique image.
LayerVisibilityChange Triggers when the elevation is changed
(Inherited from IImageViewer)
SwitchViewingDir Triggers when oblique viewing direction is clicked.
TimeTravelChange Triggers when time travel date changed
ViewChange Triggers when the view (center, resolution, rotation) of the oblique changed.
ViewLoadEnd Triggers when the surface cursor is changed

Version Information

Supported in: 18.7

See Also