|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.AnalyzeParameters
public class AnalyzeParameters
An object that controls how a mosaic dataset is analyzed.
| Constructor Summary | |
|---|---|
AnalyzeParameters()
Constructs a AnalyzeParameters using ArcGIS Engine. |
|
AnalyzeParameters(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. AnalyzeParameters theAnalyzeParameters = (AnalyzeParameters) obj; |
|
| 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. |
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 |
isAnalyzeDatasetPaths()
Indicates whether paths stored in the RASTER and URI columns associated with each selected mosaic dataset item are analyzed. |
boolean |
isAnalyzeDatasets()
Indicates whether raster dataset associated with each selected mosaic dataset item is analyzed. |
boolean |
isAnalyzeDataSourceValidity()
Indicates whether the validity of data source referenced by the selected selected mosaic dataset items is analyzed. |
boolean |
isAnalyzeFootprints()
Indicates whether the geometry associated with each selected mosaic dataset item is analyzed. |
boolean |
isAnalyzeFunctions()
Indicates whether each raster function associated with each selected mosaic dataset item is analyzed. |
boolean |
isAnalyzeKeyProperties()
Indicates whether raster key properties associated with selected mosaic dataset items are analyzed. |
boolean |
isAnalyzePerformance()
Indicates whether performance of selected mosaic dataset item and of the mosaic dataset as a whole is analyzed. |
boolean |
isAnalyzePyramids()
Indicates whether raster pyramids associated with selected mosaic dataset items are analyzed. |
boolean |
isAnalyzeStaleItems()
Indicates whether selected mosaic dataset item are analyzed for being stale. |
boolean |
isAnalyzeStatistics()
Indicates whether raster statistics associated with selected mosaic dataset items are analyzed. |
boolean |
isAnalyzeVisibility()
Indicates whether the visibility of each selected mosaic dataset item is analyzed. |
boolean |
isClearErrors()
Indicates whether the error and status tables are cleared prior to the analysis. |
boolean |
isCollectStatistics()
Indicates whether statistics on selected mosaic dataset item are collected. |
boolean |
isDatasetReadOnly()
Indicates whether the mosaic dataset is in read-only mode. |
void |
setAnalyzeDatasetPaths(boolean pbAnalyzeDatasetPaths)
Indicates whether paths stored in the RASTER and URI columns associated with each selected mosaic dataset item are analyzed. |
void |
setAnalyzeDatasets(boolean pbAnalyzeDatasets)
Indicates whether raster dataset associated with each selected mosaic dataset item is analyzed. |
void |
setAnalyzeDataSourceValidity(boolean pbAnalyzeDataSourceValidity)
Indicates whether the validity of data source referenced by the selected selected mosaic dataset items is analyzed. |
void |
setAnalyzeFootprints(boolean pbAnalyzeFootprints)
Indicates whether the geometry associated with each selected mosaic dataset item is analyzed. |
void |
setAnalyzeFunctions(boolean pbAnalyzeFunctions)
Indicates whether each raster function associated with each selected mosaic dataset item is analyzed. |
void |
setAnalyzeKeyProperties(boolean pbAnalyzeKeyProperties)
Indicates whether raster key properties associated with selected mosaic dataset items are analyzed. |
void |
setAnalyzePerformance(boolean pbAnalyzePerformance)
Indicates whether performance of selected mosaic dataset item and of the mosaic dataset as a whole is analyzed. |
void |
setAnalyzePyramids(boolean pbAnalyzePyramids)
Indicates whether raster pyramids associated with selected mosaic dataset items are analyzed. |
void |
setAnalyzeStaleItems(boolean pbAnalyzeStaleItems)
Indicates whether selected mosaic dataset item are analyzed for being stale. |
void |
setAnalyzeStatistics(boolean pbAnalyzeStatistics)
Indicates whether raster statistics associated with selected mosaic dataset items are analyzed. |
void |
setAnalyzeVisibility(boolean pbAnalyzeVisibility)
Indicates whether the visibility of each selected mosaic dataset item is analyzed. |
void |
setClearErrors(boolean pbClearErrors)
Indicates whether the error and status tables are cleared prior to the analysis. |
void |
setCollectStatistics(boolean pbCollectStatistics)
Indicates whether statistics on selected mosaic dataset item are collected. |
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 |
setProgressorByRef(IProgressor ppProgressor)
The external progressor object associated with the mosaic dataset operation. |
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 |
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 AnalyzeParameters()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public AnalyzeParameters(Object obj)
throws IOException
AnalyzeParameters theAnalyzeParameters = (AnalyzeParameters) obj;
obj to AnalyzeParameters.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setParametersByRef(IPropertySet ppAllParameters)
throws IOException,
AutomationException
setParametersByRef in interface IMosaicDatasetOperationParametersppAllParameters - 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 IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProgressorByRef(IProgressor ppProgressor)
throws IOException,
AutomationException
setProgressorByRef in interface IMosaicDatasetOperationParametersppProgressor - 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 IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
throws IOException,
AutomationException
setIsDatasetReadOnly in interface IMosaicDatasetOperationParameterspbIsDatasetReadOnly - 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 IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setResultsByRef(IPropertySet ppOperationResults)
throws IOException,
AutomationException
setResultsByRef in interface IMosaicDatasetOperationParametersppOperationResults - 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 IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSelectionSetByRef(ISelectionSet ppSelectionSet)
throws IOException,
AutomationException
setSelectionSetByRef in interface ISelectionParametersppSelectionSet - 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 ISelectionParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setQueryFilterByRef(IQueryFilter ppQueryFilter)
throws IOException,
AutomationException
setQueryFilterByRef in interface ISelectionParametersppQueryFilter - 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 ISelectionParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setClearErrors(boolean pbClearErrors)
throws IOException,
AutomationException
setClearErrors in interface IAnalyzeParameterspbClearErrors - The pbClearErrors (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isClearErrors()
throws IOException,
AutomationException
isClearErrors in interface IAnalyzeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnalyzeFootprints(boolean pbAnalyzeFootprints)
throws IOException,
AutomationException
setAnalyzeFootprints in interface IAnalyzeParameterspbAnalyzeFootprints - The pbAnalyzeFootprints (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAnalyzeFootprints()
throws IOException,
AutomationException
isAnalyzeFootprints in interface IAnalyzeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnalyzeDatasetPaths(boolean pbAnalyzeDatasetPaths)
throws IOException,
AutomationException
setAnalyzeDatasetPaths in interface IAnalyzeParameterspbAnalyzeDatasetPaths - The pbAnalyzeDatasetPaths (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAnalyzeDatasetPaths()
throws IOException,
AutomationException
isAnalyzeDatasetPaths in interface IAnalyzeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnalyzeDatasets(boolean pbAnalyzeDatasets)
throws IOException,
AutomationException
setAnalyzeDatasets in interface IAnalyzeParameterspbAnalyzeDatasets - The pbAnalyzeDatasets (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAnalyzeDatasets()
throws IOException,
AutomationException
isAnalyzeDatasets in interface IAnalyzeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnalyzeFunctions(boolean pbAnalyzeFunctions)
throws IOException,
AutomationException
setAnalyzeFunctions in interface IAnalyzeParameterspbAnalyzeFunctions - The pbAnalyzeFunctions (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAnalyzeFunctions()
throws IOException,
AutomationException
isAnalyzeFunctions in interface IAnalyzeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnalyzeVisibility(boolean pbAnalyzeVisibility)
throws IOException,
AutomationException
setAnalyzeVisibility in interface IAnalyzeParameterspbAnalyzeVisibility - The pbAnalyzeVisibility (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAnalyzeVisibility()
throws IOException,
AutomationException
isAnalyzeVisibility in interface IAnalyzeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCollectStatistics(boolean pbCollectStatistics)
throws IOException,
AutomationException
setCollectStatistics in interface IAnalyzeParameterspbCollectStatistics - The pbCollectStatistics (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCollectStatistics()
throws IOException,
AutomationException
isCollectStatistics in interface IAnalyzeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnalyzePerformance(boolean pbAnalyzePerformance)
throws IOException,
AutomationException
setAnalyzePerformance in interface IAnalyzeParameterspbAnalyzePerformance - The pbAnalyzePerformance (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAnalyzePerformance()
throws IOException,
AutomationException
isAnalyzePerformance in interface IAnalyzeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnalyzeStaleItems(boolean pbAnalyzeStaleItems)
throws IOException,
AutomationException
setAnalyzeStaleItems in interface IAnalyzeParameterspbAnalyzeStaleItems - The pbAnalyzeStaleItems (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAnalyzeStaleItems()
throws IOException,
AutomationException
isAnalyzeStaleItems in interface IAnalyzeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnalyzeStatistics(boolean pbAnalyzeStatistics)
throws IOException,
AutomationException
setAnalyzeStatistics in interface IAnalyzeParameterspbAnalyzeStatistics - The pbAnalyzeStatistics (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAnalyzeStatistics()
throws IOException,
AutomationException
isAnalyzeStatistics in interface IAnalyzeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnalyzePyramids(boolean pbAnalyzePyramids)
throws IOException,
AutomationException
setAnalyzePyramids in interface IAnalyzeParameterspbAnalyzePyramids - The pbAnalyzePyramids (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAnalyzePyramids()
throws IOException,
AutomationException
isAnalyzePyramids in interface IAnalyzeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnalyzeKeyProperties(boolean pbAnalyzeKeyProperties)
throws IOException,
AutomationException
setAnalyzeKeyProperties in interface IAnalyzeParameterspbAnalyzeKeyProperties - The pbAnalyzeKeyProperties (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAnalyzeKeyProperties()
throws IOException,
AutomationException
isAnalyzeKeyProperties in interface IAnalyzeParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAnalyzeDataSourceValidity(boolean pbAnalyzeDataSourceValidity)
throws IOException,
AutomationException
setAnalyzeDataSourceValidity in interface IAnalyzeParameterspbAnalyzeDataSourceValidity - The pbAnalyzeDataSourceValidity (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAnalyzeDataSourceValidity()
throws IOException,
AutomationException
isAnalyzeDataSourceValidity in interface IAnalyzeParametersIOException - 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 | ||||||||