IPushbroomXform Interface

Provides access to members that control a Pushbroom transform.

Members

Name Description
Method ComputeRPCXform Compute RPC sensor Xform from Ephemeris data.
Method DefineRPCFromEphemerisAndAttitude Compute the sensor model from Ephemeris data.
Read-only property Domains The domains in output space.
Method get_​AttitudeInfo Get Pushbroom image attitude quarternion and covariance.
Method get_​CameraExterior Get Pushbroom camera quarternion.
Method get_​Coefficients Gets the rational polynomial coefficients.
Method get_​ElevationRange Get Pushbroom image elevation range.
Method get_​EphemerisInfo Get Pushbroom image position and covariance.
Method get_​ImageSizeAndLineTime Get Pushbroom image size and line starting time.
Method get_​SensorInfo Get pushbroom senor interior parameters.
Method get_​TLCinfo Get the tagged-time line count infomation.
Read-only property IsIdentity Indicates if this geodata transform is an identity transform.
Method put_​AttitudeInfo Put Pushbroom image attitude quarternion and covariance.
Method put_​CameraExterior Put Pushbroom camera quarternion.
Method put_​ElevationRange Put Pushbroom image elevation range.
Method put_​EphemerisInfo Put Pushbroom image position and covariance.
Method put_​ImageSizeAndLineTime Put Pushbroom image size and line starting time.
Method put_​SensorInfo Put pushbroom senor interior parameters.
Method put_​TLCinfo Puts the tagged-time line count infomation.
Read/write property SpatialReference The output spatial reference after applying this transform.
Method Transform Transforms a set of points in a given direction.
Method TransformCellsize Transforms a cellsize in a given direction.
Method TransformExtent Transforms an extent in a given direction.
Method 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.

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