|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterType
Provides access to members that control a raster type.
| Method Summary | |
|---|---|
IPropertySet |
getDefaultParameters()
The collection of all variables associated with all item templates contained in the raster type. |
IName |
getFullName()
The full name of the raster type object. |
IItemTemplateArray |
getItemTemplates()
The collection of item templates associated with the raster type. |
IPropertySet |
getParameters()
Overriding parameter values bound to function variables. |
IRasterBuilder |
getRasterBuilder()
The inner raster builder associated with the raster type. |
IItemURIFilter |
getURIFilter()
The active URI filter associated with the raster type. |
void |
setFullNameByRef(IName ppRasterTypeName)
The full name of the raster type object. |
void |
setItemTemplatesByRef(IItemTemplateArray ppItemTemplateArray)
The collection of item templates associated with the raster type. |
void |
setParametersByRef(IPropertySet ppInputParameters)
Overriding parameter values bound to function variables. |
void |
setRasterBuilderByRef(IRasterBuilder ppRasterBuilder)
The inner raster builder associated with the raster type. |
void |
setURIFilterByRef(IItemURIFilter ppItemURIFilter)
The active URI filter associated with the raster type. |
| Method Detail |
|---|
void setFullNameByRef(IName ppRasterTypeName)
throws IOException,
AutomationException
ppRasterTypeName - A reference to a com.esri.arcgis.system.IName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IName getFullName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRasterBuilderByRef(IRasterBuilder ppRasterBuilder)
throws IOException,
AutomationException
ppRasterBuilder - A reference to a com.esri.arcgis.datasourcesraster.IRasterBuilder (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRasterBuilder getRasterBuilder()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setURIFilterByRef(IItemURIFilter ppItemURIFilter)
throws IOException,
AutomationException
ppItemURIFilter - A reference to a com.esri.arcgis.datasourcesraster.IItemURIFilter (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IItemURIFilter getURIFilter()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setItemTemplatesByRef(IItemTemplateArray ppItemTemplateArray)
throws IOException,
AutomationException
ppItemTemplateArray - A reference to a com.esri.arcgis.datasourcesraster.IItemTemplateArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IItemTemplateArray getItemTemplates()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getDefaultParameters()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParametersByRef(IPropertySet ppInputParameters)
throws IOException,
AutomationException
ppInputParameters - 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 getParameters()
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 | ||||||||