com.esri.arcgis.datasourcesraster
Interface IElevationVoidFillFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ElevationVoidFillFunctionArguments, IElevationVoidFillFunctionArgumentsProxy

public interface IElevationVoidFillFunctionArguments
extends java.io.Serializable

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

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 IIDe179e071_9f94_4f89_96c2_511cb0f95c88
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getAddedFrameWidth()
          Width of safety frame added around pixel block, in pixel.
 double getMaxVoidWidth()
          Fill only voids smaller than this.
 java.lang.Object getRaster()
          The input raster.
 void setAddedFrameWidth(int pAddedFrameWidth)
          Width of safety frame added around pixel block, in pixel.
 void setMaxVoidWidth(double pWidth)
          Fill only voids smaller than this.
 void setRasterByRef(java.lang.Object ppImage)
          The input raster.
 

Field Detail

IIDe179e071_9f94_4f89_96c2_511cb0f95c88

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

getRaster

java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The input raster. Must have 1 band.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

void setRasterByRef(java.lang.Object ppImage)
                    throws java.io.IOException,
                           AutomationException
The input raster. Must have 1 band.

Parameters:
ppImage - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxVoidWidth

double getMaxVoidWidth()
                       throws java.io.IOException,
                              AutomationException
Fill only voids smaller than this. <= 0 means all.

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

setMaxVoidWidth

void setMaxVoidWidth(double pWidth)
                     throws java.io.IOException,
                            AutomationException
Fill only voids smaller than this. <= 0 means all.

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

getAddedFrameWidth

int getAddedFrameWidth()
                       throws java.io.IOException,
                              AutomationException
Width of safety frame added around pixel block, in pixel. Optional. Default is 128.

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

setAddedFrameWidth

void setAddedFrameWidth(int pAddedFrameWidth)
                        throws java.io.IOException,
                               AutomationException
Width of safety frame added around pixel block, in pixel. Optional. Default is 128.

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