| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IFunctionRasterDatasetProxy
public class IFunctionRasterDatasetProxy
Provides access to members that control a function raster dataset.
| Field Summary | |
|---|---|
 boolean | 
noncastable
 | 
| Fields inherited from class com.esri.arcgis.interop.Dispatch | 
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef | 
| Constructor Summary | |
|---|---|
  | 
IFunctionRasterDatasetProxy()
 | 
  | 
IFunctionRasterDatasetProxy(Object obj)
 | 
protected  | 
IFunctionRasterDatasetProxy(Object obj,
                            String iid)
 | 
| Method Summary | |
|---|---|
 void | 
addListener(String iidStr,
            Object theListener,
            Object theSource)
 | 
 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(String rasterFunctionName)
Finds raster functions in this dataset that match the given function name.  | 
 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,
     Object pArguments)
Initializes this function raster dataset.  | 
 void | 
removeListener(String iidStr,
               Object theListener)
 | 
 void | 
setArgumentsByRef(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.  | 
| 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 | 
|---|
public boolean noncastable
| Constructor Detail | 
|---|
public IFunctionRasterDatasetProxy()
public IFunctionRasterDatasetProxy(Object obj)
                            throws IOException
IOExceptionprotected IFunctionRasterDatasetProxy(Object obj,
                                      String iid)
                               throws IOException
IOException| Method Detail | 
|---|
public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOExceptionpublic void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOExceptionpublic void setFullNameByRef(IName rhs1)
                      throws IOException,
                             AutomationException
setFullNameByRef in interface IFunctionRasterDatasetrhs1 - A reference to a com.esri.arcgis.system.IName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void init(IRasterFunction pFunction,
                 Object pArguments)
          throws IOException,
                 AutomationException
init in interface IFunctionRasterDatasetpFunction - A reference to a com.esri.arcgis.datasourcesraster.IRasterFunction  (in)pArguments - A reference to another Object (IUnknown)  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IRasterFunction getFunction()
                            throws IOException,
                                   AutomationException
getFunction in interface IFunctionRasterDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setFunctionByRef(IRasterFunction ppFunction)
                      throws IOException,
                             AutomationException
setFunctionByRef in interface IFunctionRasterDatasetppFunction - A reference to a com.esri.arcgis.datasourcesraster.IRasterFunction  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public Object getArguments()
                    throws IOException,
                           AutomationException
getArguments in interface IFunctionRasterDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setArgumentsByRef(Object ppArguments)
                       throws IOException,
                              AutomationException
setArgumentsByRef in interface IFunctionRasterDatasetppArguments - A reference to another Object (IUnknown)  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IPropertySet getProperties()
                           throws IOException,
                                  AutomationException
getProperties in interface IFunctionRasterDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setPropertiesByRef(IPropertySet ppProperties)
                        throws IOException,
                               AutomationException
setPropertiesByRef in interface IFunctionRasterDatasetppProperties - A reference to a com.esri.arcgis.system.IPropertySet  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IRasterInfo getRasterInfo()
                          throws IOException,
                                 AutomationException
getRasterInfo in interface IFunctionRasterDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void alterDefinition()
                     throws IOException,
                            AutomationException
alterDefinition in interface IFunctionRasterDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IArray getMemberRasterDatasets()
                               throws IOException,
                                      AutomationException
getMemberRasterDatasets in interface IFunctionRasterDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IArray getMemberDatasetNames()
                             throws IOException,
                                    AutomationException
getMemberDatasetNames in interface IFunctionRasterDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IArray findMemberFunctionsByCLSID(IUID rasterFunctionCLSID)
                                  throws IOException,
                                         AutomationException
findMemberFunctionsByCLSID in interface IFunctionRasterDatasetrasterFunctionCLSID - A reference to a com.esri.arcgis.system.IUID  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IArray findMemberFunctionsByName(String rasterFunctionName)
                                 throws IOException,
                                        AutomationException
findMemberFunctionsByName in interface IFunctionRasterDatasetrasterFunctionName - The rasterFunctionName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void findMemberFunctionsArgumentsByCLSID(IUID functionArgumentsCLSID,
                                                IArray ppMatchingFunctionArguments)
                                         throws 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void simplify()
              throws IOException,
                     AutomationException
simplify in interface IFunctionRasterDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||