|
|||||||||
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
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
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.IRasterTypeDataSourceHandlerParameters |
---|
IID, IID5f88e212_6325_4c5a_bb8f_eeae77a56f87 |
Constructor Summary | |
---|---|
|
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. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
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. |
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. |
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 |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |