com.esri.arcgis.datasourcesraster
Interface IBuildFootprintsParameters2

All Superinterfaces:
IBuildFootprintsParameters, java.io.Serializable
All Known Implementing Classes:
BuildFootprintsParameters, IBuildFootprintsParameters2Proxy

public interface IBuildFootprintsParameters2
extends IBuildFootprintsParameters, java.io.Serializable

COM Interface 'IBuildFootprintsParameters2'. 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 IID74648190_ba1d_499b_97e1_7bad62ae4357
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IBuildFootprintsParameters
IID9f80035d_a4e5_4d7e_af00_9bf94ed5c4b2
 
Method Summary
 int getFootprintSimplificationMethod()
          The method that determines how footprint geometry is simplified.
 void setFootprintSimplificationMethod(int pSimplificationMethod)
          The method that determines how footprint geometry is simplified.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IBuildFootprintsParameters
getMethod, setMethod
 

Field Detail

IID74648190_ba1d_499b_97e1_7bad62ae4357

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

setFootprintSimplificationMethod

void setFootprintSimplificationMethod(int pSimplificationMethod)
                                      throws java.io.IOException,
                                             AutomationException
The method that determines how footprint geometry is simplified.

Parameters:
pSimplificationMethod - A com.esri.arcgis.datasourcesraster.esriGeometrySimplificationMethod constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFootprintSimplificationMethod

int getFootprintSimplificationMethod()
                                     throws java.io.IOException,
                                            AutomationException
The method that determines how footprint geometry is simplified.

Returns:
A com.esri.arcgis.datasourcesraster.esriGeometrySimplificationMethod constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.