Description: 'Provides access to members that control Geometric Median raster function 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 IGeometricMedianFunctionArgumentsProxy extends com.esri.arcgis.interop.Dispatch implements IGeometricMedianFunctionArguments, 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, objRefIID, IIDbcf99f6b_7402_490a_8bcb_09c736f5b7e6| Modifier | Constructor and Description |
|---|---|
|
IGeometricMedianFunctionArgumentsProxy()
Deprecated.
For internal use only
|
|
IGeometricMedianFunctionArgumentsProxy(java.lang.Object obj)
Deprecated.
|
protected |
IGeometricMedianFunctionArgumentsProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IGeometricMedianFunctionArgumentsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IGeometricMedianFunctionArgumentsProxy(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.
|
double |
getEpsilon()
Deprecated.
The accuracy control parameter.
|
int |
getExtentType()
Deprecated.
The different ways for estimating extent.
|
int |
getMaxIteration()
Deprecated.
The maximum number of iterations.
|
java.lang.Object |
getRasters()
Deprecated.
The input rasters.
|
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 |
setEpsilon(double epsilon)
Deprecated.
The accuracy control parameter.
|
void |
setExtentType(int pType)
Deprecated.
The different ways for estimating extent.
|
void |
setMaxIteration(int maxIteration)
Deprecated.
The maximum number of iterations.
|
void |
setRastersByRef(java.lang.Object ppRaster)
Deprecated.
The input rasters.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IGeometricMedianFunctionArgumentsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IGeometricMedianFunctionArgumentsProxy()
public IGeometricMedianFunctionArgumentsProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IGeometricMedianFunctionArgumentsProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IGeometricMedianFunctionArgumentsProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic java.lang.Object getRasters()
throws java.io.IOException,
AutomationException
getRasters in interface IGeometricMedianFunctionArgumentsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setRastersByRef(java.lang.Object ppRaster)
throws java.io.IOException,
AutomationException
setRastersByRef in interface IGeometricMedianFunctionArgumentsppRaster - A reference to another Object (IUnknown) (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getExtentType()
throws java.io.IOException,
AutomationException
getExtentType in interface IGeometricMedianFunctionArgumentsjava.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 IGeometricMedianFunctionArgumentspType - 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 IGeometricMedianFunctionArgumentsjava.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 IGeometricMedianFunctionArgumentspType - 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 int getMaxIteration()
throws java.io.IOException,
AutomationException
getMaxIteration in interface IGeometricMedianFunctionArgumentsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMaxIteration(int maxIteration)
throws java.io.IOException,
AutomationException
setMaxIteration in interface IGeometricMedianFunctionArgumentsmaxIteration - The maxIteration (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getEpsilon()
throws java.io.IOException,
AutomationException
getEpsilon in interface IGeometricMedianFunctionArgumentsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setEpsilon(double epsilon)
throws java.io.IOException,
AutomationException
setEpsilon in interface IGeometricMedianFunctionArgumentsepsilon - The epsilon (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.