com.esri.arcgis.arcglobe
Interface IGMxDocumentPriv

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGMxDocumentPrivProxy

public interface IGMxDocumentPriv
extends Serializable

Provides access to GMx Document.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.


Method Summary
 void attachGlobeServerAnimation(IName pName, IArray pNewLayers)
          Attaches any animation present to the Globe doc.
 IActiveView getActiveView()
          The active view.
 void openDataset()
          Opens dataset.
 void setActiveViewByRef(IActiveView activeView)
          The active view.
 

Method Detail

getActiveView

IActiveView getActiveView()
                          throws IOException,
                                 AutomationException
The active view.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

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

setActiveViewByRef

void setActiveViewByRef(IActiveView activeView)
                        throws IOException,
                               AutomationException
The active view.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Parameters:
activeView - A reference to a com.esri.arcgis.carto.IActiveView (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

openDataset

void openDataset()
                 throws IOException,
                        AutomationException
Opens dataset.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

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

attachGlobeServerAnimation

void attachGlobeServerAnimation(IName pName,
                                IArray pNewLayers)
                                throws IOException,
                                       AutomationException
Attaches any animation present to the Globe doc.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Parameters:
pName - A reference to a com.esri.arcgis.system.IName (in)
pNewLayers - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.