|
|||||||||
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.arcscene.ISxApplicationProxy
public class ISxApplicationProxy
Internal use class Proxy for COM Interface 'ISxApplication'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcScene.olb'
Description: 'Provides access to members that control the ArcScene 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.arcscene.ISxApplication |
---|
IID, IID9d7d18f0_a367_11d3_8206_0080c7597e71 |
Constructor Summary | |
---|---|
|
ISxApplicationProxy()
For internal use only |
|
ISxApplicationProxy(java.lang.Object obj)
|
protected |
ISxApplicationProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ISxApplicationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
ISxApplicationProxy(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. |
IRgbColor |
getDefaultBackgroundColor()
The Default 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 |
setDefaultBackgroundColor(IRgbColor ppRgbColor)
The Default 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 ISxApplicationProxy(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 ISxApplicationProxy()
public ISxApplicationProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISxApplicationProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISxApplicationProxy(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 ISxApplication
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 ISxApplication
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 ISxApplication
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 ISxApplication
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 ISxApplication
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 ISxApplication
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 ISxApplication
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 ISxApplication
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 ISxApplication
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 ISxApplication
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 ISxApplication
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 ISxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRgbColor getDefaultBackgroundColor() throws java.io.IOException, AutomationException
getDefaultBackgroundColor
in interface ISxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultBackgroundColor(IRgbColor ppRgbColor) throws java.io.IOException, AutomationException
setDefaultBackgroundColor
in interface ISxApplication
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 clearGesture() throws java.io.IOException, AutomationException
clearGesture
in interface ISxApplication
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 ISxApplication
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 ISxApplication
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 |