Description: 'Provides access to members that control ArgStatisticsFunction arguments.' 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 IArgStatisticsFunctionArguments2Proxy extends IArgStatisticsFunctionArgumentsProxy implements IArgStatisticsFunctionArguments2, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDde592077_599e_436d_a66d_1dae75412399
IID01319911_4c27_4043_b374_47402bafe762
Modifier | Constructor and Description |
---|---|
|
IArgStatisticsFunctionArguments2Proxy()
Deprecated.
For internal use only
|
|
IArgStatisticsFunctionArguments2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IArgStatisticsFunctionArguments2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IArgStatisticsFunctionArguments2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IArgStatisticsFunctionArguments2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
int |
getCellsizeType()
Deprecated.
The different ways for estimating cellsize.
|
int |
getComparisonType()
Deprecated.
The different comparison types for argument value statistic type.
|
int |
getExtentType()
Deprecated.
The different ways for estimating extent.
|
double |
getValue()
Deprecated.
Value to be found in input raster(s).
|
boolean |
isUseLastOccurrence()
Deprecated.
Return last occurrence value in case of ties.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setCellsizeType(int pType)
Deprecated.
The different ways for estimating cellsize.
|
void |
setComparisonType(int pType)
Deprecated.
The different comparison types for argument value statistic type.
|
void |
setExtentType(int pType)
Deprecated.
The different ways for estimating extent.
|
void |
setUseLastOccurrence(boolean pbUseLastOccurrence)
Deprecated.
Return last occurrence value in case of ties.
|
void |
setValue(double value)
Deprecated.
Value to be found in input raster(s).
|
getArgStatisticsType, getDurationMaximum, getDurationMinimum, getRasters, getUndefinedClass, setArgStatisticsType, setDurationMaximum, setDurationMinimum, setRastersByRef, setUndefinedClass
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getArgStatisticsType, getDurationMaximum, getDurationMinimum, getRasters, getUndefinedClass, setArgStatisticsType, setDurationMaximum, setDurationMinimum, setRastersByRef, setUndefinedClass
public static final java.lang.Class targetClass
public boolean noncastable
public IArgStatisticsFunctionArguments2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IArgStatisticsFunctionArguments2Proxy()
public IArgStatisticsFunctionArguments2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IArgStatisticsFunctionArguments2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IArgStatisticsFunctionArguments2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class IArgStatisticsFunctionArgumentsProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class IArgStatisticsFunctionArgumentsProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public int getExtentType() throws java.io.IOException, AutomationException
getExtentType
in interface IArgStatisticsFunctionArguments2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setExtentType(int pType) throws java.io.IOException, AutomationException
setExtentType
in interface IArgStatisticsFunctionArguments2
pType
- A com.esri.arcgis.datasourcesraster.esriExtentType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getCellsizeType() throws java.io.IOException, AutomationException
getCellsizeType
in interface IArgStatisticsFunctionArguments2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCellsizeType(int pType) throws java.io.IOException, AutomationException
setCellsizeType
in interface IArgStatisticsFunctionArguments2
pType
- A com.esri.arcgis.datasourcesraster.esriCellsizeType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getValue() throws java.io.IOException, AutomationException
getValue
in interface IArgStatisticsFunctionArguments2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setValue(double value) throws java.io.IOException, AutomationException
setValue
in interface IArgStatisticsFunctionArguments2
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isUseLastOccurrence() throws java.io.IOException, AutomationException
isUseLastOccurrence
in interface IArgStatisticsFunctionArguments2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setUseLastOccurrence(boolean pbUseLastOccurrence) throws java.io.IOException, AutomationException
setUseLastOccurrence
in interface IArgStatisticsFunctionArguments2
pbUseLastOccurrence
- The pbUseLastOccurrence (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getComparisonType() throws java.io.IOException, AutomationException
getComparisonType
in interface IArgStatisticsFunctionArguments2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setComparisonType(int pType) throws java.io.IOException, AutomationException
setComparisonType
in interface IArgStatisticsFunctionArguments2
pType
- A com.esri.arcgis.datasourcesraster.esriArgStatisticsComparisonType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.