com.esri.arcgis.spatialanalyst
Interface IGPSAUtil

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPSAUtil, IGPSAUtilProxy

public interface IGPSAUtil
extends java.io.Serializable

COM Interface 'IGPSAUtil'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'

Description: 'Provides access to IGPSAUtil interface.' 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 IIDca0db12f_799c_4456_8692_e6aa690c99cd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getAPrioriEnum(java.lang.String name)
          Gets the Apriori Enum.
 ICodedValueDomain getCodedValueDomainFromRemap(IGPValue pValue)
          Gets a CodedValueDomain From Remap.
 int getCostPathEnum(java.lang.String name)
          Gets Cost Path Enum.
 int getFilterEnum(java.lang.String name)
          Gets Filter Enum.
 IGPValue getRemapFromCodedValueDomain(ICodedValueDomain pCVDomain, IGPEvaluationScale pEvalScale)
          Gets Remap From a CodedValueDomain.
 int getSemiVariogramEnum(java.lang.String svgName)
          Gets SemiVariogram Enum.
 int getSliceEnum(java.lang.String name)
          Gets Slice Enum.
 int getSlopeEnum(java.lang.String name)
          Gets Slope Enum.
 int getSortEnum(java.lang.String name)
          Gets Sort Enum.
 int getSplineEnum(java.lang.String name)
          Gets spline Enum.
 int getStatisticsEnum(java.lang.String statsName, boolean bInteger)
          Gets Statistics Enum.
 int getStreamOrderEnum(java.lang.String name)
          Gets Stream Order Enum.
 int getTopoFeatureEnum(java.lang.String topoFeatureName)
          Gets the TopoFeature Enum.
 java.lang.String getTopoFeatureName(int topoEnum)
          Gets the TopoFeature Name.
 int getTrendEnum(java.lang.String name)
          Gets Trend Enum.
 int getVisibilityEnum(java.lang.String name)
          Gets Visibility Enum.
 int getZonalGeometryEnum(java.lang.String name)
          Gets Zonal Geometry Enum.
 void setStatisticsDomain(boolean bInteger, IGPCodedValueDomain[] pDomian)
          Sets a statistics domain.
 

Field Detail

IIDca0db12f_799c_4456_8692_e6aa690c99cd

static final int IIDca0db12f_799c_4456_8692_e6aa690c99cd
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

setStatisticsDomain

void setStatisticsDomain(boolean bInteger,
                         IGPCodedValueDomain[] pDomian)
                         throws java.io.IOException,
                                AutomationException
Sets a statistics domain.

