com.esri.arcgis.geoprocessing
Interface IGPFeatureSolutionsResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPFeatureSolutionsResult, IGPFeatureSolutionsResultProxy

public interface IGPFeatureSolutionsResult
extends java.io.Serializable

COM Interface 'IGPFeatureSolutionsResult'. 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 results 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 IID8b2bf9d3_8b25_4c2e_836b_b047d25d0d1a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getFirstOID()
          Sets the first OID.
 IPoint getPoint()
          Sets the point.
 int getSecondOID()
          Sets the second OID.
 void setFirstOID(int firstOID)
          Sets the first OID.
 void setPointByRef(IPoint point)
          Sets the point.
 void setSecondOID(int secondOID)
          Sets the second OID.
 

Field Detail

IID8b2bf9d3_8b25_4c2e_836b_b047d25d0d1a

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

setPointByRef

void setPointByRef(IPoint point)
                   throws java.io.IOException,
                          AutomationException
Sets the point.

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

getPoint

IPoint getPoint()
                throws java.io.IOException,
                       AutomationException
Sets the point.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFirstOID

void setFirstOID(int firstOID)
                 throws java.io.IOException,
                        AutomationException
Sets the first OID.

Parameters:
firstOID - The firstOID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFirstOID

int getFirstOID()
                throws java.io.IOException,
                       AutomationException
Sets the first OID.

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

setSecondOID

void setSecondOID(int secondOID)
                  throws java.io.IOException,
                         AutomationException
Sets the second OID.

Parameters:
secondOID - The secondOID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSecondOID

int getSecondOID()
                 throws java.io.IOException,
                        AutomationException
Sets the second OID.

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