com.esri.arcgis.controls
Interface IGlobeFixedLineOfSight

All Superinterfaces:
Serializable
All Known Implementing Classes:
ControlsGlobeFixedLineOfSightTool

public interface IGlobeFixedLineOfSight
extends Serializable

Provides access to properties of the GlobeFixedLineOfSight command.

Product Availability

Available with ArcGIS Engine.


Method Summary
 boolean isStopAtSurface()
          Indicates if navigation stops at the surface of the globe.
 void setStopAtSurface(boolean bStopAtSurface)
          Indicates if navigation stops at the surface of the globe.
 

Method Detail

setStopAtSurface

void setStopAtSurface(boolean bStopAtSurface)
                      throws IOException,
                             AutomationException
Indicates if navigation stops at the surface of the globe.

Product Availability

Available with ArcGIS Engine.

Parameters:
bStopAtSurface - The bStopAtSurface (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isStopAtSurface

boolean isStopAtSurface()
                        throws IOException,
                               AutomationException
Indicates if navigation stops at the surface of the globe.

Description

Indicates whether a fixed line of sight tool stops navigation at the globe surface, or allows navigation under the globe surface. By default StopAtSurface is false.

Product Availability

Available with ArcGIS Engine.

Returns:
The bStopAtSurface
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.