IPointCloudViewer 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 IPointCloudViewer : IViewer
Implements
IViewer

Methods

GetBackgroundPreset Get the background of the PointCloud. See the background enum
GetButtonEnabled Get the visibility of a button
GetEdgesVisibility Get current visibility of black edges around points.
GetId Returns the viewerId of the viewer
(Inherited from IViewer)
GetMaxHeightColorization Get the maximal height colorization, these values are only used with the point style: Height
GetMinHeightColorization Get the minimal height colorization, these values are only used with the point style: Height
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)
GetPointAmount Get current point amount, see quality enum
GetPointSize Get current size of points, see PointSize enum
GetPointStyle Get current style of points
GetType Returns the type of this viewer.
(Inherited from IViewer)
SetBackgroundPreset Set the background. See the background enum.
SetMaxHeightColorization Set the maximum height colorization, this function can only be used with the point style: Height
SetMinHeightColorization Set the minimum height colorization, this function can only be used with the point style: Height
SetPointAmount Set the maximum amount of point displayed in the viewer.
SetPointSize Set the size points are displayed on, see PointSize enum.
SetPointStyle Set the style of points. See colorizationMode Enum.
ToggleButtonEnabled Toggle the visibility of a button.
ToggleEdges Toggles or sets the visibility of edges around points.
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)
TogglePointCloudType Toggles between aerial point cloud and street point cloud

Events

BackGroundChanged Background Changed
EdgesChanged Triggers on a edges change
PointBudgedChanged Triggers on a point budged change
PointSizeChanged Triggers on a point size change
PointStyleChanged Triggers on a point style change
ViewChange Triggers on a view change

Version Information

Supported in: 18.7

See Also