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 IRasterTypeDataSourceHandlerParametersProxy extends com.esri.arcgis.interop.Dispatch implements IRasterTypeDataSourceHandlerParameters, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID5f88e212_6325_4c5a_bb8f_eeae77a56f87
Modifier | Constructor and Description |
---|---|
|
IRasterTypeDataSourceHandlerParametersProxy()
Deprecated.
For internal use only
|
|
IRasterTypeDataSourceHandlerParametersProxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterTypeDataSourceHandlerParametersProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterTypeDataSourceHandlerParametersProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterTypeDataSourceHandlerParametersProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
java.lang.Object |
getDataSource()
Deprecated.
The data source to be supplied to handler operations.
|
IArray |
getRasterTypes()
Deprecated.
The collection of raster types on which the handler operates.
|
ITrackCancel |
getTrackCancel()
Deprecated.
The cancel tracker associated with handler operations.
|
boolean |
isAllowAncillaryDatasets()
Deprecated.
Indicates whether ancillary dataset generated by complex raster type item templates are to be allowed by handler operations.
|
boolean |
isStopAtFirstFind()
Deprecated.
Indicates whether handler operations stops searching for candidate raster types or templates once the first candidate is found.
|
boolean |
isTryQuickCheckOnly()
Deprecated.
Indicates whether handler operations perform only cursory checks (via IRasterBuilder.CanBuild) on data sources to identify candidate raster types and templates.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setAllowAncillaryDatasets(boolean pbAllowAncillaryDatasets)
Deprecated.
Indicates whether ancillary dataset generated by complex raster type item templates are to be allowed by handler operations.
|
void |
setDataSource(java.lang.Object pvtDataSource)
Deprecated.
The data source to be supplied to handler operations.
|
void |
setRasterTypesByRef(IArray ppRasterTypes)
Deprecated.
The collection of raster types on which the handler operates.
|
void |
setStopAtFirstFind(boolean pbStopAtFirstFind)
Deprecated.
Indicates whether handler operations stops searching for candidate raster types or templates once the first candidate is found.
|
void |
setTrackCancelByRef(ITrackCancel ppTrackCancel)
Deprecated.
The cancel tracker associated with handler operations.
|
void |
setTryQuickCheckOnly(boolean pbTryQuickCheckOnly)
Deprecated.
Indicates whether handler operations perform only cursory checks (via IRasterBuilder.CanBuild) on data sources to identify candidate raster types and templates.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IRasterTypeDataSourceHandlerParametersProxy(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 IRasterTypeDataSourceHandlerParametersProxy()
public IRasterTypeDataSourceHandlerParametersProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterTypeDataSourceHandlerParametersProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRasterTypeDataSourceHandlerParametersProxy(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
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setDataSource(java.lang.Object pvtDataSource) throws java.io.IOException, AutomationException
setDataSource
in interface IRasterTypeDataSourceHandlerParameters
pvtDataSource
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getDataSource() throws java.io.IOException, AutomationException
getDataSource
in interface IRasterTypeDataSourceHandlerParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRasterTypesByRef(IArray ppRasterTypes) throws java.io.IOException, AutomationException
setRasterTypesByRef
in interface IRasterTypeDataSourceHandlerParameters
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.public IArray getRasterTypes() throws java.io.IOException, AutomationException
getRasterTypes
in interface IRasterTypeDataSourceHandlerParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTrackCancelByRef(ITrackCancel ppTrackCancel) throws java.io.IOException, AutomationException
setTrackCancelByRef
in interface IRasterTypeDataSourceHandlerParameters
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.public ITrackCancel getTrackCancel() throws java.io.IOException, AutomationException
getTrackCancel
in interface IRasterTypeDataSourceHandlerParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTryQuickCheckOnly(boolean pbTryQuickCheckOnly) throws java.io.IOException, AutomationException
setTryQuickCheckOnly
in interface IRasterTypeDataSourceHandlerParameters
pbTryQuickCheckOnly
- The pbTryQuickCheckOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isTryQuickCheckOnly() throws java.io.IOException, AutomationException
isTryQuickCheckOnly
in interface IRasterTypeDataSourceHandlerParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setStopAtFirstFind(boolean pbStopAtFirstFind) throws java.io.IOException, AutomationException
setStopAtFirstFind
in interface IRasterTypeDataSourceHandlerParameters
pbStopAtFirstFind
- The pbStopAtFirstFind (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isStopAtFirstFind() throws java.io.IOException, AutomationException
isStopAtFirstFind
in interface IRasterTypeDataSourceHandlerParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAllowAncillaryDatasets(boolean pbAllowAncillaryDatasets) throws java.io.IOException, AutomationException
setAllowAncillaryDatasets
in interface IRasterTypeDataSourceHandlerParameters
pbAllowAncillaryDatasets
- The pbAllowAncillaryDatasets (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAllowAncillaryDatasets() throws java.io.IOException, AutomationException
isAllowAncillaryDatasets
in interface IRasterTypeDataSourceHandlerParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.