public interface IRasterTypeDataSourceHandlerParameters
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5f88e212_6325_4c5a_bb8f_eeae77a56f87 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDataSource()
The data source to be supplied to handler operations.
|
IArray |
getRasterTypes()
The collection of raster types on which the handler operates.
|
ITrackCancel |
getTrackCancel()
The cancel tracker associated with handler operations.
|
boolean |
isAllowAncillaryDatasets()
Indicates whether ancillary dataset generated by complex raster type item templates are to be allowed by handler operations.
|
boolean |
isStopAtFirstFind()
Indicates whether handler operations stops searching for candidate raster types or templates once the first candidate is found.
|
boolean |
isTryQuickCheckOnly()
Indicates whether handler operations perform only cursory checks (via IRasterBuilder.CanBuild) on data sources to identify candidate raster types and templates.
|
void |
setAllowAncillaryDatasets(boolean pbAllowAncillaryDatasets)
Indicates whether ancillary dataset generated by complex raster type item templates are to be allowed by handler operations.
|
void |
setDataSource(java.lang.Object pvtDataSource)
The data source to be supplied to handler operations.
|
void |
setRasterTypesByRef(IArray ppRasterTypes)
The collection of raster types on which the handler operates.
|
void |
setStopAtFirstFind(boolean pbStopAtFirstFind)
Indicates whether handler operations stops searching for candidate raster types or templates once the first candidate is found.
|
void |
setTrackCancelByRef(ITrackCancel ppTrackCancel)
The cancel tracker associated with handler operations.
|
void |
setTryQuickCheckOnly(boolean pbTryQuickCheckOnly)
Indicates whether handler operations perform only cursory checks (via IRasterBuilder.CanBuild) on data sources to identify candidate raster types and templates.
|
static final int IID5f88e212_6325_4c5a_bb8f_eeae77a56f87
static final int xxDummy
static final java.lang.String IID
void setDataSource(java.lang.Object pvtDataSource) throws java.io.IOException, AutomationException
pvtDataSource
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getDataSource() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterTypesByRef(IArray ppRasterTypes) throws java.io.IOException, AutomationException
ppRasterTypes
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getRasterTypes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTrackCancelByRef(ITrackCancel ppTrackCancel) throws java.io.IOException, AutomationException
ppTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITrackCancel getTrackCancel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTryQuickCheckOnly(boolean pbTryQuickCheckOnly) throws java.io.IOException, AutomationException
pbTryQuickCheckOnly
- The pbTryQuickCheckOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isTryQuickCheckOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStopAtFirstFind(boolean pbStopAtFirstFind) throws java.io.IOException, AutomationException
pbStopAtFirstFind
- The pbStopAtFirstFind (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isStopAtFirstFind() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAllowAncillaryDatasets(boolean pbAllowAncillaryDatasets) throws java.io.IOException, AutomationException
pbAllowAncillaryDatasets
- The pbAllowAncillaryDatasets (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAllowAncillaryDatasets() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.