com.esri.arcgis.datasourcesraster
Class IRasterStatisticsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IRasterStatisticsProxy
All Implemented Interfaces:
IRasterStatistics, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IRasterStatistics2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IRasterStatistics'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control raster statistics.' 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 =

public class IRasterStatisticsProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterStatistics, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterStatistics
IID, IID7e7e6103_fa34_11d1_8d22_0000f8780535
 
Constructor Summary
  IRasterStatisticsProxy()
          Deprecated. For internal use only
  IRasterStatisticsProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterStatisticsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterStatisticsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterStatisticsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.Object getIgnoredValues()
          Deprecated. Array of doubles indicating the pixel values not included in the statistics calculation.
 double getMaximum()
          Deprecated. Approximate largest value.
 double getMean()
          Deprecated. Approximate average value.
 double getMedian()
          Deprecated. Divides pixel population approximately in halves.
 double getMinimum()
          Deprecated. Approximate smallest value.
 double getMode()
          Deprecated. Approximate most popular pixel value.
 int getSkipFactorX()
          Deprecated. Number of horizontal pixels between samples for purposes of calculating statistics.
 int getSkipFactorY()
          Deprecated. Number of vertical pixels between samples for purposes of calculating statistics.
 double getStandardDeviation()
          Deprecated. Measures spread of pixel values about the mean.
 boolean isValid()
          Deprecated. Indicates if statistics are fresh.
 void recalculate()
          Deprecated. Recalculate statistics based upon current skip factors and ignored values.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setIgnoredValues(java.lang.Object pVal)
          Deprecated. Array of doubles indicating the pixel values not included in the statistics calculation.
 void setIsValid(boolean pVal)
          Deprecated. Indicates if statistics are fresh.
 void setMaximum(double pVal)
          Deprecated. Approximate largest value.
 void setMean(double pVal)
          Deprecated. Approximate average value.
 void setMinimum(double pVal)
          Deprecated. Approximate smallest value.
 void setRasterBand(IRasterBand rhs1)
          Deprecated. The RasterBand.
 void setSkipFactorX(int pVal)
          Deprecated. Number of horizontal pixels between samples for purposes of calculating statistics.
 void setSkipFactorY(int pVal)
          Deprecated. Number of vertical pixels between samples for purposes of calculating statistics.
 void setStandardDeviation(double pVal)
          Deprecated. Measures spread of pixel values about the mean.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRasterStatisticsProxy

public IRasterStatisticsProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRasterStatisticsProxy

public IRasterStatisticsProxy()
Deprecated. 
For internal use only


IRasterStatisticsProxy

public IRasterStatisticsProxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterStatisticsProxy

protected IRasterStatisticsProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterStatisticsProxy

protected IRasterStatisticsProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getMinimum

public double getMinimum()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Approximate smallest value.

Specified by:
getMinimum in interface IRasterStatistics
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinimum

public void setMinimum(double pVal)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Approximate smallest value.

Specified by:
setMinimum in interface IRasterStatistics
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximum

public double getMaximum()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Approximate largest value.

Specified by:
getMaximum in interface IRasterStatistics
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaximum

public void setMaximum(double pVal)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Approximate largest value.

Specified by:
setMaximum in interface IRasterStatistics
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMean

public double getMean()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Approximate average value.

Specified by:
getMean in interface IRasterStatistics
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMean

public void setMean(double pVal)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Approximate average value.

Specified by:
setMean in interface IRasterStatistics
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStandardDeviation

public double getStandardDeviation()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Measures spread of pixel values about the mean.

Specified by:
getStandardDeviation in interface IRasterStatistics
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStandardDeviation

public void setStandardDeviation(double pVal)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Measures spread of pixel values about the mean.

Specified by:
setStandardDeviation in interface IRasterStatistics
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMedian

public double getMedian()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Divides pixel population approximately in halves.

Specified by:
getMedian in interface IRasterStatistics
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMode

public double getMode()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Approximate most popular pixel value.

Specified by:
getMode in interface IRasterStatistics
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isValid

public boolean isValid()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if statistics are fresh.

Specified by:
isValid in interface IRasterStatistics
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsValid

public void setIsValid(boolean pVal)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if statistics are fresh.

Specified by:
setIsValid in interface IRasterStatistics
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIgnoredValues

public java.lang.Object getIgnoredValues()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Array of doubles indicating the pixel values not included in the statistics calculation.

Specified by:
getIgnoredValues in interface IRasterStatistics
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIgnoredValues

public void setIgnoredValues(java.lang.Object pVal)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Array of doubles indicating the pixel values not included in the statistics calculation.

Specified by:
setIgnoredValues in interface IRasterStatistics
Parameters:
pVal - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSkipFactorX

public int getSkipFactorX()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Number of horizontal pixels between samples for purposes of calculating statistics.

Specified by:
getSkipFactorX in interface IRasterStatistics
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSkipFactorX

public void setSkipFactorX(int pVal)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Number of horizontal pixels between samples for purposes of calculating statistics.

Specified by:
setSkipFactorX in interface IRasterStatistics
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSkipFactorY

public int getSkipFactorY()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Number of vertical pixels between samples for purposes of calculating statistics.

Specified by:
getSkipFactorY in interface IRasterStatistics
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSkipFactorY

public void setSkipFactorY(int pVal)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Number of vertical pixels between samples for purposes of calculating statistics.

Specified by:
setSkipFactorY in interface IRasterStatistics
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterBand

public void setRasterBand(IRasterBand rhs1)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The RasterBand.

Specified by:
setRasterBand in interface IRasterStatistics
Parameters:
rhs1 - A reference to a com.esri.arcgis.datasourcesraster.IRasterBand (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

recalculate

public void recalculate()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Recalculate statistics based upon current skip factors and ignored values.

Specified by:
recalculate in interface IRasterStatistics
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.