IRPCXform2 Interface

Provides access to members that control a RPC transform.

Members

Name Description
Method ComputeForwardXform Computes the forward transformation from native to GCS WGS84 for a given GCS extent.
Method DefineFromCoefficients Defines a RPC transform from 90 coefficients.
Read-only property Domains The domains in output space.
Read/write property ForwardXform The forward transformation from native to GCS WGS84.
Method GetCoefficients Gets the rational polynomial coefficients.
Read-only property IsIdentity Indicates if this geodata transform is an identity transform.
Method PutCoefficients Puts the rational polynomial coefficients.
Method QueryCoefficients Queries the rational polynomial coefficients.
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

IRPCXform2.ComputeForwardXform Method

Computes the forward transformation from native to GCS WGS84 for a given GCS extent.

Public Sub ComputeForwardXform ( _
    ByVal pExtent As IEnvelope _
)
public void ComputeForwardXform (
    IEnvelope pExtent
);

Inherited Interfaces

Interfaces Description
IRPCXform Provides access to members that control a RPC transform.
IGeodataXform Provides access to members that control geodata transformation.

Classes that implement IRPCXform2

Classes Description
RPCXform A Rational Polynomial Coefficient (RPC) transform class.

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