com.esri.arcgis.spatialanalyst
Interface IGPSAFuzzyFunction

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPSAFuzzyFunction, IGPSAFuzzyFunctionProxy

public interface IGPSAFuzzyFunction
extends java.io.Serializable

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

IIDba5d5797_3e56_423d_9ffc_57090bd6ca33

static final int IIDba5d5797_3e56_423d_9ffc_57090bd6ca33
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getType

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

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

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

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGaussian

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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.