public interface IRasterSensorXform2 extends IRasterSensorXform, 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 |
IIDc8ba6505_0f6c_413a_b94c_a280d3d1b056 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDfc6d4ca0_1c51_49fa_8f38_9cea32dc5c29
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSensorModelName()
Sensor Model Name.
|
IJSONObject |
getSensorModelProperties()
Sensor model properties.
|
IJSONObject |
getTerrainProperties()
Terrain properties.
|
getIntersectionProviderName, getState, setIntersectionProviderName, setState
static final int IIDc8ba6505_0f6c_413a_b94c_a280d3d1b056
static final int xxDummy
static final java.lang.String IID
IJSONObject getSensorModelProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IJSONObject getTerrainProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSensorModelName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.