public class BuildSeamlinesParameters extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IMosaicDatasetOperationParameters, IBuildSeamlinesParameters, IBuildSeamlinesParameters2, IBuildSeamlinesParameters3, IBuildSeamlinesParameters4, IBuildSeamlinesParameters5, ISelectionParameters, IThreadedOperationParameters
Description 'An object that controls how the seamline geometry for items in a mosiac dataset are computed.' 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, IIDa8cd2c5e_9687_4bf4_a573_876e9b4cded0, xxDummy
IIDad1b41d0_de6a_43ad_994e_6b0611fe3ddc
IID041fae1f_f36b_4540_a699_7d40a9698e1a
IIDcb6dbc1b_4664_4748_a408_d2e5f8309873
IID2448f092_cd7f_4629_9d60_1a33a2dd6ea5
IID, IID95627b93_1275_4714_94a7_a55df27e70a2, xxDummy
IID, IIDb4a72532_b2fd_41ee_9216_2fa2921af897, xxDummy
Constructor and Description |
---|
BuildSeamlinesParameters()
Constructs a BuildSeamlinesParameters using ArcGIS Engine.
|
BuildSeamlinesParameters(java.lang.Object obj)
Construct a BuildSeamlinesParameters 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
|
int |
getBlendType()
The blend type.
|
double |
getBlendWidth()
The blend width.
|
int |
getBlendWidthUnits()
The blend width unit.
|
double |
getCellSizeClusterTolerance()
The factor controlling clustering of cell size values.
|
IDoubleArray |
getCellSizes()
The cell size values.
|
static java.lang.String |
getClsid()
getClsid.
|
ICursor |
getCursor()
The cursor of mosaic items that determines the order in which items are seamline mosaicked.
|
IRasterFunctionTemplate |
getDifferenceFunctionTemplate()
The optional raster function template used for generating the 'difference' between each item raster and the mosaic raster for computing the item's seamline geometry.
|
IGeometry |
getDirtyArea()
The geometry defining the area that is dirty.
|
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.
|
int |
getMaximumSliverSize()
The maximum allowed size (in pixels) below which a polygon may be considered as a sliver.
|
int |
getMethod()
Method to use for building seamlines
|
double |
getMinimumCircularity()
The circularity value below which a polygon is considered a sliver.
|
int |
getMinimumRegionSize()
The minimum number of pixels used for computing valid region.
|
int |
getNumThreads()
The number of parallel threads that execute parts of the associated operation.
|
java.lang.Object |
getOrderByBaseValue()
The Order By base value.
|
java.lang.String |
getOrderByFieldName()
The field to order by if mosaic method is by attribute
|
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.
|
void |
getRecommendedNumThreads(int[] pRecommendedNumThreads)
The number of parallel threads of execution recommended by the system.
|
int |
getRequestSize()
The request size.
|
int |
getRequestSizeType()
The unit of the request size is determined by request size type.
|
IPropertySet |
getResults()
The properties of the result associated with the mosaic dataset operation.
|
ISeamlineModifier |
getSeamlineModifier()
The optional seamline modifier object used for building seamlines.
|
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.
|
int |
getSortMethod()
Mosaic method to use for calculating the sorder
|
IPoint |
getViewpoint()
The view point.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isAscending()
Indicates whether the ascending flag of OrderBy.
|
boolean |
isDatasetReadOnly()
Indicates whether the mosaic dataset is in read-only mode.
|
boolean |
isModifySeamlines()
Indicates whether seamline geometry is updated for selected items.
|
boolean |
isUpdateSeamlineOrder()
Inidicates whether seamline order (SOrder) attribute is updated.
|
boolean |
isUpdateSeamlines()
isUpdateSeamlines
|
void |
release()
Release this COM object reference
|
void |
setAscending(boolean pAscending)
Indicates whether the ascending flag of OrderBy.
|
void |
setBlendType(int pBlendType)
The blend type.
|
void |
setBlendWidth(double pBlendWidth)
The blend width.
|
void |
setBlendWidthUnits(int pBlendWidthUnits)
The blend width unit.
|
void |
setCellSizeClusterTolerance(double pCellSizeClusterTolerance)
The factor controlling clustering of cell size values.
|
void |
setCellSizesByRef(IDoubleArray ppCellSizes)
The cell size values.
|
void |
setCursorByRef(ICursor pInputCursor)
The cursor of mosaic items that determines the order in which items are seamline mosaicked.
|
void |
setDifferenceFunctionTemplateByRef(IRasterFunctionTemplate ppDifferenceFunction)
The optional raster function template used for generating the 'difference' between each item raster and the mosaic raster for computing the item's seamline geometry.
|
void |
setDirtyAreaByRef(IGeometry ppGeometry)
The geometry defining the area that is dirty.
|
void |
setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
Indicates whether the mosaic dataset is in read-only mode.
|
void |
setMaximumSliverSize(int pMaxSliverSize)
The maximum allowed size (in pixels) below which a polygon may be considered as a sliver.
|
void |
setMethod(int pBuildSealineMethod)
Method to use for building seamlines
|
void |
setMinimumCircularity(double pMinimumDataValue)
The circularity value below which a polygon is considered a sliver.
|
void |
setMinimumRegionSize(int pMinimumRegionSize)
The minimum number of pixels used for computing valid region.
|
void |
setModifySeamlines(boolean pbModifySeamlines)
Indicates whether seamline geometry is updated for selected items.
|
void |
setNumThreads(int pNumThreads)
The number of parallel threads that execute parts of the associated operation.
|
void |
setOrderByBaseValue(java.lang.Object pValue)
The Order By base value.
|
void |
setOrderByFieldName(java.lang.String pName)
The field to order by if mosaic method is by attribute
|
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 |
setRequestSize(int pRequestSize)
The request size.
|
void |
setRequestSizeType(int pRequestSizeType)
The unit of the request size is determined by request size type.
|
void |
setResultsByRef(IPropertySet ppOperationResults)
The properties of the result associated with the mosaic dataset operation.
|
void |
setSeamlineModifierByRef(ISeamlineModifier ppSeamlineModifier)
The optional seamline modifier object used for building seamlines.
|
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 |
setSortMethod(int pBuildSealineMethod)
Mosaic method to use for calculating the sorder
|
void |
setUpdateSeamlineOrder(boolean pbUpdateSeamlineOrder)
Inidicates whether seamline order (SOrder) attribute is updated.
|
void |
setUpdateSeamlines(boolean pbGenerateMissing)
setUpdateSeamlines
|
void |
setViewpointByRef(IPoint ppViewpoint)
The view point.
|
public BuildSeamlinesParameters() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic BuildSeamlinesParameters(java.lang.Object obj) throws java.io.IOException
obj
to BuildSeamlinesParameters
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problems
BuildSeamlinesParameters theBuildSeamlinesParameters = (BuildSeamlinesParameters) 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 setUpdateSeamlineOrder(boolean pbUpdateSeamlineOrder) throws java.io.IOException, AutomationException
setUpdateSeamlineOrder
in interface IBuildSeamlinesParameters
pbUpdateSeamlineOrder
- The pbUpdateSeamlineOrder (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isUpdateSeamlineOrder() throws java.io.IOException, AutomationException
isUpdateSeamlineOrder
in interface IBuildSeamlinesParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setModifySeamlines(boolean pbModifySeamlines) throws java.io.IOException, AutomationException
setModifySeamlines
in interface IBuildSeamlinesParameters
pbModifySeamlines
- The pbModifySeamlines (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isModifySeamlines() throws java.io.IOException, AutomationException
isModifySeamlines
in interface IBuildSeamlinesParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCellSizeClusterTolerance(double pCellSizeClusterTolerance) throws java.io.IOException, AutomationException
setCellSizeClusterTolerance
in interface IBuildSeamlinesParameters
pCellSizeClusterTolerance
- The pCellSizeClusterTolerance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getCellSizeClusterTolerance() throws java.io.IOException, AutomationException
getCellSizeClusterTolerance
in interface IBuildSeamlinesParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCursorByRef(ICursor pInputCursor) throws java.io.IOException, AutomationException
setCursorByRef
in interface IBuildSeamlinesParameters
pInputCursor
- A reference to a com.esri.arcgis.geodatabase.ICursor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ICursor getCursor() throws java.io.IOException, AutomationException
getCursor
in interface IBuildSeamlinesParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDifferenceFunctionTemplateByRef(IRasterFunctionTemplate ppDifferenceFunction) throws java.io.IOException, AutomationException
setDifferenceFunctionTemplateByRef
in interface IBuildSeamlinesParameters
ppDifferenceFunction
- A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRasterFunctionTemplate getDifferenceFunctionTemplate() throws java.io.IOException, AutomationException
getDifferenceFunctionTemplate
in interface IBuildSeamlinesParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSeamlineModifierByRef(ISeamlineModifier ppSeamlineModifier) throws java.io.IOException, AutomationException
setSeamlineModifierByRef
in interface IBuildSeamlinesParameters
ppSeamlineModifier
- A reference to a com.esri.arcgis.datasourcesraster.ISeamlineModifier (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISeamlineModifier getSeamlineModifier() throws java.io.IOException, AutomationException
getSeamlineModifier
in interface IBuildSeamlinesParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCellSizesByRef(IDoubleArray ppCellSizes) throws java.io.IOException, AutomationException
setCellSizesByRef
in interface IBuildSeamlinesParameters2
ppCellSizes
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IDoubleArray getCellSizes() throws java.io.IOException, AutomationException
getCellSizes
in interface IBuildSeamlinesParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMethod(int pBuildSealineMethod) throws java.io.IOException, AutomationException
setMethod
in interface IBuildSeamlinesParameters2
pBuildSealineMethod
- A com.esri.arcgis.datasourcesraster.esriBuildSeamlinesMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMethod() throws java.io.IOException, AutomationException
getMethod
in interface IBuildSeamlinesParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSortMethod(int pBuildSealineMethod) throws java.io.IOException, AutomationException
setSortMethod
in interface IBuildSeamlinesParameters2
pBuildSealineMethod
- A com.esri.arcgis.datasourcesraster.esriMosaicMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getSortMethod() throws java.io.IOException, AutomationException
getSortMethod
in interface IBuildSeamlinesParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getOrderByFieldName() throws java.io.IOException, AutomationException
getOrderByFieldName
in interface IBuildSeamlinesParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOrderByFieldName(java.lang.String pName) throws java.io.IOException, AutomationException
setOrderByFieldName
in interface IBuildSeamlinesParameters2
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getOrderByBaseValue() throws java.io.IOException, AutomationException
getOrderByBaseValue
in interface IBuildSeamlinesParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOrderByBaseValue(java.lang.Object pValue) throws java.io.IOException, AutomationException
setOrderByBaseValue
in interface IBuildSeamlinesParameters2
pValue
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAscending() throws java.io.IOException, AutomationException
isAscending
in interface IBuildSeamlinesParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAscending(boolean pAscending) throws java.io.IOException, AutomationException
setAscending
in interface IBuildSeamlinesParameters2
pAscending
- The pAscending (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint getViewpoint() throws java.io.IOException, AutomationException
getViewpoint
in interface IBuildSeamlinesParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setViewpointByRef(IPoint ppViewpoint) throws java.io.IOException, AutomationException
setViewpointByRef
in interface IBuildSeamlinesParameters2
ppViewpoint
- 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 double getBlendWidth() throws java.io.IOException, AutomationException
getBlendWidth
in interface IBuildSeamlinesParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBlendWidth(double pBlendWidth) throws java.io.IOException, AutomationException
setBlendWidth
in interface IBuildSeamlinesParameters2
pBlendWidth
- The pBlendWidth (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getBlendType() throws java.io.IOException, AutomationException
getBlendType
in interface IBuildSeamlinesParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBlendType(int pBlendType) throws java.io.IOException, AutomationException
setBlendType
in interface IBuildSeamlinesParameters2
pBlendType
- A com.esri.arcgis.datasourcesraster.esriBlendType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getRequestSize() throws java.io.IOException, AutomationException
getRequestSize
in interface IBuildSeamlinesParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRequestSize(int pRequestSize) throws java.io.IOException, AutomationException
setRequestSize
in interface IBuildSeamlinesParameters2
pRequestSize
- The pRequestSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getRequestSizeType() throws java.io.IOException, AutomationException
getRequestSizeType
in interface IBuildSeamlinesParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRequestSizeType(int pRequestSizeType) throws java.io.IOException, AutomationException
setRequestSizeType
in interface IBuildSeamlinesParameters2
pRequestSizeType
- A com.esri.arcgis.datasourcesraster.esriRequestSizeType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getBlendWidthUnits() throws java.io.IOException, AutomationException
getBlendWidthUnits
in interface IBuildSeamlinesParameters3
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBlendWidthUnits(int pBlendWidthUnits) throws java.io.IOException, AutomationException
setBlendWidthUnits
in interface IBuildSeamlinesParameters3
pBlendWidthUnits
- A com.esri.arcgis.datasourcesraster.esriBlendWidthUnits constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getDirtyArea() throws java.io.IOException, AutomationException
getDirtyArea
in interface IBuildSeamlinesParameters4
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDirtyAreaByRef(IGeometry ppGeometry) throws java.io.IOException, AutomationException
setDirtyAreaByRef
in interface IBuildSeamlinesParameters4
ppGeometry
- 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 void setUpdateSeamlines(boolean pbGenerateMissing) throws java.io.IOException, AutomationException
setUpdateSeamlines
in interface IBuildSeamlinesParameters4
pbGenerateMissing
- The pbGenerateMissing (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isUpdateSeamlines() throws java.io.IOException, AutomationException
isUpdateSeamlines
in interface IBuildSeamlinesParameters4
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMinimumRegionSize(int pMinimumRegionSize) throws java.io.IOException, AutomationException
setMinimumRegionSize
in interface IBuildSeamlinesParameters5
pMinimumRegionSize
- The pMinimumRegionSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMinimumRegionSize() throws java.io.IOException, AutomationException
getMinimumRegionSize
in interface IBuildSeamlinesParameters5
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMinimumCircularity(double pMinimumDataValue) throws java.io.IOException, AutomationException
setMinimumCircularity
in interface IBuildSeamlinesParameters5
pMinimumDataValue
- The pMinimumDataValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMinimumCircularity() throws java.io.IOException, AutomationException
getMinimumCircularity
in interface IBuildSeamlinesParameters5
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaximumSliverSize(int pMaxSliverSize) throws java.io.IOException, AutomationException
setMaximumSliverSize
in interface IBuildSeamlinesParameters5
pMaxSliverSize
- The pMaxSliverSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaximumSliverSize() throws java.io.IOException, AutomationException
getMaximumSliverSize
in interface IBuildSeamlinesParameters5
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 setServerName(java.lang.String pServerUrl) throws java.io.IOException, AutomationException
setServerName
in interface IThreadedOperationParameters
pServerUrl
- 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 IThreadedOperationParameters
java.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 IThreadedOperationParameters
pNumThreads
- 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 IThreadedOperationParameters
java.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 IThreadedOperationParameters
pRecommendedNumThreads
- The pRecommendedNumThreads (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.