com.esri.arcgis.spatialanalyst
Interface ILocalOp

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILocalOpProxy, RasterLocalOp

public interface ILocalOp
extends java.io.Serializable

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

Description: 'Provides access to members that control the local statistical analysis operations.' 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 IID640e4db5_f223_11d3_a07f_00c04f68e699
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeoDataset combine(IGeoDataset localData)
          Combines the Local GeoDatasets.
 IGeoDataset equalTo(IGeoDataset valueData, IGeoDataset localData)
          Calculates the local equal-to values between GeoDatasets.
 IGeoDataset greaterThan(IGeoDataset valueData, IGeoDataset localData)
          Calculates the local greater-than values between GeoDatasets.
 IGeoDataset highestPosition(IGeoDataset localData)
          Calculates the local highest position within GeoDatasets.
 IGeoDataset lessThan(IGeoDataset valueData, IGeoDataset localData)
          Calculates the local less-than values between GeoDatasets.
 IGeoDataset localStatistics(IGeoDataset localData, int type)
          Calculates the local statistics of the GeoDataset.
 IGeoDataset lowestPosition(IGeoDataset localData)
          Calculates the local lowest position within GeoDatasets.
 IGeoDataset popularity(IGeoDataset valueData, IGeoDataset localData)
          Calculates the local popularity between GeoDatasets.
 IGeoDataset rank(IGeoDataset valueData, IGeoDataset localData)
          Calculates the local rank between GeoDatasets.
 

Field Detail

IID640e4db5_f223_11d3_a07f_00c04f68e699

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

localStatistics

IGeoDataset localStatistics(IGeoDataset localData,
                            int type)
                            throws java.io.IOException,
                                   AutomationException
Calculates the local statistics of the GeoDataset.

Parameters:
localData - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisStatisticsEnum constant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

equalTo

IGeoDataset equalTo(IGeoDataset valueData,
                    IGeoDataset localData)
                    throws java.io.IOException,
                           AutomationException
Calculates the local equal-to values between GeoDatasets.

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

greaterThan

IGeoDataset greaterThan(IGeoDataset valueData,
                        IGeoDataset localData)
                        throws java.io.IOException,
                               AutomationException
Calculates the local greater-than values between GeoDatasets.

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

lessThan

IGeoDataset lessThan(IGeoDataset valueData,
                     IGeoDataset localData)
                     throws java.io.IOException,
                            AutomationException
Calculates the local less-than values between GeoDatasets.

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

popularity

IGeoDataset popularity(IGeoDataset valueData,
                       IGeoDataset localData)
                       throws java.io.IOException,
                              AutomationException
Calculates the local popularity between GeoDatasets.

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

rank

IGeoDataset rank(IGeoDataset valueData,
                 IGeoDataset localData)
                 throws java.io.IOException,
                        AutomationException
Calculates the local rank between GeoDatasets.

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

lowestPosition

IGeoDataset lowestPosition(IGeoDataset localData)
                           throws java.io.IOException,
                                  AutomationException
Calculates the local lowest position within GeoDatasets.

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

highestPosition

IGeoDataset highestPosition(IGeoDataset localData)
                            throws java.io.IOException,
                                   AutomationException
Calculates the local highest position within GeoDatasets.

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

combine

IGeoDataset combine(IGeoDataset localData)
                    throws java.io.IOException,
                           AutomationException
Combines the Local GeoDatasets.

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