com.esri.arcgis.datasourcesraster
Class BuildSeamlinesParameters

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.BuildSeamlinesParameters
All Implemented Interfaces:
IBuildSeamlinesParameters, IBuildSeamlinesParameters2, IBuildSeamlinesParameters3, IMosaicDatasetOperationParameters, ISelectionParameters, IThreadedOperationParameters, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class BuildSeamlinesParameters
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IMosaicDatasetOperationParameters, IBuildSeamlinesParameters, IBuildSeamlinesParameters2, IBuildSeamlinesParameters3, ISelectionParameters, IThreadedOperationParameters

COM Class 'BuildSeamlinesParameters'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationParameters
IID, IID379006f4_6f75_4c3b_b783_0c2e88a7b280, xxDummy
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters3
IID, IID041fae1f_f36b_4540_a699_7d40a9698e1a, xxDummy
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters2
IIDcb6dbc1b_4664_4748_a408_d2e5f8309873
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters
IID2448f092_cd7f_4629_9d60_1a33a2dd6ea5
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ISelectionParameters
IID, IID95627b93_1275_4714_94a7_a55df27e70a2, xxDummy
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IThreadedOperationParameters
IID, IIDb4a72532_b2fd_41ee_9216_2fa2921af897, xxDummy
 
Constructor Summary
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.
 
Method Summary
 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.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int getMethod()
          Method to use for building seamlines
 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.
 void release()
          Release a BuildSeamlinesParameters.
 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 setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
          Indicates whether the mosaic dataset is in read-only mode.
 void setMethod(int pBuildSealineMethod)
          Method to use for building seamlines
 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 setViewpointByRef(IPoint ppViewpoint)
          The view point.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildSeamlinesParameters

public BuildSeamlinesParameters()
                         throws java.io.IOException,
                                java.net.UnknownHostException
Constructs a BuildSeamlinesParameters using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

BuildSeamlinesParameters

public BuildSeamlinesParameters(java.lang.Object obj)
                         throws java.io.IOException
Construct a BuildSeamlinesParameters using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to BuildSeamlinesParameters.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems BuildSeamlinesParameters theBuildSeamlinesParameters = (BuildSeamlinesParameters) obj;
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a BuildSeamlinesParameters.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

setParametersByRef

public void setParametersByRef(IPropertySet ppAllParameters)
                        throws java.io.IOException,
                               AutomationException
All parameters associated with the mosaic dataset operation.

Specified by:
setParametersByRef in interface IMosaicDatasetOperationParameters
Parameters:
ppAllParameters - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParameters

public IPropertySet getParameters()
                           throws java.io.IOException,
                                  AutomationException
All parameters associated with the mosaic dataset operation.

Specified by:
getParameters in interface IMosaicDatasetOperationParameters
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProgressorByRef

public void setProgressorByRef(IProgressor ppProgressor)
                        throws java.io.IOException,
                               AutomationException
The external progressor object associated with the mosaic dataset operation.

Specified by:
setProgressorByRef in interface IMosaicDatasetOperationParameters
Parameters:
ppProgressor - A reference to a com.esri.arcgis.system.IProgressor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProgressor

public IProgressor getProgressor()
                          throws java.io.IOException,
                                 AutomationException
The external progressor object associated with the mosaic dataset operation.

Specified by:
getProgressor in interface IMosaicDatasetOperationParameters
Returns:
A reference to a com.esri.arcgis.system.IProgressor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsDatasetReadOnly

public void setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
                          throws java.io.IOException,
                                 AutomationException
Indicates whether the mosaic dataset is in read-only mode. Mosaic dataset operations do not perform write operations on a read-only mosaic.

