com.esri.arcgis.system
Interface ISystemBridge

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

public interface ISystemBridge
extends java.io.Serializable

COM Interface 'ISystemBridge'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to methods usable in all supported languages.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID848e0e84_e280_4883_ba8c_320864c3d42e
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID848e0e84_e280_4883_ba8c_320864c3d42e

static final int IID848e0e84_e280_4883_ba8c_320864c3d42e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

classify

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.