IXForm Interface

Provides access to members that control a transformation.

Members

Name Description
Read/write property InUnit Domain units.
Method Invert Reverses mapping, if possible.
Method IsIdentity Indicates if XForm does nothing.
Method Map Transforms input point.
Read/write property OutUnit Range units.

IXForm.InUnit Property

Domain units.

Public Property InUnit As esriSRUnitType
public esriSRUnitType InUnit {get; set;}

IXForm.Invert Method

Reverses mapping, if possible.

Public Function Invert ( _
    ByVal y As IPnt _
) As IPnt
public IPnt Invert (
    IPnt y
);

IXForm.IsIdentity Method

Indicates if XForm does nothing.

Public Function IsIdentity ( _
) As Integer
public int IsIdentity (
);

IXForm.Map Method

Transforms input point.

Public Function Map ( _
    ByVal x As IPnt _
) As IPnt
public IPnt Map (
    IPnt x
);

IXForm.OutUnit Property

Range units.

Public Property OutUnit As esriSRUnitType
public esriSRUnitType OutUnit {get; set;}

Classes that implement IXForm

Classes Description

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