public interface ICSMXform extends IGeodataXform, java.io.Serializable
Description: 'Provides access to members and transformation employing the Community Sensor Model (CSM).' 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 |
IIDdf60c06e_da9f_4b13_9a9a_35701d9e5b75 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5e6cf525_4e74_419b_946f_7da9bfdf815d| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getImageFile()
Fully qualified (NITF) file name of this ICSMXform.
|
double |
getIterPrecision()
Precision value to be used for iterative processes.
|
java.lang.Object |
getSensorModelProperty(java.lang.String propertyName)
Gets a property value of the sensor model currently being used by this ICSMXform.
|
void |
putSensorModelProperty(java.lang.String propertyKey,
java.lang.String propertyValue)
Sets a property value of the sensor model.
|
void |
setImageFile(java.lang.String pNITFImageFile)
Fully qualified (NITF) file name of this ICSMXform.
|
void |
setIterPrecision(double pPrecision)
Precision value to be used for iterative processes.
|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPointsstatic final int IIDdf60c06e_da9f_4b13_9a9a_35701d9e5b75
static final int xxDummy
static final java.lang.String IID
java.lang.Object getSensorModelProperty(java.lang.String propertyName)
throws java.io.IOException,
AutomationException
propertyName - The propertyName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getImageFile()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setImageFile(java.lang.String pNITFImageFile)
throws java.io.IOException,
AutomationException
pNITFImageFile - The pNITFImageFile (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getIterPrecision()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setIterPrecision(double pPrecision)
throws java.io.IOException,
AutomationException
pPrecision - The pPrecision (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void putSensorModelProperty(java.lang.String propertyKey,
java.lang.String propertyValue)
throws java.io.IOException,
AutomationException
propertyKey - The propertyKey (in)propertyValue - The propertyValue (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.