RPCXform
Base Type: GeodataXform
A class that describes a rational polynomial Coefficient (RPC) transformation.
Property |
Type |
Description |
---|---|---|
ConstantZ |
double |
The constant Z value in meters. |
CorrectGeoid |
bool |
Indicates if Geoid correction is needed. |
ForwardXform |
The forward transformation from native to GCS WGS84. | |
RequireDEM |
bool |
Indicates if DEM is required for applying this transform. |
RPC |
double[] |
Rational polynomial coefficients. |
SpatialReference |
The output spatial reference after applying this transform. | |
ZFactor |
double |
The conversion factor from DEM Z unit to meters. |
ZOffset |
double |
The Z offset in meters applied to DEM. |
10/23/2013