public class RasterDatasetCrawler extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IDataSourceCrawler, IFileCrawler, IRasterDatasetCrawler
Description 'A crawler for raster datasets.' 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 =
IID, IIDa1631439_6f80_4ac3_b559_0d1836f6b13a, xxDummyIID, IIDf8c71017_2a6c_4156_a443_1c33791ccc0a, xxDummyIID, IID31d3dce2_6908_44a1_bec5_0026ec05df76, xxDummy| Constructor and Description |
|---|
RasterDatasetCrawler()
Constructs a RasterDatasetCrawler using ArcGIS Engine.
|
RasterDatasetCrawler(java.lang.Object obj)
Construct a RasterDatasetCrawler using a reference to such an object returned from ArcGIS Engine or Server.
|
| Modifier and Type | Method and Description |
|---|---|
IEnumVariantSimple |
crawl(ITrackCancel pTrackCancel)
Traverses a data store and returns a enumeration of crawled data source items.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
int |
getCrawlerItemType()
The type of the data source item returned by this crawler.
|
IName |
getDatasetName()
The name object representing the raster dataset to crawl.
|
java.lang.String |
getFilter()
A string expression that allows the data source crawler to filter out invalid items.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
java.lang.String |
getPath()
The file or folder path to crawl.
|
IRasterDataset |
getRasterDataset()
The raster dataset to crawl.
|
ITimeExtent |
getTimeExtent()
The range of allowed time value associated with crawled data source items.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isCanFilterByExpression()
Indicates whether the data source crawler can filter items by a string expression like a wild-card filter or SQL Where Clause.
|
boolean |
isCanFilterByTime()
Indicates whether the data source crawler can filter items by time using the 'TimeExtent' property.
|
boolean |
isRecurse()
Indicates whether folders are recursively traversed.
|
void |
release()
Release this COM object reference
|
void |
setDatasetNameByRef(IName ppDatasetName)
The name object representing the raster dataset to crawl.
|
void |
setFilter(java.lang.String pFilter)
A string expression that allows the data source crawler to filter out invalid items.
|
void |
setPath(java.lang.String pFileOrFolderPath)
The file or folder path to crawl.
|
void |
setRasterDatasetByRef(IRasterDataset ppRasterDataset)
The raster dataset to crawl.
|
void |
setRecurse(boolean pbParseRecursively)
Indicates whether folders are recursively traversed.
|
void |
setTimeExtentByRef(ITimeExtent ppTimeExtent)
The range of allowed time value associated with crawled data source items.
|
public RasterDatasetCrawler()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic RasterDatasetCrawler(java.lang.Object obj)
throws java.io.IOException
obj to RasterDatasetCrawler.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problems
RasterDatasetCrawler theRasterDatasetCrawler = (RasterDatasetCrawler) obj;public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic int getCrawlerItemType()
throws java.io.IOException,
AutomationException
getCrawlerItemType in interface IDataSourceCrawlerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumVariantSimple crawl(ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
crawl in interface IDataSourceCrawlerpTrackCancel - 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 boolean isCanFilterByTime()
throws java.io.IOException,
AutomationException
isCanFilterByTime in interface IDataSourceCrawlerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTimeExtentByRef(ITimeExtent ppTimeExtent) throws java.io.IOException, AutomationException
setTimeExtentByRef in interface IDataSourceCrawlerppTimeExtent - A reference to a com.esri.arcgis.system.ITimeExtent (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITimeExtent getTimeExtent() throws java.io.IOException, AutomationException
getTimeExtent in interface IDataSourceCrawlerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isCanFilterByExpression()
throws java.io.IOException,
AutomationException
isCanFilterByExpression in interface IDataSourceCrawlerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFilter(java.lang.String pFilter)
throws java.io.IOException,
AutomationException
setFilter in interface IDataSourceCrawlerpFilter - The pFilter (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getFilter()
throws java.io.IOException,
AutomationException
getFilter in interface IDataSourceCrawlerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPath(java.lang.String pFileOrFolderPath)
throws java.io.IOException,
AutomationException
setPath in interface IFileCrawlerpFileOrFolderPath - The pFileOrFolderPath (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getPath()
throws java.io.IOException,
AutomationException
getPath in interface IFileCrawlerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setRecurse(boolean pbParseRecursively)
throws java.io.IOException,
AutomationException
setRecurse in interface IFileCrawlerpbParseRecursively - The pbParseRecursively (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isRecurse()
throws java.io.IOException,
AutomationException
isRecurse in interface IFileCrawlerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setRasterDatasetByRef(IRasterDataset ppRasterDataset) throws java.io.IOException, AutomationException
setRasterDatasetByRef in interface IRasterDatasetCrawlerppRasterDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterDataset getRasterDataset() throws java.io.IOException, AutomationException
getRasterDataset in interface IRasterDatasetCrawlerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDatasetNameByRef(IName ppDatasetName) throws java.io.IOException, AutomationException
setDatasetNameByRef in interface IRasterDatasetCrawlerppDatasetName - A reference to a com.esri.arcgis.system.IName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IName getDatasetName() throws java.io.IOException, AutomationException
getDatasetName in interface IRasterDatasetCrawlerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.