Home > All Other Interfaces > ITerrainPointCloudModel

ITerrainPointCloudModel6

Objects that implement this interface use an external file that is used to define a point cloud model rendered on the terrain. These models are created from a list of points in a 3D area that are collected by various 3D scanners.

 

 

Properties

 

Action

An IAction6 representing the operation that takes place when the object is clicked in the Project Tree.

Attachment

An IAttachment6 representing the attachment behavior of the model.

ChangeSampleOnMove

Determines the sampling interval used when the camera is moving.

ClientData

A text string assigned to each object global namespace. C# exposes this property as get_ClientData and set_ClientData. (Inherited from ITerraExplorerObject6)

DataFormat

The type of point data.

DefaultLocation

An IPointCloudDefaultLocation6 representing the default locationfor the model.

DistributionDirection

Determines the direction of applying the palette values on the points.

DistributionEnd

The end value for applying the intensity range to the model.

DistributionStart

The start value for applying the intensity range to the model.

FlattenBelowTerrain

Determines if the terrain under the model is leveled to the model's elevation value.

HideBelowImagery

Determines whether terrain database imagery is displayed below the model.

ID

The ID of the object. (Inherited from ITerraExplorerObject6)

MaxIntensity

The maximum intensity value applied to the model.

Message

An IMessageObject6 representing the message object triggered when the user double-clicks the point cloud’s Project Tree entry.

MinIntensity

The minimum intensity value applied to the model.

ModelFileName

A full path name or a URL to the point cloud model file that this object should use.

ObjectType

An enum that identifies the type of the object. (Inherited from ITerraExplorerObject6)

PaletteFileName

A full path name to the palette file that this object should use.

PaletteOpacity

The opacity value for the object’s palette.

PointSamplingInterval

Determines the accuracy level by which the model is read.

PointScalingFactor

Determines the size scaling for each sampled point.

PointSizeLimit

Determines the maximum size, in pixels, to display each point.

Position

An IPosition6 representing the position and orientation of the object on the terrain.

SaveInFlyFile

Determines whether object should be saved in the FLY file. (Inherited from ITerraExplorerObject6)

ScaleFactor

Determines the dimensions of the point cloud model.

Terrain

An ITerrainObject6 representing terrain properties including draw order and ground object status.

Timespan

An ITimeSpan6 representing the timespan in which the object is visible on the terrain.

Tooltip

An ITooltip6 representing the tooltip that displays when a mouse cursor is placed over the model in the 3D Window.

TreeItem

An ITreeItem6 describing the representation of the model in the Project Tree.

Visibility

An IVisibility6 representing the visibility of the model at different distances, as well as visibility of the model in TerraExplorer Basic Viewer.

 

Methods

 

get_ClientData

This method is exposed only in C#. To use from C++ or JavaScript use the ClientData property. (Inherited from ITerraExplorerObject6)

GetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject6)

set_ClientData

This method is exposed only in C#. To use from C++ or JavaScript use the ClientData property. (Inherited from ITerraExplorerObject6)

SetAutoIntensity

Automatically calculate the minimum and maximum values.

SetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject6)