public class QueryPathsParameters extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IMosaicDatasetOperationParameters, IQueryPathsParameters, IQueryPathsParameters2, IQueryPathsParameters3, ISelectionParameters
Description 'An object that controls how paths referenced by a mosaic dataset and items in the mosaic dataset are queried.' 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, IID379006f4_6f75_4c3b_b783_0c2e88a7b280, xxDummy
IID, IID4bfbdc86_a30a_4343_ad58_c80306554d07, xxDummy
IID204481d8_b38b_4b7b_897a_c33d112f5574
IID437435d9_ef2e_4018_ae93_21d3a29643dd
IID, IID95627b93_1275_4714_94a7_a55df27e70a2, xxDummy
Constructor and Description |
---|
QueryPathsParameters()
Constructs a QueryPathsParameters using ArcGIS Engine.
|
QueryPathsParameters(java.lang.Object obj)
Construct a QueryPathsParameters using a reference to such an object returned from ArcGIS Engine or Server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
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.
|
IPropertySet |
getParameters()
All parameters associated with the mosaic dataset operation.
|
int |
getPathDepth()
The maximum depth of each folder path returned.
|
IProgressor |
getProgressor()
The external progressor object associated with the mosaic dataset operation.
|
IQueryFilter |
getQueryFilter()
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation.
|
IPropertySet |
getResults()
The properties of the result associated with the mosaic dataset operation.
|
ISelectionSet |
getSelectionSet()
The selection set that identifies the collection of catalog items on which to perform the associated operation.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isBrokenPathsOnly()
Indicates whether only broken paths are returned.
|
boolean |
isDatasetReadOnly()
Indicates whether the mosaic dataset is in read-only mode.
|
boolean |
isFoldersOnly()
Indicates whether only folder paths are returned.
|
boolean |
isQueryCachePaths()
Indicates whether paths associated with raster dataset cache are queried.
|
boolean |
isQueryDatasetPaths()
Indicates whether paths associated with each raster dataset are queried.
|
boolean |
isQueryItemURIPaths()
Indicates whether paths from URI objects that identify source to the raster type are queried.
|
boolean |
isQueryRasterFunctionTemplatePaths()
Indicates whether paths associated with raster function templates on the mosaic dataset are queried.
|
boolean |
isQueryRasterTypePaths()
Indicates whether paths associated with raster types are queried.
|
void |
release()
Release this COM object reference
|
void |
setBrokenPathsOnly(boolean pbBrokenOnly)
Indicates whether only broken paths are returned.
|
void |
setFoldersOnly(boolean pbFoldersOnly)
Indicates whether only folder paths are returned.
|
void |
setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
Indicates whether the mosaic dataset is in read-only mode.
|
void |
setParametersByRef(IPropertySet ppAllParameters)
All parameters associated with the mosaic dataset operation.
|
void |
setPathDepth(int pPathDepth)
The maximum depth of each folder path returned.
|
void |
setProgressorByRef(IProgressor ppProgressor)
The external progressor object associated with the mosaic dataset operation.
|
void |
setQueryCachePaths(boolean pbQueryCachePaths)
Indicates whether paths associated with raster dataset cache are queried.
|
void |
setQueryDatasetPaths(boolean pbQueryDatasetPaths)
Indicates whether paths associated with each raster dataset are queried.
|
void |
setQueryFilterByRef(IQueryFilter ppQueryFilter)
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation.
|
void |
setQueryItemURIPaths(boolean pbQueryURIPaths)
Indicates whether paths from URI objects that identify source to the raster type are queried.
|
void |
setQueryRasterFunctionTemplatePaths(boolean pbQueryTemplatePaths)
Indicates whether paths associated with raster function templates on the mosaic dataset are queried.
|
void |
setQueryRasterTypePaths(boolean pbQueryRasterTypePaths)
Indicates whether paths associated with raster types are queried.
|
void |
setResultsByRef(IPropertySet ppOperationResults)
The properties of the result associated with the mosaic dataset operation.
|
void |
setSelectionSetByRef(ISelectionSet ppSelectionSet)
The selection set that identifies the collection of catalog items on which to perform the associated operation.
|
public QueryPathsParameters() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic QueryPathsParameters(java.lang.Object obj) throws java.io.IOException
obj
to QueryPathsParameters
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problems
QueryPathsParameters theQueryPathsParameters = (QueryPathsParameters) obj;
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setParametersByRef(IPropertySet ppAllParameters) throws java.io.IOException, AutomationException
setParametersByRef
in interface IMosaicDatasetOperationParameters
ppAllParameters
- 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 getParameters() throws java.io.IOException, AutomationException
getParameters
in interface IMosaicDatasetOperationParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setProgressorByRef(IProgressor ppProgressor) throws java.io.IOException, AutomationException
setProgressorByRef
in interface IMosaicDatasetOperationParameters
ppProgressor
- A reference to a com.esri.arcgis.system.IProgressor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IProgressor getProgressor() throws java.io.IOException, AutomationException
getProgressor
in interface IMosaicDatasetOperationParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIsDatasetReadOnly(boolean pbIsDatasetReadOnly) throws java.io.IOException, AutomationException
setIsDatasetReadOnly
in interface IMosaicDatasetOperationParameters
pbIsDatasetReadOnly
- The pbIsDatasetReadOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isDatasetReadOnly() throws java.io.IOException, AutomationException
isDatasetReadOnly
in interface IMosaicDatasetOperationParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setResultsByRef(IPropertySet ppOperationResults) throws java.io.IOException, AutomationException
setResultsByRef
in interface IMosaicDatasetOperationParameters
ppOperationResults
- 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 getResults() throws java.io.IOException, AutomationException
getResults
in interface IMosaicDatasetOperationParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setQueryDatasetPaths(boolean pbQueryDatasetPaths) throws java.io.IOException, AutomationException
setQueryDatasetPaths
in interface IQueryPathsParameters
pbQueryDatasetPaths
- The pbQueryDatasetPaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isQueryDatasetPaths() throws java.io.IOException, AutomationException
isQueryDatasetPaths
in interface IQueryPathsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setQueryItemURIPaths(boolean pbQueryURIPaths) throws java.io.IOException, AutomationException
setQueryItemURIPaths
in interface IQueryPathsParameters
pbQueryURIPaths
- The pbQueryURIPaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isQueryItemURIPaths() throws java.io.IOException, AutomationException
isQueryItemURIPaths
in interface IQueryPathsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBrokenPathsOnly(boolean pbBrokenOnly) throws java.io.IOException, AutomationException
setBrokenPathsOnly
in interface IQueryPathsParameters
pbBrokenOnly
- The pbBrokenOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isBrokenPathsOnly() throws java.io.IOException, AutomationException
isBrokenPathsOnly
in interface IQueryPathsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFoldersOnly(boolean pbFoldersOnly) throws java.io.IOException, AutomationException
setFoldersOnly
in interface IQueryPathsParameters
pbFoldersOnly
- The pbFoldersOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isFoldersOnly() throws java.io.IOException, AutomationException
isFoldersOnly
in interface IQueryPathsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPathDepth(int pPathDepth) throws java.io.IOException, AutomationException
setPathDepth
in interface IQueryPathsParameters
pPathDepth
- The pPathDepth (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getPathDepth() throws java.io.IOException, AutomationException
getPathDepth
in interface IQueryPathsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setQueryRasterTypePaths(boolean pbQueryRasterTypePaths) throws java.io.IOException, AutomationException
setQueryRasterTypePaths
in interface IQueryPathsParameters2
pbQueryRasterTypePaths
- The pbQueryRasterTypePaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isQueryRasterTypePaths() throws java.io.IOException, AutomationException
isQueryRasterTypePaths
in interface IQueryPathsParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setQueryCachePaths(boolean pbQueryCachePaths) throws java.io.IOException, AutomationException
setQueryCachePaths
in interface IQueryPathsParameters2
pbQueryCachePaths
- The pbQueryCachePaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isQueryCachePaths() throws java.io.IOException, AutomationException
isQueryCachePaths
in interface IQueryPathsParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setQueryRasterFunctionTemplatePaths(boolean pbQueryTemplatePaths) throws java.io.IOException, AutomationException
setQueryRasterFunctionTemplatePaths
in interface IQueryPathsParameters3
pbQueryTemplatePaths
- The pbQueryTemplatePaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isQueryRasterFunctionTemplatePaths() throws java.io.IOException, AutomationException
isQueryRasterFunctionTemplatePaths
in interface IQueryPathsParameters3
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSelectionSetByRef(ISelectionSet ppSelectionSet) throws java.io.IOException, AutomationException
setSelectionSetByRef
in interface ISelectionParameters
ppSelectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISelectionSet getSelectionSet() throws java.io.IOException, AutomationException
getSelectionSet
in interface ISelectionParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setQueryFilterByRef(IQueryFilter ppQueryFilter) throws java.io.IOException, AutomationException
setQueryFilterByRef
in interface ISelectionParameters
ppQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IQueryFilter getQueryFilter() throws java.io.IOException, AutomationException
getQueryFilter
in interface ISelectionParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.