|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.GpRandomNumberGeneratorObject
public class GpRandomNumberGeneratorObject
Geoprocessing RandomGenerator object.
Constructor Summary | |
---|---|
GpRandomNumberGeneratorObject()
Constructs a GpRandomNumberGeneratorObject using ArcGIS Engine. |
|
GpRandomNumberGeneratorObject(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GpRandomNumberGeneratorObject theGpRandomNumberGeneratorObject = (GpRandomNumberGeneratorObject) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
exportToString()
Get the string representation of the generator |
static String |
getClsid()
getClsid. |
IGPRandomNumberGenerator |
getRandomNumberGenerator()
The RandomNumberGenerator. |
int |
hashCode()
the hashcode for this object |
void |
loadFromString(String valueText)
Initialize the generator by text string |
void |
setRandomNumberGeneratorByRef(IGPRandomNumberGenerator ppRandGen)
The RandomNumberGenerator. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public GpRandomNumberGeneratorObject() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GpRandomNumberGeneratorObject(Object obj) throws IOException
GpRandomNumberGeneratorObject theGpRandomNumberGeneratorObject = (GpRandomNumberGeneratorObject) obj;
obj
to GpRandomNumberGeneratorObject
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IGPRandomNumberGenerator getRandomNumberGenerator() throws IOException, AutomationException
getRandomNumberGenerator
in interface IGpRandomNumberGeneratorObject
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRandomNumberGeneratorByRef(IGPRandomNumberGenerator ppRandGen) throws IOException, AutomationException
setRandomNumberGeneratorByRef
in interface IGpRandomNumberGeneratorObject
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.public void loadFromString(String valueText) throws IOException, AutomationException
loadFromString
in interface IGpRandomNumberGeneratorObject
valueText
- The valueText (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String exportToString() throws IOException, AutomationException
exportToString
in interface IGpRandomNumberGeneratorObject
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 |