|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.QueryPathsParameters
public class QueryPathsParameters
An object that controls how paths referenced by a mosaic dataset and items in the mosaic dataset are queried.
Constructor Summary | |
---|---|
QueryPathsParameters()
Constructs a QueryPathsParameters using ArcGIS Engine. |
|
QueryPathsParameters(Object obj)
Construct a QueryPathsParameters using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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 |
isQueryDatasetPaths()
Indicates whether paths associated with each raster dataset is queried. |
boolean |
isQueryItemURIPaths()
Indicates whether paths from URI objects that identify source to the raster type are queried. |
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 |
setQueryDatasetPaths(boolean pbQueryDatasetPaths)
Indicates whether paths associated with each raster dataset is 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 |
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. |
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 QueryPathsParameters() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic QueryPathsParameters(Object obj) throws IOException
obj
to QueryPathsParameters
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
QueryPathsParameters theQueryPathsParameters = (QueryPathsParameters) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setParametersByRef(IPropertySet ppAllParameters) throws IOException, AutomationException
setParametersByRef
in interface IMosaicDatasetOperationParameters
ppAllParameters
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getParameters() throws IOException, AutomationException
getParameters
in interface IMosaicDatasetOperationParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProgressorByRef(IProgressor ppProgressor) throws IOException, AutomationException
setProgressorByRef
in interface IMosaicDatasetOperationParameters
ppProgressor
- A reference to a com.esri.arcgis.system.IProgressor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IProgressor getProgressor() throws IOException, AutomationException
getProgressor
in interface IMosaicDatasetOperationParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsDatasetReadOnly(boolean pbIsDatasetReadOnly) throws IOException, AutomationException
setIsDatasetReadOnly
in interface IMosaicDatasetOperationParameters
pbIsDatasetReadOnly
- The pbIsDatasetReadOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDatasetReadOnly() throws IOException, AutomationException
isDatasetReadOnly
in interface IMosaicDatasetOperationParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResultsByRef(IPropertySet ppOperationResults) throws IOException, AutomationException
setResultsByRef
in interface IMosaicDatasetOperationParameters
ppOperationResults
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getResults() throws IOException, AutomationException
getResults
in interface IMosaicDatasetOperationParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setQueryDatasetPaths(boolean pbQueryDatasetPaths) throws IOException, AutomationException
setQueryDatasetPaths
in interface IQueryPathsParameters
pbQueryDatasetPaths
- The pbQueryDatasetPaths (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isQueryDatasetPaths() throws IOException, AutomationException
isQueryDatasetPaths
in interface IQueryPathsParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setQueryItemURIPaths(boolean pbQueryURIPaths) throws IOException, AutomationException
setQueryItemURIPaths
in interface IQueryPathsParameters
pbQueryURIPaths
- The pbQueryURIPaths (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isQueryItemURIPaths() throws IOException, AutomationException
isQueryItemURIPaths
in interface IQueryPathsParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBrokenPathsOnly(boolean pbBrokenOnly) throws IOException, AutomationException
setBrokenPathsOnly
in interface IQueryPathsParameters
pbBrokenOnly
- The pbBrokenOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBrokenPathsOnly() throws IOException, AutomationException
isBrokenPathsOnly
in interface IQueryPathsParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFoldersOnly(boolean pbFoldersOnly) throws IOException, AutomationException
setFoldersOnly
in interface IQueryPathsParameters
pbFoldersOnly
- The pbFoldersOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFoldersOnly() throws IOException, AutomationException
isFoldersOnly
in interface IQueryPathsParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPathDepth(int pPathDepth) throws IOException, AutomationException
setPathDepth
in interface IQueryPathsParameters
pPathDepth
- The pPathDepth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPathDepth() throws IOException, AutomationException
getPathDepth
in interface IQueryPathsParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectionSetByRef(ISelectionSet ppSelectionSet) throws IOException, AutomationException
setSelectionSetByRef
in interface ISelectionParameters
ppSelectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISelectionSet getSelectionSet() throws IOException, AutomationException
getSelectionSet
in interface ISelectionParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setQueryFilterByRef(IQueryFilter ppQueryFilter) throws IOException, AutomationException
setQueryFilterByRef
in interface ISelectionParameters
ppQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IQueryFilter getQueryFilter() throws IOException, AutomationException
getQueryFilter
in interface ISelectionParameters
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 |