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


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

ICoordinateXform2 Interface

Provides access to members that control a coordinate (projection) transform.

Product Availability

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

Members

Name Description
Read-only property Domains The domains in output space.
Read/write property GeoTransformations The geographic transformations.
Read/write property InputSpatialReference The source spatial reference.
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
ICoordinateXform Provides access to members that control a coordinate (projection) transform.
IGeodataXform Provides access to members that control geodata transformation.

Classes that implement ICoordinateXform2

Classes Description
CoordinateXform A coordinate transform class.

Remarks

The ICoordinateXform2 interface is used to specify the input spatial reference for creating a CoordinateXform object.

IGeodataXform::SpatialReference should be used to specify the output spatial reference when creating the CoordinateXform object.

See Also

IGeodataXform Interface | CoordinateXform Class | ICoordinateXform Interface