IFrameCameraParameters Interface

Provides access to members that control camera definition

Members

Name Description
Read/write property CameraModel Camera model number
Read/write property Columns Number of columns.
Read/write property DistortionMethod Radial lens distortion coefficient method.
Read/write property DistortionType Type of Distortion.
Read/write property FocalLength Camera focal length
Read/write property FocalLengthUnits Focal length units
Read/write property K0 Zeroth Konrady coefficient.
Read/write property K1 First Konrady coefficient.
Read/write property K2 Second Konrady coefficient.
Read/write property PixelSize Pixel size for the camera.
Read/write property PPAX Principal point of autocollimation along X axis.
Read/write property PPAXUnits PPAX units
Read/write property PPAY Principal point of autocollimation along Y axis.
Read/write property PPAYUnits PPAY units
Read/write property RadialDistances Radial Distances Array.
Read/write property RadialDistortions Radial Distortions Array.
Read/write property Rows Number of rows.

IFrameCameraParameters.CameraModel Property

Camera model number.

Public Property CameraModel As esriApplanixCameraModel
public esriApplanixCameraModel CameraModel {get; set;}

IFrameCameraParameters.Columns Property

Number of columns.

Public Property Columns As Integer
public int Columns {get; set;}

IFrameCameraParameters.DistortionMethod Property

Radial lens distortion coefficient method.

Public Property DistortionMethod As esriRasterKonradyType
public esriRasterKonradyType DistortionMethod {get; set;}

IFrameCameraParameters.DistortionType Property

Type of Distortion.

Public Property DistortionType As esriDistortionType
public esriDistortionType DistortionType {get; set;}

IFrameCameraParameters.FocalLength Property

Camera focal length.

Public Property FocalLength As Double
public double FocalLength {get; set;}

IFrameCameraParameters.FocalLengthUnits Property

Focal length units.

Public Property FocalLengthUnits As esriFrameCameraUnits
public esriFrameCameraUnits FocalLengthUnits {get; set;}

IFrameCameraParameters.K0 Property

Zeroth Konrady coefficient.

Public Property K0 As Double
public double K0 {get; set;}

IFrameCameraParameters.K1 Property

First Konrady coefficient.

Public Property K1 As Double
public double K1 {get; set;}

IFrameCameraParameters.K2 Property

Second Konrady coefficient.

Public Property K2 As Double
public double K2 {get; set;}

IFrameCameraParameters.PixelSize Property

Pixel size for the camera.

Public Property PixelSize As Double
public double PixelSize {get; set;}

IFrameCameraParameters.PPAX Property

Principal point of autocollimation along X axis.

Public Property PPAX As Double
public double PPAX {get; set;}

IFrameCameraParameters.PPAXUnits Property

PPAX units.

Public Property PPAXUnits As esriFrameCameraUnits
public esriFrameCameraUnits PPAXUnits {get; set;}

IFrameCameraParameters.PPAY Property

Principal point of autocollimation along Y axis.

Public Property PPAY As Double
public double PPAY {get; set;}

IFrameCameraParameters.PPAYUnits Property

PPAY units.

Public Property PPAYUnits As esriFrameCameraUnits
public esriFrameCameraUnits PPAYUnits {get; set;}

IFrameCameraParameters.RadialDistances Property

Radial Distances Array.

Public Property RadialDistances As IDoubleArray
public IDoubleArray RadialDistances {get; set;}

IFrameCameraParameters.RadialDistortions Property

Radial Distortions Array.

Public Property RadialDistortions As IDoubleArray
public IDoubleArray RadialDistortions {get; set;}

IFrameCameraParameters.Rows Property

Number of rows.

Public Property Rows As Integer
public int Rows {get; set;}

Classes that implement IFrameCameraParameters

Classes Description
ApplanixBuilder A raster builder for Applanix files.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close