public interface ISARXform extends IGeodataXform, java.io.Serializable
Description: 'Provides access to members that control a SAR transform.' 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 |
IIDf523d2b0_0cb2_4973_8e7b_768562bd0131 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5e6cf525_4e74_419b_946f_7da9bfdf815d| Modifier and Type | Method and Description |
|---|---|
void |
extractRequiredSensorModelParameters(java.lang.String requestedSM,
IRasterDataset pRadarSupportData)
Extracts all the sensor model parameters required to be used to initialize the sensor model for this ISARXform (Input must be an IRadarSupportData).
|
double |
getIterPrecision()
Precision value to be used for iterative processes.
|
IRasterDataset |
getRadarDataset()
The Radar Dataset.
|
java.lang.String |
getSARFilename()
Returns the filename used for the SAR Xform.
|
java.lang.String |
getSensorModelName()
Returns the sensor model name used for the SAR Xform.
|
java.lang.Object |
getSensorModelProperty(java.lang.String propertyName)
Gets a property value of the sensor model currently being used by this ISARXform.
|
void |
initSensorModel(IRasterDataset pRadarSupportData)
Initializes the sensor model to be used by this ISARXform (Input must be an IRadarSupportData).
|
void |
putSensorModelProperty(java.lang.String propertyKey,
java.lang.String propertyValue)
Sets a property value of the sensor model.
|
void |
setIterPrecision(double pPrecision)
Precision value to be used for iterative processes.
|
void |
setRadarDatasetByRef(IRasterDataset ppRadarDataset)
The Radar Dataset.
|
void |
setSARFilename(java.lang.String filename)
Returns the filename used for the SAR Xform.
|
void |
setSensorModel(java.lang.Object[] aSARSensorModel,
boolean aTakeOwnershipOfSM)
Allows program-specific initialization of the sensor model to be used by this ISARXform (Input must be an instance of SAR::SM::SARSensorModel).
|
void |
setSensorModelName(java.lang.String sensorModelName)
Returns the sensor model name used for the SAR Xform.
|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPointsstatic final int IIDf523d2b0_0cb2_4973_8e7b_768562bd0131
static final int xxDummy
static final java.lang.String IID
void extractRequiredSensorModelParameters(java.lang.String requestedSM,
IRasterDataset pRadarSupportData)
throws java.io.IOException,
AutomationException
requestedSM - The requestedSM (in)pRadarSupportData - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.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.void initSensorModel(IRasterDataset pRadarSupportData) throws java.io.IOException, AutomationException
pRadarSupportData - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (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.IRasterDataset getRadarDataset() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setRadarDatasetByRef(IRasterDataset ppRadarDataset) throws java.io.IOException, AutomationException
ppRadarDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getSARFilename()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSARFilename(java.lang.String filename)
throws java.io.IOException,
AutomationException
filename - The filename (in)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.void setSensorModelName(java.lang.String sensorModelName)
throws java.io.IOException,
AutomationException
sensorModelName - The sensorModelName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSensorModel(java.lang.Object[] aSARSensorModel,
boolean aTakeOwnershipOfSM)
throws java.io.IOException,
AutomationException
aSARSensorModel - An UNSUPPORTED non-automation type: 26 (in)aTakeOwnershipOfSM - The aTakeOwnershipOfSM (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.