|
|||||||||
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.carto.ISelectionEnvironmentProxy
Description: 'Provides access to members that control the selection environment.' 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 ISelectionEnvironmentProxy
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.carto.ISelectionEnvironment |
---|
IID, IIDe3875b6f_d9f5_11d1_add4_080009ec732a |
Constructor Summary | |
---|---|
|
ISelectionEnvironmentProxy()
Deprecated. For internal use only |
|
ISelectionEnvironmentProxy(java.lang.Object obj)
Deprecated. |
protected |
ISelectionEnvironmentProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ISelectionEnvironmentProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ISelectionEnvironmentProxy(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. |
double |
getAreaSearchDistance()
Deprecated. Distance used for selecting areas by proximity. |
int |
getAreaSelectionMethod()
Deprecated. Selection method used for areas. |
int |
getCombinationMethod()
Deprecated. Combination method for the selection results. |
IColor |
getDefaultColor()
Deprecated. Default selection color. |
double |
getLinearSearchDistance()
Deprecated. Distance used for selecting lines by proximity. |
int |
getLinearSelectionMethod()
Deprecated. Selection method used for lines. |
double |
getPointSearchDistance()
Deprecated. Distance used for selecting points by proximity. |
int |
getPointSelectionMethod()
Deprecated. Selection method used for points. |
int |
getSearchTolerance()
Deprecated. Search tolerance in device units. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAreaSearchDistance(double distance)
Deprecated. Distance used for selecting areas by proximity. |
void |
setAreaSelectionMethod(int method)
Deprecated. Selection method used for areas. |
void |
setCombinationMethod(int method)
Deprecated. Combination method for the selection results. |
void |
setDefaultColorByRef(IColor color)
Deprecated. Default selection color. |
void |
setLinearSearchDistance(double distance)
Deprecated. Distance used for selecting lines by proximity. |
void |
setLinearSelectionMethod(int method)
Deprecated. Selection method used for lines. |
void |
setPointSearchDistance(double distance)
Deprecated. Distance used for selecting points by proximity. |
void |
setPointSelectionMethod(int method)
Deprecated. Selection method used for points. |
void |
setSearchTolerance(int tolerance)
Deprecated. Search tolerance in device units. |
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 ISelectionEnvironmentProxy(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 ISelectionEnvironmentProxy()
public ISelectionEnvironmentProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISelectionEnvironmentProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISelectionEnvironmentProxy(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 int getPointSelectionMethod() throws java.io.IOException, AutomationException
getPointSelectionMethod
in interface ISelectionEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPointSelectionMethod(int method) throws java.io.IOException, AutomationException
setPointSelectionMethod
in interface ISelectionEnvironment
method
- A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getPointSearchDistance() throws java.io.IOException, AutomationException
getPointSearchDistance
in interface ISelectionEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPointSearchDistance(double distance) throws java.io.IOException, AutomationException
setPointSearchDistance
in interface ISelectionEnvironment
distance
- The distance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLinearSelectionMethod() throws java.io.IOException, AutomationException
getLinearSelectionMethod
in interface ISelectionEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLinearSelectionMethod(int method) throws java.io.IOException, AutomationException
setLinearSelectionMethod
in interface ISelectionEnvironment
method
- A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLinearSearchDistance() throws java.io.IOException, AutomationException
getLinearSearchDistance
in interface ISelectionEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLinearSearchDistance(double distance) throws java.io.IOException, AutomationException
setLinearSearchDistance
in interface ISelectionEnvironment
distance
- The distance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAreaSelectionMethod() throws java.io.IOException, AutomationException
getAreaSelectionMethod
in interface ISelectionEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAreaSelectionMethod(int method) throws java.io.IOException, AutomationException
setAreaSelectionMethod
in interface ISelectionEnvironment
method
- A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getAreaSearchDistance() throws java.io.IOException, AutomationException
getAreaSearchDistance
in interface ISelectionEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAreaSearchDistance(double distance) throws java.io.IOException, AutomationException
setAreaSearchDistance
in interface ISelectionEnvironment
distance
- The distance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCombinationMethod() throws java.io.IOException, AutomationException
getCombinationMethod
in interface ISelectionEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCombinationMethod(int method) throws java.io.IOException, AutomationException
setCombinationMethod
in interface ISelectionEnvironment
method
- A com.esri.arcgis.carto.esriSelectionResultEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSearchTolerance() throws java.io.IOException, AutomationException
getSearchTolerance
in interface ISelectionEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSearchTolerance(int tolerance) throws java.io.IOException, AutomationException
setSearchTolerance
in interface ISelectionEnvironment
tolerance
- The tolerance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getDefaultColor() throws java.io.IOException, AutomationException
getDefaultColor
in interface ISelectionEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultColorByRef(IColor color) throws java.io.IOException, AutomationException
setDefaultColorByRef
in interface ISelectionEnvironment
color
- A reference to a com.esri.arcgis.display.IColor (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 |