com.esri.arcgis.system
Interface ISystemBridge
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- SystemHelper
public interface ISystemBridge
- extends Serializable
Provides access to methods usable in all supported languages.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
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. |
classify
void classify(IClassifyGEN pClassify,
double[] doubleArrayValues,
int[] longArrayFrequencies,
int[] numClasses)
throws IOException,
AutomationException
- Classifies histogram data (array of values (doubles) and a paired array of frequencies (longs)) into the specified number of classes.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
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)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.