com.esri.arcgis.datasourcesraster
Interface IBuildFootprintsByRadiometryParameters

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IBuildFootprintsByRadiometryParameters2
All Known Implementing Classes:
BuildFootprintsParameters, IBuildFootprintsByRadiometryParameters2Proxy, IBuildFootprintsByRadiometryParametersProxy

public interface IBuildFootprintsByRadiometryParameters
extends java.io.Serializable

COM Interface 'IBuildFootprintsByRadiometryParameters'. 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 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa32544a5_baba_47d6_b3a8_ed87afe334f6
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDa32544a5_baba_47d6_b3a8_ed87afe334f6

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

setMinimumValidDataValue

void setMinimumValidDataValue(double pMinimumDataValue)
                              throws java.io.IOException,
                                     AutomationException
The minimum valid pixel value.

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

getMinimumValidDataValue

double getMinimumValidDataValue()
                                throws java.io.IOException,
                                       AutomationException
The minimum valid pixel value.

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

setMaximumValidDataValue

void setMaximumValidDataValue(double pMaximumDataValue)
                              throws java.io.IOException,
                                     AutomationException
The maximum valid pixel value.

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

getMaximumValidDataValue

double getMaximumValidDataValue()
                                throws java.io.IOException,
                                       AutomationException
The maximum valid pixel value.

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

setRequestSize

void setRequestSize(int pRequestSize)
                    throws java.io.IOException,
                           AutomationException
The recommended number of pixels (in any one dimension) of the resampled raster requested off the dataset associated with each selected item. A lower value in this parameter translates to a lower resolution raster and results in a coarser footprint geometry.

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

getRequestSize

int getRequestSize()
                   throws java.io.IOException,
                          AutomationException
The recommended number of pixels (in any one dimension) of the resampled raster requested off the dataset associated with each selected item. A lower value in this parameter translates to a lower resolution raster and results in a coarser footprint geometry.

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

setMaximumVertices

void setMaximumVertices(int pMaximumVertices)
                        throws java.io.IOException,
                               AutomationException
The maximum number of vertices in the computed footprint geometry.

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

getMaximumVertices

int getMaximumVertices()
                       throws java.io.IOException,
                              AutomationException
The maximum number of vertices in the computed footprint geometry.

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

setMinimumRegionSize

void setMinimumRegionSize(int pMinimumRegionSize)
                          throws java.io.IOException,
                                 AutomationException
The minimum number of pixels used for computing valid region.

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

getMinimumRegionSize

int getMinimumRegionSize()
                         throws java.io.IOException,
                                AutomationException
The minimum number of pixels used for computing valid region.

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