com.esri.arcgis.datasourcesraster
Interface IBuildFootprintsByRadiometryParameters2

All Superinterfaces:
IBuildFootprintsByRadiometryParameters, java.io.Serializable
All Known Implementing Classes:
BuildFootprintsParameters, IBuildFootprintsByRadiometryParameters2Proxy

public interface IBuildFootprintsByRadiometryParameters2
extends IBuildFootprintsByRadiometryParameters, java.io.Serializable

COM Interface 'IBuildFootprintsByRadiometryParameters2'. 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 footprints 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 IID5ba3d476_d8ae_4e69_810c_57a8ecf2bfd0
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IBuildFootprintsByRadiometryParameters
IIDa32544a5_baba_47d6_b3a8_ed87afe334f6
 
Method Summary
 int getMaximumSliverSize()
          The maximum allowed size (in pixels) below which a polygon may be considered as a sliver.
 double getMinimumCircularity()
          The circularity value below which a polygon is considered a sliver.
 void setMaximumSliverSize(int pMaxSliverSize)
          The maximum allowed size (in pixels) below which a polygon may be considered as a sliver.
 void setMinimumCircularity(double pMinimumDataValue)
          The circularity value below which a polygon is considered a sliver.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IBuildFootprintsByRadiometryParameters
getMaximumValidDataValue, getMaximumVertices, getMinimumRegionSize, getMinimumValidDataValue, getRequestSize, setMaximumValidDataValue, setMaximumVertices, setMinimumRegionSize, setMinimumValidDataValue, setRequestSize
 

Field Detail

IID5ba3d476_d8ae_4e69_810c_57a8ecf2bfd0

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

setMinimumCircularity

void setMinimumCircularity(double pMinimumDataValue)
                           throws java.io.IOException,
                                  AutomationException
The circularity value below which a polygon is considered a sliver.

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

getMinimumCircularity

double getMinimumCircularity()
                             throws java.io.IOException,
                                    AutomationException
The circularity value below which a polygon is considered a sliver.

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

setMaximumSliverSize

void setMaximumSliverSize(int pMaxSliverSize)
                          throws java.io.IOException,
                                 AutomationException
The maximum allowed size (in pixels) below which a polygon may be considered as a sliver.

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

getMaximumSliverSize

int getMaximumSliverSize()
                         throws java.io.IOException,
                                AutomationException
The maximum allowed size (in pixels) below which a polygon may be considered as a sliver.

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