This document is archived and information here might be outdated.  Recommended version.


IApproximationXform Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IApproximationXform Interface
ArcGIS Developer Help

IApproximationXform Interface

Provides access to members that control transformation approximation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The IApproximationXform is used create the ApproximationXform by setting the GeodataXform for which to approximate.

Members

Name Description
Read-only property Domains The domains in output space.
Read/write property GeodataXform The geodataxform to be approximated.
Read-only property IsIdentity Indicates if this geodata transform is an identity transform.
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

Inherited Interfaces

Interfaces Description
IGeodataXform Provides access to members that control geodata transformation.

Classes that implement IApproximationXform

Classes Description
ApproximationXform A transformation that approximates other transformations.

See Also

ApproximationXform Class | IGeodataXformApproximation Interface