com.esri.arcgis.datasourcesraster
Interface IApplanixBuilder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ApplanixBuilder, IApplanixBuilderProxy

public interface IApplanixBuilder
extends java.io.Serializable

COM Interface 'IApplanixBuilder'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control the applanix builder' 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 IID646616cf_75ce_48dc_85e6_b1da9f76be9f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getImageFolder()
          Input image location.
 void setImageFolder(java.lang.String pImageFolder)
          Input image location.
 

Field Detail

IID646616cf_75ce_48dc_85e6_b1da9f76be9f

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

setImageFolder

void setImageFolder(java.lang.String pImageFolder)
                    throws java.io.IOException,
                           AutomationException
Input image location.

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

getImageFolder

java.lang.String getImageFolder()
                                throws java.io.IOException,
                                       AutomationException
Input image location.

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