com.esri.arcgis.analyst3d
Interface IBasicScene

All Superinterfaces:
Serializable
All Known Subinterfaces:
IBasicScene2
All Known Implementing Classes:
Globe, Scene

public interface IBasicScene
extends Serializable

Provides access to basic members of the scene.

Superseded By

IBasicScene2

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.


Method Summary
 IViewers3D getBasicDisplay()
          The basic 3D display used by the scene.
 void loadAnimation(String pFilename)
          Load the animation from a file.
 void saveAnimation(String pFilename)
          Save the animation to a file.
 

Method Detail

getBasicDisplay

IViewers3D getBasicDisplay()
                           throws IOException,
                                  AutomationException
The basic 3D display used by the scene.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.analyst3d.IViewers3D
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveAnimation

void saveAnimation(String pFilename)
                   throws IOException,
                          AutomationException
Save the animation to a file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Supported Platforms

Windows, Solaris, Linux

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

loadAnimation

void loadAnimation(String pFilename)
                   throws IOException,
                          AutomationException
Load the animation from a file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Supported Platforms

Windows, Solaris, Linux

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