com.esri.arcgis.carto
Class ISelectionEnvironmentProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.ISelectionEnvironmentProxy
All Implemented Interfaces:
ISelectionEnvironment, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ISelectionEnvironment'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriCarto.olb'

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
extends com.esri.arcgis.interop.Dispatch
implements ISelectionEnvironment, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ISelectionEnvironmentProxy

public ISelectionEnvironmentProxy(java.lang.String CLSID,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.net.UnknownHostException,
                                  java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ISelectionEnvironmentProxy

public ISelectionEnvironmentProxy()
Deprecated. 
For internal use only


ISelectionEnvironmentProxy

public ISelectionEnvironmentProxy(java.lang.Object obj)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISelectionEnvironmentProxy

protected ISelectionEnvironmentProxy(java.lang.Object obj,
                                     java.lang.String iid)
                              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISelectionEnvironmentProxy

protected ISelectionEnvironmentProxy(java.lang.String CLSID,
                                     java.lang.String iid,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getPointSelectionMethod

public int getPointSelectionMethod()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Selection method used for points.

Specified by:
getPointSelectionMethod in interface ISelectionEnvironment
Returns:
A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPointSelectionMethod

public void setPointSelectionMethod(int method)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Selection method used for points.

Specified by:
setPointSelectionMethod in interface ISelectionEnvironment
Parameters:
method - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPointSearchDistance

public double getPointSearchDistance()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Distance used for selecting points by proximity.

Specified by:
getPointSearchDistance in interface ISelectionEnvironment
Returns:
The distance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPointSearchDistance

public void setPointSearchDistance(double distance)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Distance used for selecting points by proximity.

Specified by:
setPointSearchDistance in interface ISelectionEnvironment
Parameters:
distance - The distance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLinearSelectionMethod

public int getLinearSelectionMethod()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Selection method used for lines.

Specified by:
getLinearSelectionMethod in interface ISelectionEnvironment
Returns:
A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLinearSelectionMethod

public void setLinearSelectionMethod(int method)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Selection method used for lines.

Specified by:
setLinearSelectionMethod in interface ISelectionEnvironment
Parameters:
method - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLinearSearchDistance

public double getLinearSearchDistance()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Distance used for selecting lines by proximity.

Specified by:
getLinearSearchDistance in interface ISelectionEnvironment
Returns:
The distance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLinearSearchDistance

public void setLinearSearchDistance(double distance)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Distance used for selecting lines by proximity.

Specified by:
setLinearSearchDistance in interface ISelectionEnvironment
Parameters:
distance - The distance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAreaSelectionMethod

public int getAreaSelectionMethod()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Selection method used for areas.

Specified by:
getAreaSelectionMethod in interface ISelectionEnvironment
Returns:
A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAreaSelectionMethod

public void setAreaSelectionMethod(int method)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Selection method used for areas.

Specified by:
setAreaSelectionMethod in interface ISelectionEnvironment
Parameters:
method - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAreaSearchDistance

public double getAreaSearchDistance()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Distance used for selecting areas by proximity.

Specified by:
getAreaSearchDistance in interface ISelectionEnvironment
Returns:
The distance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAreaSearchDistance

public void setAreaSearchDistance(double distance)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Distance used for selecting areas by proximity.

Specified by:
setAreaSearchDistance in interface ISelectionEnvironment
Parameters:
distance - The distance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCombinationMethod

public int getCombinationMethod()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Combination method for the selection results.

Specified by:
getCombinationMethod in interface ISelectionEnvironment
Returns:
A com.esri.arcgis.carto.esriSelectionResultEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCombinationMethod

public void setCombinationMethod(int method)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Combination method for the selection results.

Specified by:
setCombinationMethod in interface ISelectionEnvironment
Parameters:
method - A com.esri.arcgis.carto.esriSelectionResultEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSearchTolerance

public int getSearchTolerance()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Search tolerance in device units.

Specified by:
getSearchTolerance in interface ISelectionEnvironment
Returns:
The tolerance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSearchTolerance

public void setSearchTolerance(int tolerance)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Search tolerance in device units.

Specified by:
setSearchTolerance in interface ISelectionEnvironment
Parameters:
tolerance - The tolerance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultColor

public IColor getDefaultColor()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Default selection color.

Specified by:
getDefaultColor in interface ISelectionEnvironment
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultColorByRef

public void setDefaultColorByRef(IColor color)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Default selection color.

Specified by:
setDefaultColorByRef in interface ISelectionEnvironment
Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.