ICoordinateXform Interface

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

Members

Name Description
Read-only property Domains The domains in output space.
Read/write property GeoTransformations The geographic transformations.
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

ICoordinateXform.GeoTransformations Property

The geographic transformations.

Public Property GeoTransformations As IGeoTransformationOperationSet
public IGeoTransformationOperationSet GeoTransformations {get; set;}

Inherited Interfaces

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

Classes that implement ICoordinateXform

Classes Description
CoordinateXform A coordinate transform class.

Remarks

ICoordinateXform is used to set the GeoTransformations (datum transformation) when you create a CoordinateXform.

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