public interface IRasterTypeDataSourceHandlerParameters2 extends IRasterTypeDataSourceHandlerParameters, 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 |
IID2127d1ae_1e6f_4b55_8295_ec0d343e5893 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5f88e212_6325_4c5a_bb8f_eeae77a56f87| Modifier and Type | Method and Description |
|---|---|
IPropertySet |
getRasterTypeParameters()
Override parameters injected into the raster types while contructing a function raster dataset from a data source.
|
boolean |
isAllowBuilderItems()
Indicates whether sensor raster types are used in the attempt to load the data source.
|
boolean |
isAllowQuickOpen()
Indicates whether an applicable data source (like a mosaic dataset item) loads with only basic information.
|
boolean |
isAllowRasterDatasets()
Indicates whether an attempt is made to load the data source as a non-sensor-dataset: i.e., a regular raster dataset, a mosaic dataset or a raster catalog item, a web service or image service item URL.
|
void |
setAllowBuilderItems(boolean pbAllowBuilderItems)
Indicates whether sensor raster types are used in the attempt to load the data source.
|
void |
setAllowQuickOpen(boolean pbAllowQuickOpen)
Indicates whether an applicable data source (like a mosaic dataset item) loads with only basic information.
|
void |
setAllowRasterDatasets(boolean pbAllowRasterDatasets)
Indicates whether an attempt is made to load the data source as a non-sensor-dataset: i.e., a regular raster dataset, a mosaic dataset or a raster catalog item, a web service or image service item URL.
|
void |
setRasterTypeParametersByRef(IPropertySet ppRasterTypeParameters)
Override parameters injected into the raster types while contructing a function raster dataset from a data source.
|
getDataSource, getRasterTypes, getTrackCancel, isAllowAncillaryDatasets, isStopAtFirstFind, isTryQuickCheckOnly, setAllowAncillaryDatasets, setDataSource, setRasterTypesByRef, setStopAtFirstFind, setTrackCancelByRef, setTryQuickCheckOnlystatic final int IID2127d1ae_1e6f_4b55_8295_ec0d343e5893
static final int xxDummy
static final java.lang.String IID
void setRasterTypeParametersByRef(IPropertySet ppRasterTypeParameters) throws java.io.IOException, AutomationException
ppRasterTypeParameters - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IPropertySet getRasterTypeParameters() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAllowBuilderItems(boolean pbAllowBuilderItems)
throws java.io.IOException,
AutomationException
pbAllowBuilderItems - The pbAllowBuilderItems (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isAllowBuilderItems()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAllowRasterDatasets(boolean pbAllowRasterDatasets)
throws java.io.IOException,
AutomationException
pbAllowRasterDatasets - The pbAllowRasterDatasets (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isAllowRasterDatasets()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAllowQuickOpen(boolean pbAllowQuickOpen)
throws java.io.IOException,
AutomationException
pbAllowQuickOpen - The pbAllowQuickOpen (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isAllowQuickOpen()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.