Specified by:
setIsDatasetReadOnly in interface IMosaicDatasetOperationParameters
Parameters:
pbIsDatasetReadOnly - The pbIsDatasetReadOnly (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDatasetReadOnly

public boolean isDatasetReadOnly()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether the mosaic dataset is in read-only mode. Mosaic dataset operations do not perform write operations on a read-only mosaic.

Specified by:
isDatasetReadOnly in interface IMosaicDatasetOperationParameters
Returns:
The pbIsDatasetReadOnly
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResultsByRef

public void setResultsByRef(IPropertySet ppOperationResults)
                     throws java.io.IOException,
                            AutomationException
The properties of the result associated with the mosaic dataset operation.

Specified by:
setResultsByRef in interface IMosaicDatasetOperationParameters
Parameters:
ppOperationResults - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResults

public IPropertySet getResults()
                        throws java.io.IOException,
                               AutomationException
The properties of the result associated with the mosaic dataset operation.

Specified by:
getResults in interface IMosaicDatasetOperationParameters
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUpdateSeamlineOrder

public void setUpdateSeamlineOrder(boolean pbUpdateSeamlineOrder)
                            throws java.io.IOException,
                                   AutomationException
Inidicates whether seamline order (SOrder) attribute is updated.

Specified by:
setUpdateSeamlineOrder in interface IBuildSeamlinesParameters
Parameters:
pbUpdateSeamlineOrder - The pbUpdateSeamlineOrder (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUpdateSeamlineOrder

public boolean isUpdateSeamlineOrder()
                              throws java.io.IOException,
                                     AutomationException
Inidicates whether seamline order (SOrder) attribute is updated.

Specified by:
isUpdateSeamlineOrder in interface IBuildSeamlinesParameters
Returns:
The pbUpdateSeamlineOrder
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setModifySeamlines

public void setModifySeamlines(boolean pbModifySeamlines)
                        throws java.io.IOException,
                               AutomationException
Indicates whether seamline geometry is updated for selected items.

Specified by:
setModifySeamlines in interface IBuildSeamlinesParameters
Parameters:
pbModifySeamlines - The pbModifySeamlines (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isModifySeamlines

public boolean isModifySeamlines()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether seamline geometry is updated for selected items.

Specified by:
isModifySeamlines in interface IBuildSeamlinesParameters
Returns:
The pbModifySeamlines
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCellSizeClusterTolerance

public void setCellSizeClusterTolerance(double pCellSizeClusterTolerance)
                                 throws java.io.IOException,
                                        AutomationException
The factor controlling clustering of cell size values. Two cell size values with a difference factor less than the value in this property are considered one.

Specified by:
setCellSizeClusterTolerance in interface IBuildSeamlinesParameters
Parameters:
pCellSizeClusterTolerance - The pCellSizeClusterTolerance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCellSizeClusterTolerance

public double getCellSizeClusterTolerance()
                                   throws java.io.IOException,
                                          AutomationException
The factor controlling clustering of cell size values. Two cell size values with a difference factor less than the value in this property are considered one.

Specified by:
getCellSizeClusterTolerance in interface IBuildSeamlinesParameters
Returns:
The pCellSizeClusterTolerance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCursorByRef

public void setCursorByRef(ICursor pInputCursor)
                    throws java.io.IOException,
                           AutomationException
The cursor of mosaic items that determines the order in which items are seamline mosaicked.

Specified by:
setCursorByRef in interface IBuildSeamlinesParameters
Parameters:
pInputCursor - A reference to a com.esri.arcgis.geodatabase.ICursor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCursor

public ICursor getCursor()
                  throws java.io.IOException,
                         AutomationException
The cursor of mosaic items that determines the order in which items are seamline mosaicked.

Specified by:
getCursor in interface IBuildSeamlinesParameters
Returns:
A reference to a com.esri.arcgis.geodatabase.ICursor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDifferenceFunctionTemplateByRef

public void setDifferenceFunctionTemplateByRef(IRasterFunctionTemplate ppDifferenceFunction)
                                        throws java.io.IOException,
                                               AutomationException
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. The template makes use of at least two dataset type raster function variables with names: Item?G?^??

Specified by:
setDifferenceFunctionTemplateByRef in interface IBuildSeamlinesParameters
Parameters:
ppDifferenceFunction - A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDifferenceFunctionTemplate

public IRasterFunctionTemplate getDifferenceFunctionTemplate()
                                                      throws java.io.IOException,
                                                             AutomationException
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. The template makes use of at least two dataset type raster function variables with names: Item?G?^??

Specified by:
getDifferenceFunctionTemplate in interface IBuildSeamlinesParameters
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSeamlineModifierByRef

public void setSeamlineModifierByRef(ISeamlineModifier ppSeamlineModifier)
                              throws java.io.IOException,
                                     AutomationException
The optional seamline modifier object used for building seamlines.

Specified by:
setSeamlineModifierByRef in interface IBuildSeamlinesParameters
Parameters:
ppSeamlineModifier - A reference to a com.esri.arcgis.datasourcesraster.ISeamlineModifier (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSeamlineModifier

public ISeamlineModifier getSeamlineModifier()
                                      throws java.io.IOException,
                                             AutomationException
The optional seamline modifier object used for building seamlines.

Specified by:
getSeamlineModifier in interface IBuildSeamlinesParameters
Returns:
A reference to a com.esri.arcgis.datasourcesraster.ISeamlineModifier
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCellSizesByRef

public void setCellSizesByRef(IDoubleArray ppCellSizes)
                       throws java.io.IOException,
                              AutomationException
The cell size values.

Specified by:
setCellSizesByRef in interface IBuildSeamlinesParameters2
Parameters:
ppCellSizes - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCellSizes

public IDoubleArray getCellSizes()
                          throws java.io.IOException,
                                 AutomationException
The cell size values.

Specified by:
getCellSizes in interface IBuildSeamlinesParameters2
Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMethod

public void setMethod(int pBuildSealineMethod)
               throws java.io.IOException,
                      AutomationException
Method to use for building seamlines

Specified by:
setMethod in interface IBuildSeamlinesParameters2
Parameters:
pBuildSealineMethod - A com.esri.arcgis.datasourcesraster.esriBuildSeamlinesMethod constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMethod

public int getMethod()
              throws java.io.IOException,
                     AutomationException
Method to use for building seamlines

Specified by:
getMethod in interface IBuildSeamlinesParameters2
Returns:
A com.esri.arcgis.datasourcesraster.esriBuildSeamlinesMethod constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSortMethod

public void setSortMethod(int pBuildSealineMethod)
                   throws java.io.IOException,
                          AutomationException
Mosaic method to use for calculating the sorder

Specified by:
setSortMethod in interface IBuildSeamlinesParameters2
Parameters:
pBuildSealineMethod - A com.esri.arcgis.datasourcesraster.esriMosaicMethod constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSortMethod

public int getSortMethod()
                  throws java.io.IOException,
                         AutomationException
Mosaic method to use for calculating the sorder

Specified by:
getSortMethod in interface IBuildSeamlinesParameters2
Returns:
A com.esri.arcgis.datasourcesraster.esriMosaicMethod constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOrderByFieldName

public java.lang.String getOrderByFieldName()
                                     throws java.io.IOException,
                                            AutomationException
The field to order by if mosaic method is by attribute

Specified by:
getOrderByFieldName in interface IBuildSeamlinesParameters2
Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOrderByFieldName

public void setOrderByFieldName(java.lang.String pName)
                         throws java.io.IOException,
                                AutomationException
The field to order by if mosaic method is by attribute

Specified by:
setOrderByFieldName in interface IBuildSeamlinesParameters2
Parameters:
pName - The pName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOrderByBaseValue

public java.lang.Object getOrderByBaseValue()
                                     throws java.io.IOException,
                                            AutomationException
The Order By base value.

Specified by:
getOrderByBaseValue in interface IBuildSeamlinesParameters2
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOrderByBaseValue

public void setOrderByBaseValue(java.lang.Object pValue)
                         throws java.io.IOException,
                                AutomationException
The Order By base value.

Specified by:
setOrderByBaseValue in interface IBuildSeamlinesParameters2
Parameters:
pValue - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAscending

public boolean isAscending()
                    throws java.io.IOException,
                           AutomationException
Indicates whether the ascending flag of OrderBy.

Specified by:
isAscending in interface IBuildSeamlinesParameters2
Returns:
The pAscending
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAscending

public void setAscending(boolean pAscending)
                  throws java.io.IOException,
                         AutomationException
Indicates whether the ascending flag of OrderBy.

Specified by:
setAscending in interface IBuildSeamlinesParameters2
Parameters:
pAscending - The pAscending (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getViewpoint

public IPoint getViewpoint()
                    throws java.io.IOException,
                           AutomationException
The view point.

Specified by:
getViewpoint in interface IBuildSeamlinesParameters2
Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setViewpointByRef

public void setViewpointByRef(IPoint ppViewpoint)
                       throws java.io.IOException,
                              AutomationException
The view point.

Specified by:
setViewpointByRef in interface IBuildSeamlinesParameters2
Parameters:
ppViewpoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBlendWidth

public double getBlendWidth()
                     throws java.io.IOException,
                            AutomationException
The blend width.

Specified by:
getBlendWidth in interface IBuildSeamlinesParameters2
Returns:
The pBlendWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBlendWidth

public void setBlendWidth(double pBlendWidth)
                   throws java.io.IOException,
                          AutomationException
The blend width.

Specified by:
setBlendWidth in interface IBuildSeamlinesParameters2
Parameters:
pBlendWidth - The pBlendWidth (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBlendType

public int getBlendType()
                 throws java.io.IOException,
                        AutomationException
The blend type.

Specified by:
getBlendType in interface IBuildSeamlinesParameters2
Returns:
A com.esri.arcgis.datasourcesraster.esriBlendType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBlendType

public void setBlendType(int pBlendType)
                  throws java.io.IOException,
                         AutomationException
The blend type.

Specified by:
setBlendType in interface IBuildSeamlinesParameters2
Parameters:
pBlendType - A com.esri.arcgis.datasourcesraster.esriBlendType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRequestSize

public int getRequestSize()
                   throws java.io.IOException,
                          AutomationException
The request size.

Specified by:
getRequestSize in interface IBuildSeamlinesParameters2
Returns:
The pRequestSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRequestSize

public void setRequestSize(int pRequestSize)
                    throws java.io.IOException,
                           AutomationException
The request size.

Specified by:
setRequestSize in interface IBuildSeamlinesParameters2
Parameters:
pRequestSize - The pRequestSize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRequestSizeType

public int getRequestSizeType()
                       throws java.io.IOException,
                              AutomationException
The unit of the request size is determined by request size type.

Specified by:
getRequestSizeType in interface IBuildSeamlinesParameters2
Returns:
A com.esri.arcgis.datasourcesraster.esriRequestSizeType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRequestSizeType

public void setRequestSizeType(int pRequestSizeType)
                        throws java.io.IOException,
                               AutomationException
The unit of the request size is determined by request size type.

Specified by:
setRequestSizeType in interface IBuildSeamlinesParameters2
Parameters:
pRequestSizeType - A com.esri.arcgis.datasourcesraster.esriRequestSizeType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBlendWidthUnits

public int getBlendWidthUnits()
                       throws java.io.IOException,
                              AutomationException
The blend width unit.

Specified by:
getBlendWidthUnits in interface IBuildSeamlinesParameters3
Returns:
A com.esri.arcgis.datasourcesraster.esriBlendWidthUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBlendWidthUnits

public void setBlendWidthUnits(int pBlendWidthUnits)
                        throws java.io.IOException,
                               AutomationException
The blend width unit.

Specified by:
setBlendWidthUnits in interface IBuildSeamlinesParameters3
Parameters:
pBlendWidthUnits - A com.esri.arcgis.datasourcesraster.esriBlendWidthUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectionSetByRef

public void setSelectionSetByRef(ISelectionSet ppSelectionSet)
                          throws java.io.IOException,
                                 AutomationException
The selection set that identifies the collection of catalog items on which to perform the associated operation.

Specified by:
setSelectionSetByRef in interface ISelectionParameters
Parameters:
ppSelectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectionSet

public ISelectionSet getSelectionSet()
                              throws java.io.IOException,
                                     AutomationException
The selection set that identifies the collection of catalog items on which to perform the associated operation.

Specified by:
getSelectionSet in interface ISelectionParameters
Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQueryFilterByRef

public void setQueryFilterByRef(IQueryFilter ppQueryFilter)
                         throws java.io.IOException,
                                AutomationException
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation. If no selection is specified, the query filter is applied on the entire catalog.

Specified by:
setQueryFilterByRef in interface ISelectionParameters
Parameters:
ppQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getQueryFilter

public IQueryFilter getQueryFilter()
                            throws java.io.IOException,
                                   AutomationException
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation. If no selection is specified, the query filter is applied on the entire catalog.

Specified by:
getQueryFilter in interface ISelectionParameters
Returns:
A reference to a com.esri.arcgis.geodatabase.IQueryFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServerName

public void setServerName(java.lang.String pServerUrl)
                   throws java.io.IOException,
                          AutomationException
The URL to the server object name where parts of the operation may be remotely executed.

Specified by:
setServerName in interface IThreadedOperationParameters
Parameters:
pServerUrl - The pServerUrl (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerName

public java.lang.String getServerName()
                               throws java.io.IOException,
                                      AutomationException
The URL to the server object name where parts of the operation may be remotely executed.

Specified by:
getServerName in interface IThreadedOperationParameters
Returns:
The pServerUrl
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNumThreads

public void setNumThreads(int pNumThreads)
                   throws java.io.IOException,
                          AutomationException
The number of parallel threads that execute parts of the associated operation.

Specified by:
setNumThreads in interface IThreadedOperationParameters
Parameters:
pNumThreads - The pNumThreads (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNumThreads

public int getNumThreads()
                  throws java.io.IOException,
                         AutomationException
The number of parallel threads that execute parts of the associated operation.

Specified by:
getNumThreads in interface IThreadedOperationParameters
Returns:
The pNumThreads
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRecommendedNumThreads

public void getRecommendedNumThreads(int[] pRecommendedNumThreads)
                              throws java.io.IOException,
                                     AutomationException
The number of parallel threads of execution recommended by the system.

Specified by:
getRecommendedNumThreads in interface IThreadedOperationParameters
Parameters:
pRecommendedNumThreads - The pRecommendedNumThreads (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.