public interface IFunctionRasterDataset
extends 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 |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID8accd1a4_1f81_42a8_ac88_b27564eb84dd |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
static final int IID8accd1a4_1f81_42a8_ac88_b27564eb84dd
static final int xxDummy
static final java.lang.String IID
void setFullNameByRef(IName rhs1) throws java.io.IOException, AutomationException
rhs1
- 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.void init(IRasterFunction pFunction, java.lang.Object pArguments) throws java.io.IOException, AutomationException
pFunction
- 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.IRasterFunction getFunction() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFunctionByRef(IRasterFunction ppFunction) throws java.io.IOException, AutomationException
ppFunction
- 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.java.lang.Object getArguments() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setArgumentsByRef(java.lang.Object ppArguments) throws java.io.IOException, AutomationException
ppArguments
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPropertiesByRef(IPropertySet ppProperties) throws java.io.IOException, AutomationException
ppProperties
- 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.IRasterInfo getRasterInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void alterDefinition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getMemberRasterDatasets() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getMemberDatasetNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray findMemberFunctionsByCLSID(IUID rasterFunctionCLSID) throws java.io.IOException, AutomationException
rasterFunctionCLSID
- 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.IArray findMemberFunctionsByName(java.lang.String rasterFunctionName) throws java.io.IOException, AutomationException
rasterFunctionName
- The rasterFunctionName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void findMemberFunctionsArgumentsByCLSID(IUID functionArgumentsCLSID, IArray ppMatchingFunctionArguments) throws java.io.IOException, AutomationException
functionArgumentsCLSID
- 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.void simplify() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.