|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPSAFuzzyFunction
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDba5d5797_3e56_423d_9ffc_57090bd6ca33
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
getDefaultFuzzyValues(int type,
IGPValue pInData,
double[] num1,
double[] num2)
Gets the default values of a fuzzy function |
int |
getType()
type of fuzzy function parameters. |
void |
setDefault()
Sets default fuzzy function parameters. |
void |
setGaussian(double midPoint,
double spread)
Defines a Gaussion fuzzy function. |
void |
setLarge(double midPoint,
double spread)
Defines a Large fuzzy function. |
void |
setLinear(double minimum,
double maximum)
Defines a Linear fuzzy function. |
void |
setMSLarge(int nMeans,
int nSTDVs)
Defines a MSLarge fuzzy function. |
void |
setMSSmall(int nMeans,
int nSTDVs)
Defines a MSSmall fuzzy function. |
void |
setNear(double midPoint,
double spread)
Defines a Near fuzzy function. |
void |
setSmall(double midPoint,
double spread)
Defines a Small fuzzy function. |
Field Detail |
---|
static final int IIDba5d5797_3e56_423d_9ffc_57090bd6ca33
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefault() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGaussian(double midPoint, double spread) throws java.io.IOException, AutomationException
midPoint
- The midPoint (in)spread
- The spread (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSmall(double midPoint, double spread) throws java.io.IOException, AutomationException
midPoint
- The midPoint (in)spread
- The spread (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLarge(double midPoint, double spread) throws java.io.IOException, AutomationException
midPoint
- The midPoint (in)spread
- The spread (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNear(double midPoint, double spread) throws java.io.IOException, AutomationException
midPoint
- The midPoint (in)spread
- The spread (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMSSmall(int nMeans, int nSTDVs) throws java.io.IOException, AutomationException
nMeans
- The nMeans (in)nSTDVs
- The nSTDVs (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMSLarge(int nMeans, int nSTDVs) throws java.io.IOException, AutomationException
nMeans
- The nMeans (in)nSTDVs
- The nSTDVs (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLinear(double minimum, double maximum) throws java.io.IOException, AutomationException
minimum
- The minimum (in)maximum
- The maximum (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getDefaultFuzzyValues(int type, IGPValue pInData, double[] num1, double[] num2) throws java.io.IOException, AutomationException
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)
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 |