com.esri.arcgis.geoprocessing
Interface IGPFeatureSolutions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPFeatureSolutions, IGPFeatureSolutionsProxy

public interface IGPFeatureSolutions
extends java.io.Serializable

COM Interface 'IGPFeatureSolutions'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of a geoprocessing feature solutions object.' 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 IIDae073a51_0b5b_4bb0_9512_28e63d416d79
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void findDangles(IFeatureClass pInputFC, ISelectionSet pInputSS, IArray pOtherFCs, IArray pOtherSSs, double distance, ISpatialReference pOutputSpRef, ITrackCancel pTrackCancel, IArray[] ppResults)
          findDangles
 void findOrphans(IFeatureClass pInputFC, ISelectionSet pInputSS, IArray pOtherFCs, IArray pOtherSSs, ISpatialReference pOutputSpRef, ITrackCancel pTrackCancel, IArray[] ppResults)
          findOrphans
 void findPseudos(IFeatureClass pInputFC, ISelectionSet pInputSS, IArray pInputFields, ISpatialReference pOutputSpRef, ITrackCancel pTrackCancel, IArray[] ppResults)
          findPseudos
 

Field Detail

IIDae073a51_0b5b_4bb0_9512_28e63d416d79

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

findDangles

void findDangles(IFeatureClass pInputFC,
                 ISelectionSet pInputSS,
                 IArray pOtherFCs,
                 IArray pOtherSSs,
                 double distance,
                 ISpatialReference pOutputSpRef,
                 ITrackCancel pTrackCancel,
                 IArray[] ppResults)
                 throws java.io.IOException,
                        AutomationException
findDangles

Parameters:
pInputFC - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
pInputSS - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
pOtherFCs - A reference to a com.esri.arcgis.system.IArray (in)
pOtherSSs - A reference to a com.esri.arcgis.system.IArray (in)
distance - The distance (in)
pOutputSpRef - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
ppResults - A reference to a com.esri.arcgis.system.IArray (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findPseudos

void findPseudos(IFeatureClass pInputFC,
                 ISelectionSet pInputSS,
                 IArray pInputFields,
                 ISpatialReference pOutputSpRef,
                 ITrackCancel pTrackCancel,
                 IArray[] ppResults)
                 throws java.io.IOException,
                        AutomationException
findPseudos

Parameters:
pInputFC - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
pInputSS - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
pInputFields - A reference to a com.esri.arcgis.system.IArray (in)
pOutputSpRef - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
ppResults - A reference to a com.esri.arcgis.system.IArray (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findOrphans

void findOrphans(IFeatureClass pInputFC,
                 ISelectionSet pInputSS,
                 IArray pOtherFCs,
                 IArray pOtherSSs,
                 ISpatialReference pOutputSpRef,
                 ITrackCancel pTrackCancel,
                 IArray[] ppResults)
                 throws java.io.IOException,
                        AutomationException
findOrphans

Parameters:
pInputFC - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
pInputSS - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
pOtherFCs - A reference to a com.esri.arcgis.system.IArray (in)
pOtherSSs - A reference to a com.esri.arcgis.system.IArray (in)
pOutputSpRef - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
ppResults - A reference to a com.esri.arcgis.system.IArray (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.