|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.system.SystemHelper
public class SystemHelper
SystemHelper object. Providing helper methods for System objects.
Constructor Summary | |
---|---|
SystemHelper()
Constructs a SystemHelper using ArcGIS Engine. |
|
SystemHelper(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SystemHelper theSystemHelper = (SystemHelper) obj; |
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(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
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 SystemHelper() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic SystemHelper(Object obj) throws IOException
SystemHelper theSystemHelper = (SystemHelper) obj;
obj
to SystemHelper
.
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 void classify(IClassifyGEN pClassify, double[] doubleArrayValues, int[] longArrayFrequencies, int[] numClasses) throws IOException, AutomationException
classify
in interface ISystemBridge
pClassify
- 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)
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 |