|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.editor.ISelectionResolutionChipProxy
Description: 'Provides access to the Selection Resolution Chip.' 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 =
public class ISelectionResolutionChipProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| 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.editor.ISelectionResolutionChip |
|---|
IID, IID09e25c6f_7e04_4317_85da_76c52ed5d523 |
| Constructor Summary | |
|---|---|
|
ISelectionResolutionChipProxy()
Deprecated. For internal use only |
|
ISelectionResolutionChipProxy(java.lang.Object obj)
Deprecated. |
protected |
ISelectionResolutionChipProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ISelectionResolutionChipProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ISelectionResolutionChipProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
doModal(IPoint clickPt,
IFeatureLayer[] featureLayer,
IFeature[] feature)
Deprecated. Shows the selection resolution chip and require a response. |
void |
hide()
Deprecated. Hides the selection resolution chip. |
boolean |
isAllowAnnoFeatures()
Deprecated. Indicates if annotation feature candidates are allowed. |
boolean |
isAllowLineFeatures()
Deprecated. Indicates if line feature candidates are allowed. |
boolean |
isAllowPointFeatures()
Deprecated. Indicates if point feature candidates are allowed. |
boolean |
isAllowPolygonFeatures()
Deprecated. Indicates if polygon feature candidates are allowed. |
boolean |
isMustBeEditable()
Deprecated. Indicates if the candidate features must be editable. |
boolean |
isMustBeSelectable()
Deprecated. Indicates if the candidate features must be selectable. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAllowAnnoFeatures(boolean flag)
Deprecated. Indicates if annotation feature candidates are allowed. |
void |
setAllowLineFeatures(boolean flag)
Deprecated. Indicates if line feature candidates are allowed. |
void |
setAllowPointFeatures(boolean flag)
Deprecated. Indicates if point feature candidates are allowed. |
void |
setAllowPolygonFeatures(boolean flag)
Deprecated. Indicates if polygon feature candidates are allowed. |
void |
setCombinationMethod(int rhs1)
Deprecated. The combination method used when clicked. |
void |
setMustBeEditable(boolean flag)
Deprecated. Indicates if the candidate features must be editable. |
void |
setMustBeSelectable(boolean flag)
Deprecated. Indicates if the candidate features must be selectable. |
void |
show(IPoint clickPt,
ISelectionResolutionImpl selSelector)
Deprecated. Shows the selection resolution chip. |
| 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 ISelectionResolutionChipProxy(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.IOExceptionpublic ISelectionResolutionChipProxy()
public ISelectionResolutionChipProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ISelectionResolutionChipProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ISelectionResolutionChipProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void show(IPoint clickPt,
ISelectionResolutionImpl selSelector)
throws java.io.IOException,
AutomationException
show in interface ISelectionResolutionChipclickPt - A reference to a com.esri.arcgis.geometry.IPoint (in)selSelector - A reference to a com.esri.arcgis.editor.ISelectionResolutionImpl (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void hide()
throws java.io.IOException,
AutomationException
hide in interface ISelectionResolutionChipjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void doModal(IPoint clickPt,
IFeatureLayer[] featureLayer,
IFeature[] feature)
throws java.io.IOException,
AutomationException
doModal in interface ISelectionResolutionChipclickPt - A reference to a com.esri.arcgis.geometry.IPoint (in)featureLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (out: use single element array)feature - A reference to a com.esri.arcgis.geodatabase.IFeature (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMustBeSelectable(boolean flag)
throws java.io.IOException,
AutomationException
setMustBeSelectable in interface ISelectionResolutionChipflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isMustBeSelectable()
throws java.io.IOException,
AutomationException
isMustBeSelectable in interface ISelectionResolutionChipjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMustBeEditable(boolean flag)
throws java.io.IOException,
AutomationException
setMustBeEditable in interface ISelectionResolutionChipflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isMustBeEditable()
throws java.io.IOException,
AutomationException
isMustBeEditable in interface ISelectionResolutionChipjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAllowPointFeatures(boolean flag)
throws java.io.IOException,
AutomationException
setAllowPointFeatures in interface ISelectionResolutionChipflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAllowPointFeatures()
throws java.io.IOException,
AutomationException
isAllowPointFeatures in interface ISelectionResolutionChipjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAllowLineFeatures(boolean flag)
throws java.io.IOException,
AutomationException
setAllowLineFeatures in interface ISelectionResolutionChipflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAllowLineFeatures()
throws java.io.IOException,
AutomationException
isAllowLineFeatures in interface ISelectionResolutionChipjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAllowPolygonFeatures(boolean flag)
throws java.io.IOException,
AutomationException
setAllowPolygonFeatures in interface ISelectionResolutionChipflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAllowPolygonFeatures()
throws java.io.IOException,
AutomationException
isAllowPolygonFeatures in interface ISelectionResolutionChipjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAllowAnnoFeatures(boolean flag)
throws java.io.IOException,
AutomationException
setAllowAnnoFeatures in interface ISelectionResolutionChipflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAllowAnnoFeatures()
throws java.io.IOException,
AutomationException
isAllowAnnoFeatures in interface ISelectionResolutionChipjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCombinationMethod(int rhs1)
throws java.io.IOException,
AutomationException
setCombinationMethod in interface ISelectionResolutionChiprhs1 - A com.esri.arcgis.carto.esriSelectionResultEnum constant (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 | ||||||||