com.esri.arcgis.system
Interface ISystemBridge

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISystemBridgeProxy, SystemHelper

public interface ISystemBridge
extends java.io.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.
 

Method Detail

classify

public void classify(IClassifyGEN pClassify,
                     double[] doubleArrayValues,
                     int[] longArrayFrequencies,
                     int[] numClasses)
              throws java.io.IOException,
                     AutomationException
Classifies histogram data (array of values (doubles) and a paired array of frequencies (longs)) into the specified number of classes.

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.