com.esri.arcgis.datasourcesraster
Interface IFunctionRasterDatasetName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FunctionRasterDatasetName, IFunctionRasterDatasetNameProxy

public interface IFunctionRasterDatasetName
extends java.io.Serializable

COM Interface 'IFunctionRasterDatasetName'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID5769d656_8973_4d0c_81cb_acf0ac035ac2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID5769d656_8973_4d0c_81cb_acf0ac035ac2

static final int IID5769d656_8973_4d0c_81cb_acf0ac035ac2
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setFullName

void setFullName(java.lang.String pName)
                 throws java.io.IOException,
                        AutomationException
The full path name.

Parameters:
pName - The pName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFullName

java.lang.String getFullName()
                             throws java.io.IOException,
                                    AutomationException
The full path name.

Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFunction

IRasterFunction getFunction()
                            throws java.io.IOException,
                                   AutomationException
The raster function.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterFunction
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFunctionByRef

void setFunctionByRef(IRasterFunction ppFunction)
                      throws java.io.IOException,
                             AutomationException
The raster function.

Parameters:
ppFunction - A reference to a com.esri.arcgis.datasourcesraster.IRasterFunction (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getArguments

java.lang.Object getArguments()
                              throws java.io.IOException,
                                     AutomationException
The raster function argument(s).

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setArgumentsByRef

void setArgumentsByRef(java.lang.Object ppArguments)
                       throws java.io.IOException,
                              AutomationException
The raster function argument(s).

Parameters:
ppArguments - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertiesByRef

void setPropertiesByRef(IPropertySet ppProperties)
                        throws java.io.IOException,
                               AutomationException
The function raster dataset proprties.

Parameters:
ppProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProperties

IPropertySet getProperties()
                           throws java.io.IOException,
                                  AutomationException
The function raster dataset proprties.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBrowseName

void setBrowseName(java.lang.String pName)
                   throws java.io.IOException,
                          AutomationException
The browse name.

Parameters:
pName - The pName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBrowseName

java.lang.String getBrowseName()
                               throws java.io.IOException,
                                      AutomationException
The browse name.

Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.