Provides access to additional epipolar tranforamtion operations.
Members
Name | Description | |
---|---|---|
AffineXform | The final affine geodataxform. | |
AffineXform | The final affine geodataxform. | |
CenterPoint | The center point of map space. | |
CreateEpipolarXform | Setup transformation. | |
Domains | The domains in output space. | |
ElevationResolution | The center point of map space. | |
EpipolarResolution | The center point of map space. | |
FitLocalMatrixBy2Extents | Fit a projective matrix using two given extents. | |
FitLocalMatrixByDEM | Fit a projective matrix using DEM. | |
FitLocalProjectiveMatrix | Fit a projective matrix using given extent. | |
GeodataXform | The final epipolar geodataxform. | |
GeodataXform | The final epipolar geodataxform. | |
IsIdentity | Indicates if this geodata transform is an identity transform. | |
QueryFrameMatrixStatus | Fit a projective matrix using given extent. | |
ReturnADSCCDParameters | Return ADS camera calibration data. | |
ReturnADSODFADJParameters | Return adjusted exterior orientation parameters for ADS data. | |
ReturnADSODFParameters | Return exterior orientation parameters for ADS data. | |
ReturnADSProjectParameters | Return project parameters for ADS data. | |
SpatialReference | The output spatial reference after applying this transform. | |
Transform | Transforms a set of points in a given direction. | |
TransformationMatrix | The transformation matrix from world to map space. | |
TransformCellsize | Transforms a cellsize in a given direction. | |
TransformExtent | Transforms an extent in a given direction. | |
TransformPoints | Transforms a point collection in a given direction |
IEpipolarXform2.FitLocalMatrixBy2Extents Method
Fit a projective matrix using two given extents.
Public Sub FitLocalMatrixBy2Extents ( _
ByVal pExtent As IEnvelope, _
ByVal pStereoEpiXform As IEpipolarXform, _
ByVal pStereoExtent As IEnvelope, _
ByRef pMatrix As Object, _
ByRef rms As Double _
)
public void FitLocalMatrixBy2Extents (
IEnvelope pExtent,
IEpipolarXform pStereoEpiXform,
IEnvelope pStereoExtent,
ref object pMatrix,
ref double rms
);
IEpipolarXform2.FitLocalMatrixByDEM Method
Fit a projective matrix using DEM.
Public Sub FitLocalMatrixByDEM ( _
ByVal pExtent As IEnvelope, _
ByRef pMatrix As Object, _
ByRef rms As Double _
)
public void FitLocalMatrixByDEM (
IEnvelope pExtent,
ref object pMatrix,
ref double rms
);
IEpipolarXform2.ReturnADSCCDParameters Method
Return ADS camera calibration data.
Public Function ReturnADSCCDParameters ( _
ByRef ccdSize As Integer _
) As Object
public object ReturnADSCCDParameters (
ref int ccdSize
);
IEpipolarXform2.ReturnADSODFADJParameters Method
Return adjusted exterior orientation parameters for ADS data.
Public Function ReturnADSODFADJParameters ( _
ByRef odfSize As Integer _
) As Object
public object ReturnADSODFADJParameters (
ref int odfSize
);
IEpipolarXform2.ReturnADSODFParameters Method
Return exterior orientation parameters for ADS data.
Public Function ReturnADSODFParameters ( _
ByRef odfSize As Integer _
) As Object
public object ReturnADSODFParameters (
ref int odfSize
);
IEpipolarXform2.ReturnADSProjectParameters Method
Return project parameters for ADS data.
Public Sub ReturnADSProjectParameters ( _
ByRef focus As Double, _
ByRef PixelSize As Double, _
ByRef Level As Integer, _
ByRef L1Height As Double, _
ByRef L0 As Double, _
ByRef B0 As Double, _
ByRef L1Scale As Double, _
ByRef L1Angle As Double, _
ByRef L1XOffset As Double, _
ByRef L1YOffset As Double _
)
public void ReturnADSProjectParameters (
ref double focus,
ref double PixelSize,
ref int Level,
ref double L1Height,
ref double L0,
ref double B0,
ref double L1Scale,
ref double L1Angle,
ref double L1XOffset,
ref double L1YOffset
);
Inherited Interfaces
Interfaces | Description |
---|---|
IEpipolarXform | Provides access to members that control epipolar transformation. |
IGeodataXform | Provides access to members that control geodata transformation. |
Classes that implement IEpipolarXform2
Classes | Description |
---|---|
EpipolarXform | A transformation that map native image to epipolar image. |