com.esri.arcgis.datasourcesraster
Interface IRasterType

All Superinterfaces:
Serializable
All Known Implementing Classes:
IRasterTypeProxy, RasterType

public interface IRasterType
extends Serializable

Provides access to members that control a raster type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

setFullNameByRef

void setFullNameByRef(IName ppRasterTypeName)
                      throws IOException,
                             AutomationException
The full name of the raster type object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getFullName

IName getFullName()
                  throws IOException,
                         AutomationException
The full name of the raster type object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setRasterBuilderByRef

void setRasterBuilderByRef(IRasterBuilder ppRasterBuilder)
                           throws IOException,
                                  AutomationException
The inner raster builder associated with the raster type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getRasterBuilder

IRasterBuilder getRasterBuilder()
                                throws IOException,
                                       AutomationException
The inner raster builder associated with the raster type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setURIFilterByRef

void setURIFilterByRef(IItemURIFilter ppItemURIFilter)
                       throws IOException,
                              AutomationException
The active URI filter associated with the raster type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getURIFilter

IItemURIFilter getURIFilter()
                            throws IOException,
                                   AutomationException
The active URI filter associated with the raster type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setItemTemplatesByRef

void setItemTemplatesByRef(IItemTemplateArray ppItemTemplateArray)
                           throws IOException,
                                  AutomationException
The collection of item templates associated with the raster type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getItemTemplates

IItemTemplateArray getItemTemplates()
                                    throws IOException,
                                           AutomationException
The collection of item templates associated with the raster type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getDefaultParameters

IPropertySet getDefaultParameters()
                                  throws IOException,
                                         AutomationException
The collection of all variables associated with all item templates contained in the raster type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setParametersByRef

void setParametersByRef(IPropertySet ppInputParameters)
                        throws IOException,
                               AutomationException
Overriding parameter values bound to function variables.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getParameters

IPropertySet getParameters()
                           throws IOException,
                                  AutomationException
Overriding parameter values bound to function variables.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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