public interface IBuildFootprintsByRadiometryParameters2 extends IBuildFootprintsByRadiometryParameters, java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5ba3d476_d8ae_4e69_810c_57a8ecf2bfd0 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDa32544a5_baba_47d6_b3a8_ed87afe334f6| Modifier and Type | Method and Description |
|---|---|
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.
|
getMaximumValidDataValue, getMaximumVertices, getMinimumRegionSize, getMinimumValidDataValue, getRequestSize, setMaximumValidDataValue, setMaximumVertices, setMinimumRegionSize, setMinimumValidDataValue, setRequestSizestatic final int IID5ba3d476_d8ae_4e69_810c_57a8ecf2bfd0
static final int xxDummy
static final java.lang.String IID
void setMinimumCircularity(double pMinimumDataValue)
throws java.io.IOException,
AutomationException
pMinimumDataValue - The pMinimumDataValue (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getMinimumCircularity()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMaximumSliverSize(int pMaxSliverSize)
throws java.io.IOException,
AutomationException
pMaxSliverSize - The pMaxSliverSize (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getMaximumSliverSize()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.