public interface IISATBuilder
extends java.io.Serializable
Description: 'Provides access to members that control the ISAT 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDb99c3340_573b_4b45_9f27_6671c4f5517f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCameraFile()
Path to camera file.
|
java.lang.String |
getPhotoFile()
Path to photo file.
|
void |
setCameraFile(java.lang.String ppCamFilePath)
Path to camera file.
|
void |
setPhotoFile(java.lang.String ppPhFilePath)
Path to photo file.
|
static final int IIDb99c3340_573b_4b45_9f27_6671c4f5517f
static final int xxDummy
static final java.lang.String IID
void setPhotoFile(java.lang.String ppPhFilePath) throws java.io.IOException, AutomationException
ppPhFilePath
- The ppPhFilePath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getPhotoFile() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCameraFile(java.lang.String ppCamFilePath) throws java.io.IOException, AutomationException
ppCamFilePath
- The ppCamFilePath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCameraFile() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.