FrameXform
Base Type: GeodataXform
A class for a standard frame camera transform.
Property |
Type |
Description |
---|---|---|
AverageZ |
double |
The average Z in meters. |
AverageZSpecified |
bool |
Indicates if AverageZ is specified. |
Clockwise |
bool |
Indicates if the angle rotates clockwise. |
ClockwiseSpecified |
bool |
Indicates if Clockwise is specified. |
ConstantZ |
double |
The constant Z value in meters. |
ConstantZSpecified |
bool |
Indicates if ConstantZ is specified. |
CorrectGeoid |
bool |
Indicates if Geoid correction is needed. |
CorrectGeoidSpecified |
bool |
Indicates if CorrectGeoid is specified. |
CurvatureAndRefraction |
bool |
Indicates if the adjustment of earth curvature and refraction is applied. |
CurvatureAndRefractionSpecified |
bool |
Indicates if CurvatureAndRefraction is specified. |
EarthRadius |
double |
The earth radius in meters. |
EarthRadiusSpecified |
bool |
Indicates if EarthRadius is specified. |
ExteriorOrientation |
double[] |
Exterior orientation as an affine transformation. |
FocalLength |
double |
The focal length in micron. |
FocalLengthSpecified |
bool |
Indicates if FocalLength is specified. |
InteriorOrientation |
The interior orientation as an affine transformation. | |
Konrady |
bool |
Indicates if the Konrady adjustment to be applied. |
KonradyParameters |
double[] |
The Konrady adjustment parameters. |
KonradySpecified |
bool |
Indicates if Konrady is specified. |
LSR |
The LSR-To-USR conversion. | |
Polarity |
double |
The sensor polarity. |
PolaritySpecified |
bool |
Indicates if Polarity is specified. |
PrinciplePoint |
The film principal point. | |
SensorPosition |
The sensor position. | |
SpatialReference |
The output spatial reference after applying this transform. | |
ZFactor |
double |
The conversion factor from DEM Z unit to meters. |
ZFactorSpecified |
bool |
Indicates if ZFactor is specified. |
ZOffset |
double |
The Z offset in meters applied to DEM. |
ZOffsetSpecified |
bool |
Indicates if ZOffset is specified. |