ITerrainThreatDome81
Terrain threat dome objects are 3D shapes, resembling the top half of a sphere, used to analyze and display the volume that is visible from a given point on the terrain. Any point inside the threat dome can be viewed from the dome’s pivot point. Using the interface’s properties, you can set various parameters, like the range and elevation angle, and analyze different areas for visibility.
|
Properties |
|
|
An IAction81 representing the operation that takes place when the object is clicked in the Project Tree. |
|
|
Gets the space between each sampling ray. |
|
|
An IColor81 representing the threat dome color. |
|
|
Gets the center direction of the scan. |
|
|
Gets the angle, from the ground, below which any point inside the threat dome cannot be viewed from the pivot point. |
|
|
Gets the ending horizontal angle of the scan. |
|
|
Gets the value in degrees, representing the scan field of the threat dome. |
|
|
Gets the starting horizontal angle of the scan. |
|
|
Gets the ID of the threat dome. (Inherited from ITerraExplorerObject81) |
|
|
An IMessageObject81 representing the message associated with the threat dome object. |
|
|
Gets an enum that identifies the type of the object. (Inherited from ITerraExplorerObject81) |
|
|
An IPosition81 representing the threat dome pivot point’s position. |
|
|
Gets the distance between sample points along each ray. |
|
|
Gets the radius of the scan |
|
|
Gets and sets a Boolean that determines whether the threat dome is saved in the Fly file. (Inherited from ITerraExplorerObject81) |
|
|
An ITerrainObject81 representing terrain properties including draw order and ground object status. |
|
|
An ITimeSpan81 |
|
|
An ITooltip81 |
|
|
An ITreeItem81 describing the representation of the threat dome in the Project Tree. |
|
|
An IVisibility81 |
|
|
Methods |
|
|
Gets an array of text strings assigned to each object global namespace. (Inherited from ITerraExplorerObject81) |
|
|
GetParam |
Reserved. Currently not used. (Inherited from ITerraExplorerObject81) |
|
Sets an array of text strings assigned to each object global namespace. (Inherited from ITerraExplorerObject81) |
|
|
SetParam |
Reserved. Currently not used. (Inherited from ITerraExplorerObject81) |
AngularStep
Gets the space between each sampling ray. The smaller the ray spacing, the more accurate the measurement, but the longer it takes to calculate.
JavaScript |
|
AngularStep |
C# |
|
double AngularStep { get; } |
C++ |
|
HRESULT AngularStep([out, retval] double* pVal) |
Direction
Gets the center direction of the scan.
JavaScript |
|
Direction |
C# |
|
double Direction { get; } |
C++ |
|
HRESULT Direction([out, retval] double* pVal) |
ElevationAngle
Gets the angle, from the ground, below which any point inside the threat dome cannot be viewed from the pivot point. For example, an elevation angle of zero creates a complete half sphere, while an angle of 30 degrees creates an inverted cone, topped by a section of a sphere.
JavaScript |
|
ElevationAngle |
C# |
|
double ElevationAngle { get; } |
C++ |
|
HRESULT ElevationAngle([out, retval] double* pVal) |
HorizontalEndAngle
Gets the ending horizontal angle of the scan.
JavaScript |
|
HorizontalEndAngle |
C# |
|
double HorizontalEndAngle { get; } |
C++ |
|
HRESULT HorizontalEndAngle([out, retval] double* pVal) |
HorizontalFOV
Gets the value in degrees, representing the scan field of the threat dome.
JavaScript |
|
HorizontalFOV |
C# |
|
double HorizontalFOV { get; } |
C++ |
|
HRESULT HorizontalFOV([out, retval] double* pVal) |
HorizontalStartAngle
Gets the starting horizontal angle of the scan.
JavaScript |
|
HorizontalStartAngle |
C# |
|
double HorizontalStartAngle { get; } |
C++ |
|
HorizontalStartAngle([out, retval] double* pVal) |
RadialStep
Gets the distance between sample points along each ray. The smaller the sample interval, the more accurate the measurement, but the longer it takes to calculate.
JavaScript |
|
RadialStep |
C# |
|
double RadialStep { get; } |
C++ |
|
HRESULT RadialStep([out, retval] double* pVal) |
Range
Gets the radius of the scan.
JavaScript |
|
Range |
C# |
|
double Range { get; } |
C++ |
|
HRESULT Range([out, retval] double* pVal) |