|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.system.SystemHelper
SystemHelper object. Providing helper methods for System objects.
| Constructor Summary | |
SystemHelper()
Constructs a SystemHelper using ArcGIS Engine. |
|
SystemHelper(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
void |
classify(IClassifyGEN pClassify,
double[] doubleArrayValues,
int[] longArrayFrequencies,
int[] numClasses)
Classifies histogram data (array of values (doubles) and a paired array of frequencies (longs)) into the specified number of classes. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
ISystemBridge |
getAsISystemBridge()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
static java.lang.String |
getClsid()
|
int |
hashCode()
the hashcode for this object |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SystemHelper()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public SystemHelper(java.lang.Object obj)
throws java.io.IOException
obj to SystemHelper. SystemHelper theSystemHelper = (SystemHelper) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public ISystemBridge getAsISystemBridge()
public boolean equals(java.lang.Object o)
public int hashCode()
public void classify(IClassifyGEN pClassify,
double[] doubleArrayValues,
int[] longArrayFrequencies,
int[] numClasses)
throws java.io.IOException,
AutomationException
ISystemBridge
classify in interface ISystemBridgepClassify - A reference to a com.esri.arcgis.system.IClassifyGEN (in)doubleArrayValues - The doubleArrayValues (in)longArrayFrequencies - The longArrayFrequencies (in)numClasses - The numClasses (in/out: use single element array)
java.io.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 | |||||||||