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


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

ICompositeXform2 Interface

Provides access to members that control a collection of geodata transform.

Product Availability

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

Members

Name Description
Method Add Adds a geodata transform to the end of the collection.
Read-only property Count The geodata transform count of the collection.
Read-only property Domains The domains in output space.
Method Empty Empties the collection.
Method Find Finds a geodata transform in the collection.
Read-only property FirstXform The first geodata transform in the collection.
Read-only property GeodataXform The geodata transform at a given index in the collection.
Method Insert Inserts a geodata transform to the collection at a specified index.
Read-only property IsIdentity Indicates if this geodata transform is an identity transform.
Read-only property LastXform The last geodata transform in the collection.
Method Remove Removes a geodata transform at a given index from the collection.
Method Replace Replace a geodata transform in the collection at a specified index.
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
Method Validate Validates the collection after changes.

Inherited Interfaces

Interfaces Description
ICompositeXform Provides access to members that control a collection of geodata transform.
IGeodataXform Provides access to members that control geodata transformation.

Classes that implement ICompositeXform2

Classes Description
CompositeXform A composite geodata transform collection class.