public interface IBuildFootprintsByRadiometryParameters
extends java.io.Serializable
Description: 'Provides access to members that control parameters to the build footprints by Radiometry 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 |
IIDa32544a5_baba_47d6_b3a8_ed87afe334f6 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getMaximumValidDataValue()
The maximum valid pixel value.
|
int |
getMaximumVertices()
The maximum number of vertices in the computed footprint geometry.
|
int |
getMinimumRegionSize()
The minimum number of pixels used for computing valid region.
|
double |
getMinimumValidDataValue()
The minimum valid pixel value.
|
int |
getRequestSize()
The recommended number of pixels (in any one dimension) of the resampled raster requested off the dataset associated with each selected item.
|
void |
setMaximumValidDataValue(double pMaximumDataValue)
The maximum valid pixel value.
|
void |
setMaximumVertices(int pMaximumVertices)
The maximum number of vertices in the computed footprint geometry.
|
void |
setMinimumRegionSize(int pMinimumRegionSize)
The minimum number of pixels used for computing valid region.
|
void |
setMinimumValidDataValue(double pMinimumDataValue)
The minimum valid pixel value.
|
void |
setRequestSize(int pRequestSize)
The recommended number of pixels (in any one dimension) of the resampled raster requested off the dataset associated with each selected item.
|
static final int IIDa32544a5_baba_47d6_b3a8_ed87afe334f6
static final int xxDummy
static final java.lang.String IID
void setMinimumValidDataValue(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 getMinimumValidDataValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumValidDataValue(double pMaximumDataValue) throws java.io.IOException, AutomationException
pMaximumDataValue
- The pMaximumDataValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaximumValidDataValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRequestSize(int pRequestSize) throws java.io.IOException, AutomationException
pRequestSize
- The pRequestSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRequestSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumVertices(int pMaximumVertices) throws java.io.IOException, AutomationException
pMaximumVertices
- The pMaximumVertices (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaximumVertices() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinimumRegionSize(int pMinimumRegionSize) throws java.io.IOException, AutomationException
pMinimumRegionSize
- The pMinimumRegionSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMinimumRegionSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.