com.esri.arcgis.datasourcesraster
Interface IBuildSeamlinesParameters4

All Superinterfaces:
IBuildSeamlinesParameters, IBuildSeamlinesParameters2, IBuildSeamlinesParameters3, java.io.Serializable
All Known Implementing Classes:
IBuildSeamlinesParameters4Proxy

public interface IBuildSeamlinesParameters4
extends IBuildSeamlinesParameters3, java.io.Serializable

COM Interface 'IBuildSeamlinesParameters4'. 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 IIDad1b41d0_de6a_43ad_994e_6b0611fe3ddc
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters3
IID041fae1f_f36b_4540_a699_7d40a9698e1a
 
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
 
Method Summary
 IGeometry getDirtyArea()
          The geometry defining the area that is dirty.
 boolean isUpdateSeamlines()
          isUpdateSeamlines
 void setDirtyAreaByRef(IGeometry ppGeometry)
          The geometry defining the area that is dirty.
 void setUpdateSeamlines(boolean pbGenerateMissing)
          setUpdateSeamlines
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters3
getBlendWidthUnits, setBlendWidthUnits
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters2
getBlendType, getBlendWidth, getCellSizes, getMethod, getOrderByBaseValue, getOrderByFieldName, getRequestSize, getRequestSizeType, getSortMethod, getViewpoint, isAscending, setAscending, setBlendType, setBlendWidth, setCellSizesByRef, setMethod, setOrderByBaseValue, setOrderByFieldName, setRequestSize, setRequestSizeType, setSortMethod, setViewpointByRef
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters
getCellSizeClusterTolerance, getCursor, getDifferenceFunctionTemplate, getSeamlineModifier, isModifySeamlines, isUpdateSeamlineOrder, setCellSizeClusterTolerance, setCursorByRef, setDifferenceFunctionTemplateByRef, setModifySeamlines, setSeamlineModifierByRef, setUpdateSeamlineOrder
 

Field Detail

IIDad1b41d0_de6a_43ad_994e_6b0611fe3ddc

static final int IIDad1b41d0_de6a_43ad_994e_6b0611fe3ddc
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

getDirtyArea

IGeometry getDirtyArea()
                       throws java.io.IOException,
                              AutomationException
The geometry defining the area that is dirty.

Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDirtyAreaByRef

void setDirtyAreaByRef(IGeometry ppGeometry)
                       throws java.io.IOException,
                              AutomationException
The geometry defining the area that is dirty.

Parameters:
ppGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUpdateSeamlines

void setUpdateSeamlines(boolean pbGenerateMissing)
                        throws java.io.IOException,
                               AutomationException
setUpdateSeamlines

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

isUpdateSeamlines

boolean isUpdateSeamlines()
                          throws java.io.IOException,
                                 AutomationException
isUpdateSeamlines

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