ITerrainPointCloudModel65

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 IAction65 representing the operation that takes place when the object is clicked in the Project Tree.

Attachment

An IAttachment65 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 ITerraExplorerObject65)

DataFormat

The type of point data.

DefaultLocation

An IPointCloudDefaultLocation65 representing the default location for 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 ITerraExplorerObject65)

MaxIntensity

The maximum intensity value applied to the model.

Message

An IMessageObject65 representing the message object assigned to the object.

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 ITerraExplorerObject65)

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 IPosition65 representing the position and orientation of the object on the terrain.

SaveInFlyFile

Determines whether object should be saved in the Fly file. (Inherited from ITerraExplorerObject65)

ScaleFactor

Determines the dimensions of the point cloud model.

Terrain

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

Timespan

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

Tooltip

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

TreeItem

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

Visibility

An IVisibility65 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 ITerraExplorerObject65)

GetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject65)

set_ClientData

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

SetAutoIntensity

Automatically calculate the minimum and maximum values.

SetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject65)