Class: Profile3d

Mapspace.ortho.action. Profile3d

An action for the control that activates the draw interactions in a Mapspace.ortho.Viewer to define LiDAR profile.


new Profile3d( [options])

Parameters:
Name Type Argument Description
options Mapspace.ortho.action.Profile3dOptions <optional>

Options.

Source:
mapspace-ortho/actions/profile3d.js

Extends

Members


<nullable> localStorageKey :string

This is a key that can be used to store content locally in the action.

Inherited From:
Source:
mapspace/actions/workspaceaction.js

<nullable> workspace :Mapspace.Workspace

This is the workspace this action will be tied to.

Inherited From:
Source:
mapspace/actions/workspaceaction.js

Methods


enableProfile3dTool(pType, viewType)

Changes the current lidar profile tool in the viewer.

Parameters:
Name Type Argument Description
pType Mapspace.Profile3dType <nullable>

The type of lidar profile or null or undefined to deactivate all lidar profile3d tools

viewType Mapspace.ViewType

The view type.

Source:
mapspace-ortho/actions/profile3d.js