com.esri.arcgis.geoprocessing
Interface IGpRandomNumberGeneratorObject

All Superinterfaces:
Serializable
All Known Implementing Classes:
GpRandomNumberGeneratorObject

public interface IGpRandomNumberGeneratorObject
extends Serializable

Provides access to the Dispatch RandomGenerator Object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String exportToString()
          Get the string representation of the generator
 IGPRandomNumberGenerator getRandomNumberGenerator()
          The RandomNumberGenerator.
 void loadFromString(String valueText)
          Initialize the generator by text string
 void setRandomNumberGeneratorByRef(IGPRandomNumberGenerator ppRandGen)
          The RandomNumberGenerator.
 

Method Detail

getRandomNumberGenerator

IGPRandomNumberGenerator getRandomNumberGenerator()
                                                  throws IOException,
                                                         AutomationException
The RandomNumberGenerator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setRandomNumberGeneratorByRef

void setRandomNumberGeneratorByRef(IGPRandomNumberGenerator ppRandGen)
                                   throws IOException,
                                          AutomationException
The RandomNumberGenerator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppRandGen - A reference to a com.esri.arcgis.geoprocessing.IGPRandomNumberGenerator (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadFromString

void loadFromString(String valueText)
                    throws IOException,
                           AutomationException
Initialize the generator by text string

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

exportToString

String exportToString()
                      throws IOException,
                             AutomationException
Get the string representation of the generator

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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