|
|||||||||
| 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.spatialanalyst.IGPSAFuzzyFunctionProxy
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
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.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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IGPSAFuzzyFunctionProxy(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 IGPSAFuzzyFunctionProxy()
public IGPSAFuzzyFunctionProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGPSAFuzzyFunctionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGPSAFuzzyFunctionProxy(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 int getType()
throws java.io.IOException,
AutomationException
getType in interface IGPSAFuzzyFunctionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefault()
throws java.io.IOException,
AutomationException
setDefault in interface IGPSAFuzzyFunctionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGaussian(double midPoint,
double spread)
throws java.io.IOException,
AutomationException
setGaussian in interface IGPSAFuzzyFunctionmidPoint - The midPoint (in)spread - The spread (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSmall(double midPoint,
double spread)
throws java.io.IOException,
AutomationException
setSmall in interface IGPSAFuzzyFunctionmidPoint - The midPoint (in)spread - The spread (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLarge(double midPoint,
double spread)
throws java.io.IOException,
AutomationException
setLarge in interface IGPSAFuzzyFunctionmidPoint - The midPoint (in)spread - The spread (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNear(double midPoint,
double spread)
throws java.io.IOException,
AutomationException
setNear in interface IGPSAFuzzyFunctionmidPoint - The midPoint (in)spread - The spread (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMSSmall(int nMeans,
int nSTDVs)
throws java.io.IOException,
AutomationException
setMSSmall in interface IGPSAFuzzyFunctionnMeans - The nMeans (in)nSTDVs - The nSTDVs (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMSLarge(int nMeans,
int nSTDVs)
throws java.io.IOException,
AutomationException
setMSLarge in interface IGPSAFuzzyFunctionnMeans - The nMeans (in)nSTDVs - The nSTDVs (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLinear(double minimum,
double maximum)
throws java.io.IOException,
AutomationException
setLinear in interface IGPSAFuzzyFunctionminimum - The minimum (in)maximum - The maximum (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getDefaultFuzzyValues(int type,
IGPValue pInData,
double[] num1,
double[] num2)
throws java.io.IOException,
AutomationException
getDefaultFuzzyValues in interface IGPSAFuzzyFunctiontype - 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)
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 | ||||||||