public class AnalyzeParameters extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IMosaicDatasetOperationParameters, ISelectionParameters, IAnalyzeParameters
Description 'An object that controls how a mosaic dataset is analyzed.' 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, IID95627b93_1275_4714_94a7_a55df27e70a2, xxDummy
IID, IID176ce686_ab2e_47db_b520_37c81f517b6c, xxDummy
Constructor and Description |
---|
AnalyzeParameters()
Constructs a AnalyzeParameters using ArcGIS Engine.
|
AnalyzeParameters(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
AnalyzeParameters theAnalyzeParameters = (AnalyzeParameters) obj; |
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.
|
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 |
release()
Release this COM object reference
|
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.
|
public AnalyzeParameters() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic AnalyzeParameters(java.lang.Object obj) throws java.io.IOException
AnalyzeParameters theAnalyzeParameters = (AnalyzeParameters) obj;
obj
to AnalyzeParameters
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic 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 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.public void setClearErrors(boolean pbClearErrors) throws java.io.IOException, AutomationException
setClearErrors
in interface IAnalyzeParameters
pbClearErrors
- The pbClearErrors (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isClearErrors() throws java.io.IOException, AutomationException
isClearErrors
in interface IAnalyzeParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAnalyzeFootprints(boolean pbAnalyzeFootprints) throws java.io.IOException, AutomationException
setAnalyzeFootprints
in interface IAnalyzeParameters
pbAnalyzeFootprints
- The pbAnalyzeFootprints (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAnalyzeFootprints() throws java.io.IOException, AutomationException
isAnalyzeFootprints
in interface IAnalyzeParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAnalyzeDatasetPaths(boolean pbAnalyzeDatasetPaths) throws java.io.IOException, AutomationException
setAnalyzeDatasetPaths
in interface IAnalyzeParameters
pbAnalyzeDatasetPaths
- The pbAnalyzeDatasetPaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAnalyzeDatasetPaths() throws java.io.IOException, AutomationException
isAnalyzeDatasetPaths
in interface IAnalyzeParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAnalyzeDatasets(boolean pbAnalyzeDatasets) throws java.io.IOException, AutomationException
setAnalyzeDatasets
in interface IAnalyzeParameters
pbAnalyzeDatasets
- The pbAnalyzeDatasets (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAnalyzeDatasets() throws java.io.IOException, AutomationException
isAnalyzeDatasets
in interface IAnalyzeParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAnalyzeFunctions(boolean pbAnalyzeFunctions) throws java.io.IOException, AutomationException
setAnalyzeFunctions
in interface IAnalyzeParameters
pbAnalyzeFunctions
- The pbAnalyzeFunctions (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAnalyzeFunctions() throws java.io.IOException, AutomationException
isAnalyzeFunctions
in interface IAnalyzeParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAnalyzeVisibility(boolean pbAnalyzeVisibility) throws java.io.IOException, AutomationException
setAnalyzeVisibility
in interface IAnalyzeParameters
pbAnalyzeVisibility
- The pbAnalyzeVisibility (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAnalyzeVisibility() throws java.io.IOException, AutomationException
isAnalyzeVisibility
in interface IAnalyzeParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCollectStatistics(boolean pbCollectStatistics) throws java.io.IOException, AutomationException
setCollectStatistics
in interface IAnalyzeParameters
pbCollectStatistics
- The pbCollectStatistics (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCollectStatistics() throws java.io.IOException, AutomationException
isCollectStatistics
in interface IAnalyzeParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAnalyzePerformance(boolean pbAnalyzePerformance) throws java.io.IOException, AutomationException
setAnalyzePerformance
in interface IAnalyzeParameters
pbAnalyzePerformance
- The pbAnalyzePerformance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAnalyzePerformance() throws java.io.IOException, AutomationException
isAnalyzePerformance
in interface IAnalyzeParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAnalyzeStaleItems(boolean pbAnalyzeStaleItems) throws java.io.IOException, AutomationException
setAnalyzeStaleItems
in interface IAnalyzeParameters
pbAnalyzeStaleItems
- The pbAnalyzeStaleItems (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAnalyzeStaleItems() throws java.io.IOException, AutomationException
isAnalyzeStaleItems
in interface IAnalyzeParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAnalyzeStatistics(boolean pbAnalyzeStatistics) throws java.io.IOException, AutomationException
setAnalyzeStatistics
in interface IAnalyzeParameters
pbAnalyzeStatistics
- The pbAnalyzeStatistics (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAnalyzeStatistics() throws java.io.IOException, AutomationException
isAnalyzeStatistics
in interface IAnalyzeParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAnalyzePyramids(boolean pbAnalyzePyramids) throws java.io.IOException, AutomationException
setAnalyzePyramids
in interface IAnalyzeParameters
pbAnalyzePyramids
- The pbAnalyzePyramids (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAnalyzePyramids() throws java.io.IOException, AutomationException
isAnalyzePyramids
in interface IAnalyzeParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAnalyzeKeyProperties(boolean pbAnalyzeKeyProperties) throws java.io.IOException, AutomationException
setAnalyzeKeyProperties
in interface IAnalyzeParameters
pbAnalyzeKeyProperties
- The pbAnalyzeKeyProperties (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAnalyzeKeyProperties() throws java.io.IOException, AutomationException
isAnalyzeKeyProperties
in interface IAnalyzeParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAnalyzeDataSourceValidity(boolean pbAnalyzeDataSourceValidity) throws java.io.IOException, AutomationException
setAnalyzeDataSourceValidity
in interface IAnalyzeParameters
pbAnalyzeDataSourceValidity
- The pbAnalyzeDataSourceValidity (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAnalyzeDataSourceValidity() throws java.io.IOException, AutomationException
isAnalyzeDataSourceValidity
in interface IAnalyzeParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.