|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBuildFootprintsByRadiometryParameters
Provides access to members that control parameters to the build footprints by Radiometry operation.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void setMinimumValidDataValue(double pMinimumDataValue)
throws IOException,
AutomationException
pMinimumDataValue - The pMinimumDataValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMinimumValidDataValue()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaximumValidDataValue(double pMaximumDataValue)
throws IOException,
AutomationException
pMaximumDataValue - The pMaximumDataValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMaximumValidDataValue()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRequestSize(int pRequestSize)
throws IOException,
AutomationException
pRequestSize - The pRequestSize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRequestSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaximumVertices(int pMaximumVertices)
throws IOException,
AutomationException
pMaximumVertices - The pMaximumVertices (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMaximumVertices()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinimumRegionSize(int pMinimumRegionSize)
throws IOException,
AutomationException
pMinimumRegionSize - The pMinimumRegionSize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMinimumRegionSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||