ITerrainVideo66

Objects that implement this interface use an external video file or stream to play video draped on the terrain. Some of the capabilities provided for this object manage parameters for the video projector. The projector object can get its positioning information from a telemetry file or its position can be controlled with the Position property of the ITerrainLocation66 interface. Play, stop, pause, and seek operations can also be performed on the video object using the ITerrainVideo66 interface.

 

 

Properties

 

Action

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

Attachment

An IAttachment66 representing the attachment behavior of the object.

CanSeek

Gets a Boolean that identifies if the video is capable of seeking a specific time in its duration.

ClientData

Gets and sets an array of text strings assigned to each object global namespace. C# exposes this property as get_ClientData and set_ClientData. (Inherited from ITerraExplorerObject66)

ID

Gets the ID of the object. (Inherited from ITerraExplorerObject66)

MaximumProjectionDistance

Gets and sets the distance from the camera at which the Video on Terrain disappears.

Message

An IMessageObject66 representing the message object assigned to the Video on Terrain.

Mute

Gets and sets a Boolean that determines whether the audio playback is muted.

ObjectType

Gets an enum that identifies the type of the object. (Inherited from ITerraExplorerObject66)

PlayStatus

Gets the play status of the video.

PlayVideoOnStartup

Gets and sets a Boolean that determines whether the video starts playing when a FLY project opens.

Position

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

ProjectionFieldOfView

Gets and sets the projector field of view, in degrees.

ProjectionLinesLength

Gets and sets the length, in meters, of the projector rays in the 3D Window.

ProjectOnHiddenSurfaces

Gets and sets a Boolean that determines whether video is projected only on surfaces that are visible to the projector.

ProjectorLength

Gets and sets the length, in meters, of the projector in the 3D Window.

SaveInFlyFile

Gets and sets a Boolean that determines whether the object is saved in the Fly file. (Inherited from ITerraExplorerObject66)

ShowProjectionLines

Gets and sets a Boolean that determines whether to show the projector rays in the 3D Window.

ShowProjector

Gets and sets a Boolean that determines whether to show the projector pyramid in the 3D Window.

TelemetryFileName

Gets and sets a full path name to the telemetry file that the projector object should use.

Terrain

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

TimeSpan

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

Tooltip

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

TreeItem

An ITreeItem66 representing details about the representation of the object in the Project Tree.

UseTelemetry

Gets and sets a Boolean that determines whether the object uses the positioning information in the telemetry file assigned in the TelemetryFileName property.

VideoFileName

Gets and sets a full path name or a URL to the video file or stream.

VideoLength

Gets the length, in seconds, of the video file.

VideoOpacity

Gets and sets the opacity or transparency of the video image.

VideoPosition

Gets and sets the current playing time, in seconds, from the beginning of the video.

Visibility

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

Volume

Gets and sets the audio volume level.

 

Methods

 

get_ClientData

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

GetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject66)

set_ClientData

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

PlayVideo

Calling this method sets the video play mode for play, stop, and pause.

SetImage

Reserved. Currently not used.

SetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject66)