com.esri.arcgis.datasourcesraster
Interface IBuildSeamlinesParameters2

All Superinterfaces:
IBuildSeamlinesParameters, java.io.Serializable
All Known Subinterfaces:
IBuildSeamlinesParameters3, IBuildSeamlinesParameters4
All Known Implementing Classes:
BuildSeamlinesParameters, IBuildSeamlinesParameters2Proxy, IBuildSeamlinesParameters3Proxy, IBuildSeamlinesParameters4Proxy

public interface IBuildSeamlinesParameters2
extends IBuildSeamlinesParameters, java.io.Serializable

COM Interface 'IBuildSeamlinesParameters2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control parameters to the build seamlines operation.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDcb6dbc1b_4664_4748_a408_d2e5f8309873
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters
IID2448f092_cd7f_4629_9d60_1a33a2dd6ea5
 
Method Summary
 int getBlendType()
          The blend type.
 double getBlendWidth()
          The blend width.
 IDoubleArray getCellSizes()
          The cell size values.
 int getMethod()
          Method to use for building seamlines
 java.lang.Object getOrderByBaseValue()
          The Order By base value.
 java.lang.String getOrderByFieldName()
          The field to order by if mosaic method is by attribute
 int getRequestSize()
          The request size.
 int getRequestSizeType()
          The unit of the request size is determined by request size type.
 int getSortMethod()
          Mosaic method to use for calculating the sorder
 IPoint getViewpoint()
          The view point.
 boolean isAscending()
          Indicates whether the ascending flag of OrderBy.
 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 setCellSizesByRef(IDoubleArray ppCellSizes)
          The cell size values.
 void setMethod(int pBuildSealineMethod)
          Method to use for building seamlines
 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 setRequestSize(int pRequestSize)
          The request size.
 void setRequestSizeType(int pRequestSizeType)
          The unit of the request size is determined by request size type.
 void setSortMethod(int pBuildSealineMethod)
          Mosaic method to use for calculating the sorder
 void setViewpointByRef(IPoint ppViewpoint)
          The view point.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters
getCellSizeClusterTolerance, getCursor, getDifferenceFunctionTemplate, getSeamlineModifier, isModifySeamlines, isUpdateSeamlineOrder, setCellSizeClusterTolerance, setCursorByRef, setDifferenceFunctionTemplateByRef, setModifySeamlines, setSeamlineModifierByRef, setUpdateSeamlineOrder
 

Field Detail

IIDcb6dbc1b_4664_4748_a408_d2e5f8309873

static final int IIDcb6dbc1b_4664_4748_a408_d2e5f8309873
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setCellSizesByRef

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

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

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

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

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

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

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

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

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

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

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

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

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

Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOrderByFieldName

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

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

getOrderByBaseValue

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

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOrderByBaseValue

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

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

isAscending

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

Returns:
The pAscending
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAscending

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

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

getViewpoint

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

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

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

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

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

Returns:
The pBlendWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBlendWidth

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

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

getBlendType

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

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

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

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

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

Returns:
The pRequestSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRequestSize

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

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

getRequestSizeType

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

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

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

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.