|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGpRandomNumberGeneratorObject
Provides access to the Dispatch RandomGenerator Object.
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 |
---|
IGPRandomNumberGenerator getRandomNumberGenerator() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRandomNumberGeneratorByRef(IGPRandomNumberGenerator ppRandGen) throws IOException, AutomationException
ppRandGen
- A reference to a com.esri.arcgis.geoprocessing.IGPRandomNumberGenerator (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadFromString(String valueText) throws IOException, AutomationException
valueText
- The valueText (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String exportToString() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |