IGeometricXform Interface

Provides access to members that control a geometric transform.

Members

Name Description
Write-only property Domains The domains in output space.
Read-only property Domains The domains in output space.
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.
Read/write property Transformation The geometric transformation to be applied.
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

IGeometricXform.Domains Property

The domains in output space.

Public WriteOnly Property Domains_2
public void Domains_2 {set;}

IGeometricXform.Domains Property

The domains in output space.

Public WriteOnly Property Domains_2
public void Domains_2 {set;}

IGeometricXform.Transformation Property

The geometric transformation to be applied.

Public Property Transformation As ITransformation
public ITransformation Transformation {get; set;}

Inherited Interfaces

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

Classes that implement IGeometricXform

Classes Description
GeometricXform A geometric transform class.

Remarks

The IGeometricXform is used to create a GeometricXform object.

'Create a geometric xformDim pGeomatricXform As IGeometricXformSet pGeomatricXform = New GeometricXform'create an affine transformationDim pAffineTran As IAffineTransformation2DSet pAffineTran = New AffineTransformation2DpAffineTran.Rotate 3.14 / 4'set with the defined affine transformationSet pGeomatricXform.Transformation = pAffineTran

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close