|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterTypeDataSourceHandlerParameters
Provides access to members that control parameters to raster type data source handler.
Method Summary | |
---|---|
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(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. |
Method Detail |
---|
void setDataSource(Object pvtDataSource) throws IOException, AutomationException
pvtDataSource
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getDataSource() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterTypesByRef(IArray ppRasterTypes) throws IOException, AutomationException
ppRasterTypes
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getRasterTypes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTrackCancelByRef(ITrackCancel ppTrackCancel) throws IOException, AutomationException
ppTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITrackCancel getTrackCancel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTryQuickCheckOnly(boolean pbTryQuickCheckOnly) throws IOException, AutomationException
pbTryQuickCheckOnly
- The pbTryQuickCheckOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isTryQuickCheckOnly() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStopAtFirstFind(boolean pbStopAtFirstFind) throws IOException, AutomationException
pbStopAtFirstFind
- The pbStopAtFirstFind (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStopAtFirstFind() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllowAncillaryDatasets(boolean pbAllowAncillaryDatasets) throws IOException, AutomationException
pbAllowAncillaryDatasets
- The pbAllowAncillaryDatasets (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAllowAncillaryDatasets() 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 |