public class IFunctionRasterDatasetProxy extends com.esri.arcgis.interop.Dispatch implements IFunctionRasterDataset, java.io.Serializable
Description: 'Provides access to members that control a function raster dataset.' 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 =
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID8accd1a4_1f81_42a8_ac88_b27564eb84dd| Modifier | Constructor and Description |
|---|---|
|
IFunctionRasterDatasetProxy()
For internal use only
|
|
IFunctionRasterDatasetProxy(java.lang.Object obj) |
protected |
IFunctionRasterDatasetProxy(java.lang.Object obj,
java.lang.String iid) |
|
IFunctionRasterDatasetProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IFunctionRasterDatasetProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
alterDefinition()
Saves any changes made to this dataset.
|
void |
findMemberFunctionsArgumentsByCLSID(IUID functionArgumentsCLSID,
IArray ppMatchingFunctionArguments)
Finds raster function arguments in this dataset that match the given function arguments CLSID.
|
IArray |
findMemberFunctionsByCLSID(IUID rasterFunctionCLSID)
Finds raster functions in this dataset that match the given function CLSID.
|
IArray |
findMemberFunctionsByName(java.lang.String rasterFunctionName)
Finds raster functions in this dataset that match the given function name.
|
java.lang.Object |
getArguments()
The raster function arguments.
|
IRasterFunction |
getFunction()
The raster function.
|
IArray |
getMemberDatasetNames()
The constituent datasets names referenced by this function raster dataset.
|
IArray |
getMemberRasterDatasets()
The constituent raster datasets in this function raster dataset.
|
IPropertySet |
getProperties()
The function raster dataset proprties.
|
IRasterInfo |
getRasterInfo()
The raster information.
|
void |
init(IRasterFunction pFunction,
java.lang.Object pArguments)
Initializes this function raster dataset.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setArgumentsByRef(java.lang.Object ppArguments)
The raster function arguments.
|
void |
setFullNameByRef(IName rhs1)
The name of this function raster dataset.
|
void |
setFunctionByRef(IRasterFunction ppFunction)
The raster function.
|
void |
setPropertiesByRef(IPropertySet ppProperties)
The function raster dataset proprties.
|
void |
simplify()
Simplifies the function raster dataset by removing redundant raster functions.
|
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 IFunctionRasterDatasetProxy(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 IFunctionRasterDatasetProxy()
public IFunctionRasterDatasetProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IFunctionRasterDatasetProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IFunctionRasterDatasetProxy(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 void setFullNameByRef(IName rhs1) throws java.io.IOException, AutomationException
setFullNameByRef in interface IFunctionRasterDatasetrhs1 - A reference to a com.esri.arcgis.system.IName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void init(IRasterFunction pFunction, java.lang.Object pArguments) throws java.io.IOException, AutomationException
init in interface IFunctionRasterDatasetpFunction - A reference to a com.esri.arcgis.datasourcesraster.IRasterFunction (in)pArguments - A reference to another Object (IUnknown) (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterFunction getFunction() throws java.io.IOException, AutomationException
getFunction in interface IFunctionRasterDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFunctionByRef(IRasterFunction ppFunction) throws java.io.IOException, AutomationException
setFunctionByRef in interface IFunctionRasterDatasetppFunction - A reference to a com.esri.arcgis.datasourcesraster.IRasterFunction (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getArguments()
throws java.io.IOException,
AutomationException
getArguments in interface IFunctionRasterDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setArgumentsByRef(java.lang.Object ppArguments)
throws java.io.IOException,
AutomationException
setArgumentsByRef in interface IFunctionRasterDatasetppArguments - A reference to another Object (IUnknown) (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPropertySet getProperties() throws java.io.IOException, AutomationException
getProperties in interface IFunctionRasterDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPropertiesByRef(IPropertySet ppProperties) throws java.io.IOException, AutomationException
setPropertiesByRef in interface IFunctionRasterDatasetppProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterInfo getRasterInfo() throws java.io.IOException, AutomationException
getRasterInfo in interface IFunctionRasterDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void alterDefinition()
throws java.io.IOException,
AutomationException
alterDefinition in interface IFunctionRasterDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IArray getMemberRasterDatasets() throws java.io.IOException, AutomationException
getMemberRasterDatasets in interface IFunctionRasterDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IArray getMemberDatasetNames() throws java.io.IOException, AutomationException
getMemberDatasetNames in interface IFunctionRasterDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IArray findMemberFunctionsByCLSID(IUID rasterFunctionCLSID) throws java.io.IOException, AutomationException
findMemberFunctionsByCLSID in interface IFunctionRasterDatasetrasterFunctionCLSID - A reference to a com.esri.arcgis.system.IUID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IArray findMemberFunctionsByName(java.lang.String rasterFunctionName) throws java.io.IOException, AutomationException
findMemberFunctionsByName in interface IFunctionRasterDatasetrasterFunctionName - The rasterFunctionName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void findMemberFunctionsArgumentsByCLSID(IUID functionArgumentsCLSID, IArray ppMatchingFunctionArguments) throws java.io.IOException, AutomationException
findMemberFunctionsArgumentsByCLSID in interface IFunctionRasterDatasetfunctionArgumentsCLSID - A reference to a com.esri.arcgis.system.IUID (in)ppMatchingFunctionArguments - A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void simplify()
throws java.io.IOException,
AutomationException
simplify in interface IFunctionRasterDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.