com.esri.arcgis.arcglobe
Interface IGMxDocumentPriv

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGMxDocumentPrivProxy

public interface IGMxDocumentPriv
extends java.io.Serializable

COM Interface 'IGMxDocumentPriv'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcGlobe.olb'

Description: 'Provides access to GMx Document.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb461cde0_216d_11d6_b2b3_00508bcdde28
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDb461cde0_216d_11d6_b2b3_00508bcdde28

static final int IIDb461cde0_216d_11d6_b2b3_00508bcdde28
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getActiveView

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

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

setActiveViewByRef

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

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

openDataset

void openDataset()
                 throws java.io.IOException,
                        AutomationException
Opens dataset.

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

attachGlobeServerAnimation

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

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