public interface IFunctionRasterDatasetName
extends java.io.Serializable
Description: 'Provides access to members that control a function raster dataset name.' 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 |
IID5769d656_8973_4d0c_81cb_acf0ac035ac2 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getArguments()
The raster function argument(s).
|
java.lang.String |
getBrowseName()
The browse name.
|
java.lang.String |
getFullName()
The full path name.
|
IRasterFunction |
getFunction()
The raster function.
|
IPropertySet |
getProperties()
The function raster dataset proprties.
|
void |
setArgumentsByRef(java.lang.Object ppArguments)
The raster function argument(s).
|
void |
setBrowseName(java.lang.String pName)
The browse name.
|
void |
setFullName(java.lang.String pName)
The full path name.
|
void |
setFunctionByRef(IRasterFunction ppFunction)
The raster function.
|
void |
setPropertiesByRef(IPropertySet ppProperties)
The function raster dataset proprties.
|
static final int IID5769d656_8973_4d0c_81cb_acf0ac035ac2
static final int xxDummy
static final java.lang.String IID
void setFullName(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFullName() throws java.io.IOException, AutomationException
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.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.IPropertySet getProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBrowseName(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getBrowseName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.