This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISensorXform Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control sensor specific geodata transform.
Description | ||
---|---|---|
ConstantZ | The constant Z value in meters. | |
CorrectGeoid | Indicates if Geoid correction is needed. | |
DEM | The Digital Elevation Model (DEM). | |
RequireDEM | Indicates if DEM is required for applying this transform. | |
ZFactor | The conversion factor from DEM Z unit to meters. | |
ZOffset | The Z offset in meters applied to DEM. |
CoClasses and Classes | Description |
---|---|
ApproximationXform | A transformation that approximates other transformations. |
CompositeXform | A composite geodata transform collection class. |
CSMXform | CSM transformation class. |
Formosat2Xform | A Formosat2 transform class. |
FrameXform | A standard frame camera model transformation class. |
RPCXform | A Rational Polynomial Coefficient (RPC) transform class. |
SPOT5Xform | A SPOT5 1A transform class. |
The ISensorXform interface is used to set the elevation information for RPCXform object to create orthorectified image.
You can specify the elevation using a DEM or a constant value that represent an average elevation.