|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFunctionRasterDatasetName
Provides access to members that control a function raster dataset name.
| Method Summary | |
|---|---|
Object |
getArguments()
The raster function argument(s). |
String |
getBrowseName()
The browse name. |
String |
getFullName()
The full path name. |
IRasterFunction |
getFunction()
The raster function. |
IPropertySet |
getProperties()
The function raster dataset proprties. |
void |
setArgumentsByRef(Object ppArguments)
The raster function argument(s). |
void |
setBrowseName(String pName)
The browse name. |
void |
setFullName(String pName)
The full path name. |
void |
setFunctionByRef(IRasterFunction ppFunction)
The raster function. |
void |
setPropertiesByRef(IPropertySet ppProperties)
The function raster dataset proprties. |
| Method Detail |
|---|
void setFullName(String pName)
throws IOException,
AutomationException
pName - The pName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFullName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRasterFunction getFunction()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFunctionByRef(IRasterFunction ppFunction)
throws IOException,
AutomationException
ppFunction - A reference to a com.esri.arcgis.datasourcesraster.IRasterFunction (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getArguments()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setArgumentsByRef(Object ppArguments)
throws IOException,
AutomationException
ppArguments - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPropertiesByRef(IPropertySet ppProperties)
throws IOException,
AutomationException
ppProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getProperties()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBrowseName(String pName)
throws IOException,
AutomationException
pName - The pName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getBrowseName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||