Parameters:
bInteger - The bInteger (in)
pDomian - A reference to a com.esri.arcgis.geodatabase.IGPCodedValueDomain (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSplineEnum

int getSplineEnum(java.lang.String name)
                  throws java.io.IOException,
                         AutomationException
Gets spline Enum.

Parameters:
name - The name (in)
Returns:
A com.esri.arcgis.geoanalyst.esriGeoAnalysisSplineEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTrendEnum

int getTrendEnum(java.lang.String name)
                 throws java.io.IOException,
                        AutomationException
Gets Trend Enum.

Parameters:
name - The name (in)
Returns:
A com.esri.arcgis.geoanalyst.esriGeoAnalysisTrendEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVisibilityEnum

int getVisibilityEnum(java.lang.String name)
                      throws java.io.IOException,
                             AutomationException
Gets Visibility Enum.

Parameters:
name - The name (in)
Returns:
A com.esri.arcgis.geoanalyst.esriGeoAnalysisVisibilityEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSlopeEnum

int getSlopeEnum(java.lang.String name)
                 throws java.io.IOException,
                        AutomationException
Gets Slope Enum.

Parameters:
name - The name (in)
Returns:
A com.esri.arcgis.geoanalyst.esriGeoAnalysisSlopeEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSliceEnum

int getSliceEnum(java.lang.String name)
                 throws java.io.IOException,
                        AutomationException
Gets Slice Enum.

Parameters:
name - The name (in)
Returns:
A com.esri.arcgis.geoanalyst.esriGeoAnalysisSliceEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFilterEnum

int getFilterEnum(java.lang.String name)
                  throws java.io.IOException,
                         AutomationException
Gets Filter Enum.

Parameters:
name - The name (in)
Returns:
A com.esri.arcgis.geoanalyst.esriGeoAnalysisFilterEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStatisticsEnum

int getStatisticsEnum(java.lang.String statsName,
                      boolean bInteger)
                      throws java.io.IOException,
                             AutomationException
Gets Statistics Enum.

Parameters:
statsName - The statsName (in)
bInteger - The bInteger (in)
Returns:
A com.esri.arcgis.geoanalyst.esriGeoAnalysisStatisticsEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSemiVariogramEnum

int getSemiVariogramEnum(java.lang.String svgName)
                         throws java.io.IOException,
                                AutomationException
Gets SemiVariogram Enum.

Parameters:
svgName - The svgName (in)
Returns:
A com.esri.arcgis.geoanalyst.esriGeoAnalysisSemiVariogramEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStreamOrderEnum

int getStreamOrderEnum(java.lang.String name)
                       throws java.io.IOException,
                              AutomationException
Gets Stream Order Enum.

Parameters:
name - The name (in)
Returns:
A com.esri.arcgis.spatialanalyst.esriGeoAnalysisStreamOrderEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCostPathEnum

int getCostPathEnum(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
Gets Cost Path Enum.

Parameters:
name - The name (in)
Returns:
A com.esri.arcgis.spatialanalyst.esriGeoAnalysisPathEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSortEnum

int getSortEnum(java.lang.String name)
                throws java.io.IOException,
                       AutomationException
Gets Sort Enum.

Parameters:
name - The name (in)
Returns:
A com.esri.arcgis.spatialanalyst.esriGeoAnalysisSortEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getZonalGeometryEnum

int getZonalGeometryEnum(java.lang.String name)
                         throws java.io.IOException,
                                AutomationException
Gets Zonal Geometry Enum.

Parameters:
name - The name (in)
Returns:
A com.esri.arcgis.spatialanalyst.esriGeoAnalysisZonalGeometryEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAPrioriEnum

int getAPrioriEnum(java.lang.String name)
                   throws java.io.IOException,
                          AutomationException
Gets the Apriori Enum.

Parameters:
name - The name (in)
Returns:
A com.esri.arcgis.spatialanalyst.esriGeoAnalysisAPrioriEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTopoFeatureName

java.lang.String getTopoFeatureName(int topoEnum)
                                    throws java.io.IOException,
                                           AutomationException
Gets the TopoFeature Name.

Parameters:
topoEnum - A com.esri.arcgis.spatialanalyst.esriGPSATopoTypeEnum constant (in)
Returns:
The topoFeatureName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTopoFeatureEnum

int getTopoFeatureEnum(java.lang.String topoFeatureName)
                       throws java.io.IOException,
                              AutomationException
Gets the TopoFeature Enum.

Parameters:
topoFeatureName - The topoFeatureName (in)
Returns:
A com.esri.arcgis.spatialanalyst.esriGPSATopoTypeEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCodedValueDomainFromRemap

ICodedValueDomain getCodedValueDomainFromRemap(IGPValue pValue)
                                               throws java.io.IOException,
                                                      AutomationException
Gets a CodedValueDomain From Remap.

Parameters:
pValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ICodedValueDomain
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRemapFromCodedValueDomain

IGPValue getRemapFromCodedValueDomain(ICodedValueDomain pCVDomain,
                                      IGPEvaluationScale pEvalScale)
                                      throws java.io.IOException,
                                             AutomationException
Gets Remap From a CodedValueDomain.

Parameters:
pCVDomain - A reference to a com.esri.arcgis.geodatabase.ICodedValueDomain (in)
pEvalScale - A reference to a com.esri.arcgis.spatialanalyst.IGPEvaluationScale (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.