|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParametersProxy
com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters2Proxy
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 =
public class IRasterTypeDataSourceHandlerParameters2Proxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters2 |
---|
IID, IID2127d1ae_1e6f_4b55_8295_ec0d343e5893 |
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters |
---|
IID5f88e212_6325_4c5a_bb8f_eeae77a56f87 |
Constructor Summary | |
---|---|
|
IRasterTypeDataSourceHandlerParameters2Proxy()
Deprecated. For internal use only |
|
IRasterTypeDataSourceHandlerParameters2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IRasterTypeDataSourceHandlerParameters2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IRasterTypeDataSourceHandlerParameters2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IRasterTypeDataSourceHandlerParameters2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IPropertySet |
getRasterTypeParameters()
Deprecated. Override parameters injected into the raster types while contructing a function raster dataset from a data source. |
boolean |
isAllowBuilderItems()
Deprecated. Indicates whether sensor raster types are used in the attempt to load the data source. |
boolean |
isAllowQuickOpen()
Deprecated. Indicates whether an applicable data source (like a mosaic dataset item) loads with only basic information. |
boolean |
isAllowRasterDatasets()
Deprecated. 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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAllowBuilderItems(boolean pbAllowBuilderItems)
Deprecated. Indicates whether sensor raster types are used in the attempt to load the data source. |
void |
setAllowQuickOpen(boolean pbAllowQuickOpen)
Deprecated. Indicates whether an applicable data source (like a mosaic dataset item) loads with only basic information. |
void |
setAllowRasterDatasets(boolean pbAllowRasterDatasets)
Deprecated. 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)
Deprecated. Override parameters injected into the raster types while contructing a function raster dataset from a data source. |
Methods inherited from class com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParametersProxy |
---|
getDataSource, getRasterTypes, getTrackCancel, isAllowAncillaryDatasets, isStopAtFirstFind, isTryQuickCheckOnly, setAllowAncillaryDatasets, setDataSource, setRasterTypesByRef, setStopAtFirstFind, setTrackCancelByRef, setTryQuickCheckOnly |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters |
---|
getDataSource, getRasterTypes, getTrackCancel, isAllowAncillaryDatasets, isStopAtFirstFind, isTryQuickCheckOnly, setAllowAncillaryDatasets, setDataSource, setRasterTypesByRef, setStopAtFirstFind, setTrackCancelByRef, setTryQuickCheckOnly |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IRasterTypeDataSourceHandlerParameters2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IRasterTypeDataSourceHandlerParameters2Proxy()
public IRasterTypeDataSourceHandlerParameters2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterTypeDataSourceHandlerParameters2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRasterTypeDataSourceHandlerParameters2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class IRasterTypeDataSourceHandlerParametersProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IRasterTypeDataSourceHandlerParametersProxy
java.io.IOException
public void setRasterTypeParametersByRef(IPropertySet ppRasterTypeParameters) throws java.io.IOException, AutomationException
setRasterTypeParametersByRef
in interface IRasterTypeDataSourceHandlerParameters2
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.public IPropertySet getRasterTypeParameters() throws java.io.IOException, AutomationException
getRasterTypeParameters
in interface IRasterTypeDataSourceHandlerParameters2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAllowBuilderItems(boolean pbAllowBuilderItems) throws java.io.IOException, AutomationException
setAllowBuilderItems
in interface IRasterTypeDataSourceHandlerParameters2
pbAllowBuilderItems
- The pbAllowBuilderItems (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAllowBuilderItems() throws java.io.IOException, AutomationException
isAllowBuilderItems
in interface IRasterTypeDataSourceHandlerParameters2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAllowRasterDatasets(boolean pbAllowRasterDatasets) throws java.io.IOException, AutomationException
setAllowRasterDatasets
in interface IRasterTypeDataSourceHandlerParameters2
pbAllowRasterDatasets
- The pbAllowRasterDatasets (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAllowRasterDatasets() throws java.io.IOException, AutomationException
isAllowRasterDatasets
in interface IRasterTypeDataSourceHandlerParameters2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAllowQuickOpen(boolean pbAllowQuickOpen) throws java.io.IOException, AutomationException
setAllowQuickOpen
in interface IRasterTypeDataSourceHandlerParameters2
pbAllowQuickOpen
- The pbAllowQuickOpen (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAllowQuickOpen() throws java.io.IOException, AutomationException
isAllowQuickOpen
in interface IRasterTypeDataSourceHandlerParameters2
java.io.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 |