com.esri.arcgis.spatialanalyst
Class IGPSAFuzzyFunctionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.spatialanalyst.IGPSAFuzzyFunctionProxy
All Implemented Interfaces:
IGPSAFuzzyFunction, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGPSAFuzzyFunction'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'

Description: 'Provides access to the fuzzy function object used for fuzzy function.' 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 IGPSAFuzzyFunctionProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPSAFuzzyFunction, 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.spatialanalyst.IGPSAFuzzyFunction
IID, IIDba5d5797_3e56_423d_9ffc_57090bd6ca33
 
Constructor Summary
  IGPSAFuzzyFunctionProxy()
          Deprecated. For internal use only
  IGPSAFuzzyFunctionProxy(java.lang.Object obj)
          Deprecated.  
protected IGPSAFuzzyFunctionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPSAFuzzyFunctionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPSAFuzzyFunctionProxy(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 getDefaultFuzzyValues(int type, IGPValue pInData, double[] num1, double[] num2)
          Deprecated. Gets the default values of a fuzzy function
 int getType()
          Deprecated. type of fuzzy function parameters.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDefault()
          Deprecated. Sets default fuzzy function parameters.
 void setGaussian(double midPoint, double spread)
          Deprecated. Defines a Gaussion fuzzy function.
 void setLarge(double midPoint, double spread)
          Deprecated. Defines a Large fuzzy function.
 void setLinear(double minimum, double maximum)
          Deprecated. Defines a Linear fuzzy function.
 void setMSLarge(int nMeans, int nSTDVs)
          Deprecated. Defines a MSLarge fuzzy function.
 void setMSSmall(int nMeans, int nSTDVs)
          Deprecated. Defines a MSSmall fuzzy function.
 void setNear(double midPoint, double spread)
          Deprecated. Defines a Near fuzzy function.
 void setSmall(double midPoint, double spread)
          Deprecated. Defines a Small fuzzy function.
 
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

IGPSAFuzzyFunctionProxy

public IGPSAFuzzyFunctionProxy(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

IGPSAFuzzyFunctionProxy

public IGPSAFuzzyFunctionProxy()
Deprecated. 
For internal use only


IGPSAFuzzyFunctionProxy

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

IGPSAFuzzyFunctionProxy

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

IGPSAFuzzyFunctionProxy

protected IGPSAFuzzyFunctionProxy(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

getType

public int getType()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
type of fuzzy function parameters.

Specified by:
getType in interface IGPSAFuzzyFunction
Returns:
A com.esri.arcgis.spatialanalyst.esriSAFuzzyFunctionEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefault

public void setDefault()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Sets default fuzzy function parameters.

Specified by:
setDefault in interface IGPSAFuzzyFunction
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGaussian

public void setGaussian(double midPoint,
                        double spread)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Defines a Gaussion fuzzy function.

Specified by:
setGaussian in interface IGPSAFuzzyFunction
Parameters:
midPoint - The midPoint (in)
spread - The spread (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSmall

public void setSmall(double midPoint,
                     double spread)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Defines a Small fuzzy function.

Specified by:
setSmall in interface IGPSAFuzzyFunction
Parameters:
midPoint - The midPoint (in)
spread - The spread (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLarge

public void setLarge(double midPoint,
                     double spread)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Defines a Large fuzzy function.

Specified by:
setLarge in interface IGPSAFuzzyFunction
Parameters:
midPoint - The midPoint (in)
spread - The spread (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNear

public void setNear(double midPoint,
                    double spread)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Defines a Near fuzzy function.

Specified by:
setNear in interface IGPSAFuzzyFunction
Parameters:
midPoint - The midPoint (in)
spread - The spread (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMSSmall

public void setMSSmall(int nMeans,
                       int nSTDVs)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Defines a MSSmall fuzzy function.

Specified by:
setMSSmall in interface IGPSAFuzzyFunction
Parameters:
nMeans - The nMeans (in)
nSTDVs - The nSTDVs (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMSLarge

public void setMSLarge(int nMeans,
                       int nSTDVs)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Defines a MSLarge fuzzy function.

Specified by:
setMSLarge in interface IGPSAFuzzyFunction
Parameters:
nMeans - The nMeans (in)
nSTDVs - The nSTDVs (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLinear

public void setLinear(double minimum,
                      double maximum)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Defines a Linear fuzzy function.

Specified by:
setLinear in interface IGPSAFuzzyFunction
Parameters:
minimum - The minimum (in)
maximum - The maximum (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultFuzzyValues

public void getDefaultFuzzyValues(int type,
                                  IGPValue pInData,
                                  double[] num1,
                                  double[] num2)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Gets the default values of a fuzzy function

Specified by:
getDefaultFuzzyValues in interface IGPSAFuzzyFunction
Parameters:
type - A com.esri.arcgis.spatialanalyst.esriSAFuzzyFunctionEnum constant (in)
pInData - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
num1 - The num1 (out: use single element array)
num2 - The num2 (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.