public interface IRasterSensorXform
extends java.io.Serializable
Description: 'Provides access to sensor model state' 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 |
IIDfc6d4ca0_1c51_49fa_8f38_9cea32dc5c29 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIntersectionProviderName()
Intersection Provider Name.
|
java.lang.String |
getState()
Sensor model state.
|
void |
setIntersectionProviderName(java.lang.String pIntersectionProviderName)
Intersection Provider Name.
|
void |
setState(java.lang.String pModelState)
Sensor model state.
|
static final int IIDfc6d4ca0_1c51_49fa_8f38_9cea32dc5c29
static final int xxDummy
static final java.lang.String IID
java.lang.String getState()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setState(java.lang.String pModelState)
throws java.io.IOException,
AutomationException
pModelState - The pModelState (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getIntersectionProviderName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setIntersectionProviderName(java.lang.String pIntersectionProviderName)
throws java.io.IOException,
AutomationException
pIntersectionProviderName - The pIntersectionProviderName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.