com.esri.arcgis.datasourcesraster
Interface IRasterTypeDataSourceHandlerParameters3

All Superinterfaces:
IRasterTypeDataSourceHandlerParameters, IRasterTypeDataSourceHandlerParameters2, java.io.Serializable
All Known Implementing Classes:
IRasterTypeDataSourceHandlerParameters3Proxy, RasterTypeDataSourceHandlerParameters

public interface IRasterTypeDataSourceHandlerParameters3
extends IRasterTypeDataSourceHandlerParameters2, java.io.Serializable

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

Description: 'Provides access to members that control parameters to raster type data source handler.' 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 IID4bf06473_9abb_4b1f_8656_30950277279f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters2
IID2127d1ae_1e6f_4b55_8295_ec0d343e5893
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters
IID5f88e212_6325_4c5a_bb8f_eeae77a56f87
 
Method Summary
 java.lang.String getActiveTemplate()
          The name of the active item template associated with the raster type used for building the specified data source.
 void setActiveTemplate(java.lang.String pbsActiveTemplate)
          The name of the active item template associated with the raster type used for building the specified data source.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters2
getRasterTypeParameters, isAllowBuilderItems, isAllowQuickOpen, isAllowRasterDatasets, setAllowBuilderItems, setAllowQuickOpen, setAllowRasterDatasets, setRasterTypeParametersByRef
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters
getDataSource, getRasterTypes, getTrackCancel, isAllowAncillaryDatasets, isStopAtFirstFind, isTryQuickCheckOnly, setAllowAncillaryDatasets, setDataSource, setRasterTypesByRef, setStopAtFirstFind, setTrackCancelByRef, setTryQuickCheckOnly
 

Field Detail

IID4bf06473_9abb_4b1f_8656_30950277279f

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

setActiveTemplate

void setActiveTemplate(java.lang.String pbsActiveTemplate)
                       throws java.io.IOException,
                              AutomationException
The name of the active item template associated with the raster type used for building the specified data source. A raster type that doesn't contain the matching template is not considered candidate. All other templates are disabled when building the data sour?G?^??

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

getActiveTemplate

java.lang.String getActiveTemplate()
                                   throws java.io.IOException,
                                          AutomationException
The name of the active item template associated with the raster type used for building the specified data source. A raster type that doesn't contain the matching template is not considered candidate. All other templates are disabled when building the data sour?G?^??

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