Provides access to members that control a Pushbroom transform.
Members
Name | Description | |
---|---|---|
ComputeRPCXform | Compute RPC sensor Xform from Ephemeris data. | |
DefineRPCFromEphemerisAndAttitude | Compute the sensor model from Ephemeris data. | |
Domains | The domains in output space. | |
get_AttitudeInfo | Get Pushbroom image attitude quarternion and covariance. | |
get_CameraExterior | Get Pushbroom camera quarternion. | |
get_Coefficients | Gets the rational polynomial coefficients. | |
get_ElevationRange | Get Pushbroom image elevation range. | |
get_EphemerisInfo | Get Pushbroom image position and covariance. | |
get_ImageSizeAndLineTime | Get Pushbroom image size and line starting time. | |
get_SensorInfo | Get pushbroom senor interior parameters. | |
get_TLCinfo | Get the tagged-time line count infomation. | |
IsIdentity | Indicates if this geodata transform is an identity transform. | |
put_AttitudeInfo | Put Pushbroom image attitude quarternion and covariance. | |
put_CameraExterior | Put Pushbroom camera quarternion. | |
put_ElevationRange | Put Pushbroom image elevation range. | |
put_EphemerisInfo | Put Pushbroom image position and covariance. | |
put_ImageSizeAndLineTime | Put Pushbroom image size and line starting time. | |
put_SensorInfo | Put pushbroom senor interior parameters. | |
put_TLCinfo | Puts the tagged-time line count infomation. | |
SpatialReference | The output spatial reference after applying this transform. | |
Transform | Transforms a set of points in a given direction. | |
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 |
IPushbroomXform.ComputeRPCXform Method
Compute RPC sensor Xform from Ephemeris data.
Public Sub ComputeRPCXform ( _
ByRef ppRPCXf As IGeodataXform _
)
public void ComputeRPCXform (
ref IGeodataXform ppRPCXf
);
IPushbroomXform.DefineRPCFromEphemerisAndAttitude Method
Compute the sensor model from Ephemeris data.
Public Sub DefineRPCFromEphemerisAndAttitude ( _
ByRef numPt As Integer, _
ByVal inXYZ As IntPtr, _
ByVal inImaxy As IntPtr _
)
public void DefineRPCFromEphemerisAndAttitude (
ref int numPt,
ref IntPtr inXYZ,
ref IntPtr inImaxy
);
Inherited Interfaces
Interfaces | Description |
---|---|
IGeodataXform | Provides access to members that control geodata transformation. |
Classes that implement IPushbroomXform
Classes | Description |
---|---|
PushbroomXform | A Pushbroom sensor model class. |