public class ExportItemsParameters extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IMosaicDatasetOperationParameters, IExportItemsParameters, IExportItemsParameters2, IExportItemsParameters3, IExportItemsParameters4, IBuildPyramidsParameters, IBuildPyramidsParameters2, ICalculateStatisticsParameters, ISelectionParameters, IThreadedOperationParameters
Description 'An object that controls how items in a mosaic dataset are exported.' 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, xxDummyIID, IID37f01203_2a1d_4406_bb08_f86b95068974, xxDummyIID1acbf4cd_e0e4_491b_a062_5cb436ec980eIIDb46cd35a_98f4_4c5c_a563_09b62b362302IIDdb45460e_82a8_426f_90fe_67a8454101efIID, IIDa4a2e058_841d_43fc_a6b6_0783e5473a84, xxDummyIID, IIDd686e327_7f25_4840_bd11_a91a072c7044, xxDummyIID, IIDce8ed17c_1c4d_4eec_8259_77b784cd8de9, xxDummyIID, IID95627b93_1275_4714_94a7_a55df27e70a2, xxDummyIID, IIDb4a72532_b2fd_41ee_9216_2fa2921af897, xxDummy| Constructor and Description |
|---|
ExportItemsParameters()
Constructs a ExportItemsParameters using ArcGIS Engine.
|
ExportItemsParameters(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
ExportItemsParameters theExportItemsParameters = (ExportItemsParameters) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
IStringArray |
getBandNames()
Input names of extracted bands.
|
java.lang.String |
getBaseName()
The basename.
|
IPoint |
getCellSize()
The cellsize.
|
IGeometry |
getClippingGeometry()
The clipping geometry.
|
static java.lang.String |
getClsid()
getClsid.
|
int |
getCompressionQuality()
The pyramid compression quality.
|
int |
getCompressionType()
The pyramid compression type.
|
IEnvelope |
getExtent()
The extent.
|
java.lang.String |
getFormat()
The output format.
|
java.lang.Object |
getIgnoreValues()
The ignore values for statistics.
|
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 |
getNoData()
The nodata.
|
int |
getNumThreads()
The number of parallel threads that execute parts of the associated operation.
|
java.lang.String |
getOutputFolder()
The output folder.
|
IPropertySet |
getParameters()
All parameters associated with the mosaic dataset operation.
|
IProgressor |
getProgressor()
The external progressor object associated with the mosaic dataset operation.
|
int |
getPyramidLevel()
The number of pyramid levels.
|
int |
getPyramidResampleType()
The method used for pyramid resampling.
|
IQueryFilter |
getQueryFilter()
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation.
|
void |
getRecommendedNumThreads(int[] pRecommendedNumThreads)
The number of parallel threads of execution recommended by the system.
|
int |
getResamplingType()
The resampling type.
|
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.
|
java.lang.String |
getServerName()
The URL to the server object name where parts of the operation may be remotely executed.
|
IRaster |
getSnapRaster()
The reference raster whose bottom-left corner (XMin, YMin) is used for snapping the output raster's bottom-left corner.
|
ISpatialReference |
getSpatialRef()
The spatial reference.
|
IRasterStorageDef |
getStorageDef()
The storagedef.
|
int |
getXSkipFactor()
The X skip factor for statistics.
|
int |
getYSkipFactor()
The Y skip factor for statistics.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isBuildPyramids()
Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.
|
boolean |
isComputeStatistics()
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.
|
boolean |
isDatasetReadOnly()
Indicates whether the mosaic dataset is in read-only mode.
|
boolean |
isMapSpace()
Indicates whether export items to map space.
|
boolean |
isRemoveDistortion()
Indicates whether remove distortion if export items to image space.
|
boolean |
isSkipFirstLevel()
Indicates whether pyramids are built with the first level skipped.
|
void |
release()
Release this COM object reference
|
void |
setBandNamesByRef(IStringArray bandNames)
Input names of extracted bands.
|
void |
setBaseName(java.lang.String pName)
The basename.
|
void |
setBuildPyramids(boolean pbBuildPyramids)
Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.
|
void |
setCellSizeByRef(IPoint ppCellsize)
The cellsize.
|
void |
setClippingGeometryByRef(IGeometry ppGeometry)
The clipping geometry.
|
void |
setCompressionQuality(int value)
The pyramid compression quality.
|
void |
setCompressionType(int pType)
The pyramid compression type.
|
void |
setComputeStatistics(boolean pbComputeStatistics)
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.
|
void |
setExtentByRef(IEnvelope ppExtent)
The extent.
|
void |
setFormat(java.lang.String pFormat)
The output format.
|
void |
setIgnoreValues(java.lang.Object vIgnoreValues)
The ignore values for statistics.
|
void |
setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
Indicates whether the mosaic dataset is in read-only mode.
|
void |
setMapSpace(boolean pbMapSpace)
Indicates whether export items to map space.
|
void |
setNoData(java.lang.String pNodata)
The nodata.
|
void |
setNumThreads(int pNumThreads)
The number of parallel threads that execute parts of the associated operation.
|
void |
setOutputFolder(java.lang.String pFolder)
The output folder.
|
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 |
setPyramidLevel(int pLevel)
The number of pyramid levels.
|
void |
setPyramidResampleType(int pMethod)
The method used for pyramid resampling.
|
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 |
setRemoveDistortion(boolean pbRemoveDistortion)
Indicates whether remove distortion if export items to image space.
|
void |
setResamplingType(int pType)
The resampling type.
|
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.
|
void |
setServerName(java.lang.String pServerUrl)
The URL to the server object name where parts of the operation may be remotely executed.
|
void |
setSkipFirstLevel(boolean pbSkipFirstLevel)
Indicates whether pyramids are built with the first level skipped.
|
void |
setSnapRasterByRef(IRaster ppRaster)
The reference raster whose bottom-left corner (XMin, YMin) is used for snapping the output raster's bottom-left corner.
|
void |
setSpatialRefByRef(ISpatialReference ppSR)
The spatial reference.
|
void |
setStorageDefByRef(IRasterStorageDef ppDef)
The storagedef.
|
void |
setXSkipFactor(int xSkipFactor)
The X skip factor for statistics.
|
void |
setYSkipFactor(int ySkipFactor)
The Y skip factor for statistics.
|
public ExportItemsParameters()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic ExportItemsParameters(java.lang.Object obj)
throws java.io.IOException
ExportItemsParameters theExportItemsParameters = (ExportItemsParameters) obj;obj to ExportItemsParameters.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.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 void setParametersByRef(IPropertySet ppAllParameters) throws java.io.IOException, AutomationException
setParametersByRef in interface IMosaicDatasetOperationParametersppAllParameters - 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 IMosaicDatasetOperationParametersjava.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 IMosaicDatasetOperationParametersppProgressor - 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 IMosaicDatasetOperationParametersjava.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 IMosaicDatasetOperationParameterspbIsDatasetReadOnly - 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 IMosaicDatasetOperationParametersjava.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 IMosaicDatasetOperationParametersppOperationResults - 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 IMosaicDatasetOperationParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setOutputFolder(java.lang.String pFolder)
throws java.io.IOException,
AutomationException
setOutputFolder in interface IExportItemsParameterspFolder - The pFolder (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getOutputFolder()
throws java.io.IOException,
AutomationException
getOutputFolder in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFormat(java.lang.String pFormat)
throws java.io.IOException,
AutomationException
setFormat in interface IExportItemsParameterspFormat - The pFormat (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getFormat()
throws java.io.IOException,
AutomationException
getFormat in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBaseName(java.lang.String pName)
throws java.io.IOException,
AutomationException
setBaseName in interface IExportItemsParameterspName - The pName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getBaseName()
throws java.io.IOException,
AutomationException
getBaseName in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSpatialRefByRef(ISpatialReference ppSR) throws java.io.IOException, AutomationException
setSpatialRefByRef in interface IExportItemsParametersppSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISpatialReference getSpatialRef() throws java.io.IOException, AutomationException
getSpatialRef in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStorageDefByRef(IRasterStorageDef ppDef) throws java.io.IOException, AutomationException
setStorageDefByRef in interface IExportItemsParametersppDef - A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterStorageDef getStorageDef() throws java.io.IOException, AutomationException
getStorageDef in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setResamplingType(int pType)
throws java.io.IOException,
AutomationException
setResamplingType in interface IExportItemsParameterspType - A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getResamplingType()
throws java.io.IOException,
AutomationException
getResamplingType in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setExtentByRef(IEnvelope ppExtent) throws java.io.IOException, AutomationException
setExtentByRef in interface IExportItemsParametersppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setClippingGeometryByRef(IGeometry ppGeometry) throws java.io.IOException, AutomationException
setClippingGeometryByRef in interface IExportItemsParametersppGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeometry getClippingGeometry() throws java.io.IOException, AutomationException
getClippingGeometry in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCellSizeByRef(IPoint ppCellsize) throws java.io.IOException, AutomationException
setCellSizeByRef in interface IExportItemsParametersppCellsize - A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPoint getCellSize() throws java.io.IOException, AutomationException
getCellSize in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setNoData(java.lang.String pNodata)
throws java.io.IOException,
AutomationException
setNoData in interface IExportItemsParameterspNodata - The pNodata (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getNoData()
throws java.io.IOException,
AutomationException
getNoData in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setComputeStatistics(boolean pbComputeStatistics)
throws java.io.IOException,
AutomationException
setComputeStatistics in interface IExportItemsParameterspbComputeStatistics - The pbComputeStatistics (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isComputeStatistics()
throws java.io.IOException,
AutomationException
isComputeStatistics in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBuildPyramids(boolean pbBuildPyramids)
throws java.io.IOException,
AutomationException
setBuildPyramids in interface IExportItemsParameterspbBuildPyramids - The pbBuildPyramids (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isBuildPyramids()
throws java.io.IOException,
AutomationException
isBuildPyramids in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSnapRasterByRef(IRaster ppRaster) throws java.io.IOException, AutomationException
setSnapRasterByRef in interface IExportItemsParametersppRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRaster getSnapRaster() throws java.io.IOException, AutomationException
getSnapRaster in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMapSpace(boolean pbMapSpace)
throws java.io.IOException,
AutomationException
setMapSpace in interface IExportItemsParameters2pbMapSpace - The pbMapSpace (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isMapSpace()
throws java.io.IOException,
AutomationException
isMapSpace in interface IExportItemsParameters2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setRemoveDistortion(boolean pbRemoveDistortion)
throws java.io.IOException,
AutomationException
setRemoveDistortion in interface IExportItemsParameters3pbRemoveDistortion - The pbRemoveDistortion (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isRemoveDistortion()
throws java.io.IOException,
AutomationException
isRemoveDistortion in interface IExportItemsParameters3java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBandNamesByRef(IStringArray bandNames) throws java.io.IOException, AutomationException
setBandNamesByRef in interface IExportItemsParameters4bandNames - A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IStringArray getBandNames() throws java.io.IOException, AutomationException
getBandNames in interface IExportItemsParameters4java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPyramidResampleType(int pMethod)
throws java.io.IOException,
AutomationException
setPyramidResampleType in interface IBuildPyramidsParameterspMethod - A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getPyramidResampleType()
throws java.io.IOException,
AutomationException
getPyramidResampleType in interface IBuildPyramidsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPyramidLevel(int pLevel)
throws java.io.IOException,
AutomationException
setPyramidLevel in interface IBuildPyramidsParameterspLevel - The pLevel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getPyramidLevel()
throws java.io.IOException,
AutomationException
getPyramidLevel in interface IBuildPyramidsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCompressionType(int pType)
throws java.io.IOException,
AutomationException
setCompressionType in interface IBuildPyramidsParameterspType - A com.esri.arcgis.geodatabase.esriRasterCompressionType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getCompressionType()
throws java.io.IOException,
AutomationException
getCompressionType in interface IBuildPyramidsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCompressionQuality(int value)
throws java.io.IOException,
AutomationException
setCompressionQuality in interface IBuildPyramidsParametersvalue - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getCompressionQuality()
throws java.io.IOException,
AutomationException
getCompressionQuality in interface IBuildPyramidsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSkipFirstLevel(boolean pbSkipFirstLevel)
throws java.io.IOException,
AutomationException
setSkipFirstLevel in interface IBuildPyramidsParameters2pbSkipFirstLevel - The pbSkipFirstLevel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isSkipFirstLevel()
throws java.io.IOException,
AutomationException
isSkipFirstLevel in interface IBuildPyramidsParameters2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getXSkipFactor()
throws java.io.IOException,
AutomationException
getXSkipFactor in interface ICalculateStatisticsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setXSkipFactor(int xSkipFactor)
throws java.io.IOException,
AutomationException
setXSkipFactor in interface ICalculateStatisticsParametersxSkipFactor - The xSkipFactor (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getYSkipFactor()
throws java.io.IOException,
AutomationException
getYSkipFactor in interface ICalculateStatisticsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setYSkipFactor(int ySkipFactor)
throws java.io.IOException,
AutomationException
setYSkipFactor in interface ICalculateStatisticsParametersySkipFactor - The ySkipFactor (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getIgnoreValues()
throws java.io.IOException,
AutomationException
getIgnoreValues in interface ICalculateStatisticsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIgnoreValues(java.lang.Object vIgnoreValues)
throws java.io.IOException,
AutomationException
setIgnoreValues in interface ICalculateStatisticsParametersvIgnoreValues - A Variant (in)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 ISelectionParametersppSelectionSet - 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 ISelectionParametersjava.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 ISelectionParametersppQueryFilter - 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 ISelectionParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setServerName(java.lang.String pServerUrl)
throws java.io.IOException,
AutomationException
setServerName in interface IThreadedOperationParameterspServerUrl - The pServerUrl (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getServerName()
throws java.io.IOException,
AutomationException
getServerName in interface IThreadedOperationParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setNumThreads(int pNumThreads)
throws java.io.IOException,
AutomationException
setNumThreads in interface IThreadedOperationParameterspNumThreads - The pNumThreads (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getNumThreads()
throws java.io.IOException,
AutomationException
getNumThreads in interface IThreadedOperationParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getRecommendedNumThreads(int[] pRecommendedNumThreads)
throws java.io.IOException,
AutomationException
getRecommendedNumThreads in interface IThreadedOperationParameterspRecommendedNumThreads - The pRecommendedNumThreads (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.