|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICSMXform
Provides access to members and transformation employing the Community Sensor Model (CSM).
| Method Summary | |
|---|---|
String |
getImageFile()
Fully qualified (NITF) file name of this ICSMXform. |
double |
getIterPrecision()
Precision value to be used for iterative processes. |
Object |
getSensorModelProperty(String propertyName)
Gets a property value of the sensor model currently being used by this ICSMXform. |
void |
putSensorModelProperty(String propertyKey,
String propertyValue)
Sets a property value of the sensor model. |
void |
setImageFile(String pNITFImageFile)
Fully qualified (NITF) file name of this ICSMXform. |
void |
setIterPrecision(double pPrecision)
Precision value to be used for iterative processes. |
| Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform |
|---|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints |
| Method Detail |
|---|
Object getSensorModelProperty(String propertyName)
throws IOException,
AutomationException
propertyName - The propertyName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getImageFile()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setImageFile(String pNITFImageFile)
throws IOException,
AutomationException
pNITFImageFile - The pNITFImageFile (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getIterPrecision()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIterPrecision(double pPrecision)
throws IOException,
AutomationException
pPrecision - The pPrecision (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putSensorModelProperty(String propertyKey,
String propertyValue)
throws IOException,
AutomationException
propertyKey - The propertyKey (in)propertyValue - The propertyValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||