|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.arcglobe.IGMxApplicationProxy
public class IGMxApplicationProxy
Internal use class Proxy for COM Interface 'IGMxApplication'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcGlobe.olb'
Description: 'Provides access to members that control the ArcGlobe Application object.' 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.arcglobe.IGMxApplication |
---|
IID, IIDb461cde1_216d_11d6_b2b3_00508bcdde28 |
Constructor Summary | |
---|---|
|
IGMxApplicationProxy()
For internal use only |
|
IGMxApplicationProxy(java.lang.Object obj)
|
protected |
IGMxApplicationProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IGMxApplicationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IGMxApplicationProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
void |
clearGesture()
Clears gesture. |
void |
copyToClipboard()
Copies the current scene to the Clipboard. |
void |
createSubView()
Makes a new viewer. |
void |
export2d()
Exports the Current Document to a 2d file format. |
void |
export3d()
Exports the Current Document to a 3d file format. |
java.lang.String |
getBuildNum()
The build number. |
void |
getDefaultBackgroundTransitionDistances(float[] lowAltitude,
float[] highAltitude)
The Default Background Transition Distances for New Documents. |
IRgbColor |
getDefaultHighBackgroundColor()
The Default High Background Color for New Documents. |
IRgbColor |
getDefaultLowBackgroundColor()
The Default Low Background Color for New Documents. |
IPage |
getPage()
The current page settings. |
IPaper |
getPaper()
The current paper settings. |
IPrinter |
getPrinter()
The current printer settings. |
ISelectionEnvironment |
getSelectionEnvironment()
The selection environment. |
boolean |
isTOCVisible()
Indicates if the TOC is visible. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
restoreGesture()
Restores gesture. |
void |
setDefaultBackgroundTransitionDistances(float lowAltitude,
float highAltitude)
The Default Background Transition Distances for New Documents. |
void |
setDefaultContentsViews()
Set current TOC configuration as defaults in Normal.3dt. |
void |
setDefaultHighBackgroundColor(IRgbColor ppRgbColor)
The Default High Background Color for New Documents. |
void |
setDefaultLowBackgroundColor(IRgbColor ppRgbColor)
The Default Low Background Color for New Documents. |
void |
setPrinterByRef(IPrinter printer)
The current printer settings. |
void |
showContextMenu(int x,
int y)
Displays a context menu for the current selection. |
void |
showTOC(boolean bShow)
Displays the table content. |
void |
suspendGesture()
Suspends gesture. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGMxApplicationProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGMxApplicationProxy()
public IGMxApplicationProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGMxApplicationProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGMxApplicationProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void showContextMenu(int x, int y) throws java.io.IOException, AutomationException
showContextMenu
in interface IGMxApplication
x
- The x (in)y
- The y (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isTOCVisible() throws java.io.IOException, AutomationException
isTOCVisible
in interface IGMxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void showTOC(boolean bShow) throws java.io.IOException, AutomationException
showTOC
in interface IGMxApplication
bShow
- The bShow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void createSubView() throws java.io.IOException, AutomationException
createSubView
in interface IGMxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void export2d() throws java.io.IOException, AutomationException
export2d
in interface IGMxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void export3d() throws java.io.IOException, AutomationException
export3d
in interface IGMxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void copyToClipboard() throws java.io.IOException, AutomationException
copyToClipboard
in interface IGMxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPrinterByRef(IPrinter printer) throws java.io.IOException, AutomationException
setPrinterByRef
in interface IGMxApplication
printer
- A reference to a com.esri.arcgis.output.IPrinter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPrinter getPrinter() throws java.io.IOException, AutomationException
getPrinter
in interface IGMxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPaper getPaper() throws java.io.IOException, AutomationException
getPaper
in interface IGMxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPage getPage() throws java.io.IOException, AutomationException
getPage
in interface IGMxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISelectionEnvironment getSelectionEnvironment() throws java.io.IOException, AutomationException
getSelectionEnvironment
in interface IGMxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRgbColor getDefaultHighBackgroundColor() throws java.io.IOException, AutomationException
getDefaultHighBackgroundColor
in interface IGMxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultHighBackgroundColor(IRgbColor ppRgbColor) throws java.io.IOException, AutomationException
setDefaultHighBackgroundColor
in interface IGMxApplication
ppRgbColor
- A reference to a com.esri.arcgis.display.IRgbColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRgbColor getDefaultLowBackgroundColor() throws java.io.IOException, AutomationException
getDefaultLowBackgroundColor
in interface IGMxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultLowBackgroundColor(IRgbColor ppRgbColor) throws java.io.IOException, AutomationException
setDefaultLowBackgroundColor
in interface IGMxApplication
ppRgbColor
- A reference to a com.esri.arcgis.display.IRgbColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getDefaultBackgroundTransitionDistances(float[] lowAltitude, float[] highAltitude) throws java.io.IOException, AutomationException
getDefaultBackgroundTransitionDistances
in interface IGMxApplication
lowAltitude
- The lowAltitude (out: use single element array)highAltitude
- The highAltitude (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultBackgroundTransitionDistances(float lowAltitude, float highAltitude) throws java.io.IOException, AutomationException
setDefaultBackgroundTransitionDistances
in interface IGMxApplication
lowAltitude
- The lowAltitude (in)highAltitude
- The highAltitude (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearGesture() throws java.io.IOException, AutomationException
clearGesture
in interface IGMxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void suspendGesture() throws java.io.IOException, AutomationException
suspendGesture
in interface IGMxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void restoreGesture() throws java.io.IOException, AutomationException
restoreGesture
in interface IGMxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getBuildNum() throws java.io.IOException, AutomationException
getBuildNum
in interface IGMxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultContentsViews() throws java.io.IOException, AutomationException
setDefaultContentsViews
in interface IGMxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |