|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.datasourcesraster.RasterTypeDataSourceHandlerParameters
public class RasterTypeDataSourceHandlerParameters
Parameters that control raster type data source handler operations.
Constructor Summary | |
---|---|
RasterTypeDataSourceHandlerParameters()
Constructs a RasterTypeDataSourceHandlerParameters using ArcGIS Engine. |
|
RasterTypeDataSourceHandlerParameters(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RasterTypeDataSourceHandlerParameters theRasterTypeDataSourceHandlerParameters = (RasterTypeDataSourceHandlerParameters) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public RasterTypeDataSourceHandlerParameters() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic RasterTypeDataSourceHandlerParameters(Object obj) throws IOException
RasterTypeDataSourceHandlerParameters theRasterTypeDataSourceHandlerParameters = (RasterTypeDataSourceHandlerParameters) obj;
obj
to RasterTypeDataSourceHandlerParameters
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setDataSource(Object pvtDataSource) throws IOException, AutomationException
setDataSource
in interface IRasterTypeDataSourceHandlerParameters
pvtDataSource
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getDataSource() throws IOException, AutomationException
getDataSource
in interface IRasterTypeDataSourceHandlerParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterTypesByRef(IArray ppRasterTypes) throws IOException, AutomationException
setRasterTypesByRef
in interface IRasterTypeDataSourceHandlerParameters
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.public IArray getRasterTypes() throws IOException, AutomationException
getRasterTypes
in interface IRasterTypeDataSourceHandlerParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTrackCancelByRef(ITrackCancel ppTrackCancel) throws IOException, AutomationException
setTrackCancelByRef
in interface IRasterTypeDataSourceHandlerParameters
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.public ITrackCancel getTrackCancel() throws IOException, AutomationException
getTrackCancel
in interface IRasterTypeDataSourceHandlerParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTryQuickCheckOnly(boolean pbTryQuickCheckOnly) throws IOException, AutomationException
setTryQuickCheckOnly
in interface IRasterTypeDataSourceHandlerParameters
pbTryQuickCheckOnly
- The pbTryQuickCheckOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isTryQuickCheckOnly() throws IOException, AutomationException
isTryQuickCheckOnly
in interface IRasterTypeDataSourceHandlerParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStopAtFirstFind(boolean pbStopAtFirstFind) throws IOException, AutomationException
setStopAtFirstFind
in interface IRasterTypeDataSourceHandlerParameters
pbStopAtFirstFind
- The pbStopAtFirstFind (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isStopAtFirstFind() throws IOException, AutomationException
isStopAtFirstFind
in interface IRasterTypeDataSourceHandlerParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAllowAncillaryDatasets(boolean pbAllowAncillaryDatasets) throws IOException, AutomationException
setAllowAncillaryDatasets
in interface IRasterTypeDataSourceHandlerParameters
pbAllowAncillaryDatasets
- The pbAllowAncillaryDatasets (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAllowAncillaryDatasets() throws IOException, AutomationException
isAllowAncillaryDatasets
in interface IRasterTypeDataSourceHandlerParameters
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 |