com.esri.arcgis.datasourcesraster
Interface IRasterType

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterTypeProxy, RasterType

public interface IRasterType
extends java.io.Serializable

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

Description: 'Provides access to members that control a raster type.' 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 IIDe5eea64c_91c9_4dca_b16a_516af8a0ca0b
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDe5eea64c_91c9_4dca_b16a_516af8a0ca0b

static final int IIDe5eea64c_91c9_4dca_b16a_516af8a0ca0b
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

setFullNameByRef

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

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

getFullName

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

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

setRasterBuilderByRef

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

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

getRasterBuilder

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

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

setURIFilterByRef

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

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

getURIFilter

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

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

setItemTemplatesByRef

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

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

getItemTemplates

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

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

getDefaultParameters

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

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.

setParametersByRef

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

Parameters:
ppInputParameters - 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.

getParameters

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

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.