|
|||||||||
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.catalogUI.IGxApplicationProxy
public class IGxApplicationProxy
Internal use class Proxy for COM Interface 'IGxApplication'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'
Description: 'Provides access to members that control the Gx 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.catalogUI.IGxApplication |
---|
IID, IIDd1bf6a01_7a1c_11d0_b77d_00805f7ced21 |
Constructor Summary | |
---|---|
|
IGxApplicationProxy()
For internal use only |
|
IGxApplicationProxy(java.lang.Object obj)
|
protected |
IGxApplicationProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IGxApplicationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IGxApplicationProxy(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 |
deleteSelection()
Deletes the current selection. |
void |
expandSelection()
Expands the current selection. |
IEnvelope |
getAreaOfInterest()
The default area of interest for the application. |
IGxCatalog |
getCatalog()
The current catalog. |
IGxObject |
getSelectedObject()
The first selected object, or the location if no objects are selected. |
IGxSelection |
getSelection()
The selection of application. |
IGxTreeView |
getTreeView()
The tree view. |
IGxView |
getView()
The current view. |
IUID |
getViewClassID()
The current view's class ID. |
boolean |
isCanDeleteSelection()
Indicates if the current selection can be deleted. |
boolean |
isCanRenameSelection()
Indicates if the current selection can be renamed. |
void |
refresh(java.lang.String startingPath)
Refreshes the catalog tree starting at the specified path. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
renameSelection()
Renames the current selection. |
void |
setAreaOfInterest(IEnvelope aoi)
The default area of interest for the application. |
void |
setLocation(java.lang.String rhs1)
The location to the specified path. |
void |
setViewClassID(IUID viewClassID)
The current view's class ID. |
void |
showContextMenu(int x,
int y)
Displays a context menu for the current selection. |
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 IGxApplicationProxy(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 IGxApplicationProxy()
public IGxApplicationProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGxApplicationProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGxApplicationProxy(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 IGxCatalog getCatalog() throws java.io.IOException, AutomationException
getCatalog
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxView getView() throws java.io.IOException, AutomationException
getView
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getViewClassID() throws java.io.IOException, AutomationException
getViewClassID
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setViewClassID(IUID viewClassID) throws java.io.IOException, AutomationException
setViewClassID
in interface IGxApplication
viewClassID
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxTreeView getTreeView() throws java.io.IOException, AutomationException
getTreeView
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxSelection getSelection() throws java.io.IOException, AutomationException
getSelection
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxObject getSelectedObject() throws java.io.IOException, AutomationException
getSelectedObject
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocation(java.lang.String rhs1) throws java.io.IOException, AutomationException
setLocation
in interface IGxApplication
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refresh(java.lang.String startingPath) throws java.io.IOException, AutomationException
refresh
in interface IGxApplication
startingPath
- The startingPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void showContextMenu(int x, int y) throws java.io.IOException, AutomationException
showContextMenu
in interface IGxApplication
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 void expandSelection() throws java.io.IOException, AutomationException
expandSelection
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCanDeleteSelection() throws java.io.IOException, AutomationException
isCanDeleteSelection
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteSelection() throws java.io.IOException, AutomationException
deleteSelection
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCanRenameSelection() throws java.io.IOException, AutomationException
isCanRenameSelection
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void renameSelection() throws java.io.IOException, AutomationException
renameSelection
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getAreaOfInterest() throws java.io.IOException, AutomationException
getAreaOfInterest
in interface IGxApplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAreaOfInterest(IEnvelope aoi) throws java.io.IOException, AutomationException
setAreaOfInterest
in interface IGxApplication
aoi
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
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 |