Select to view content in your preferred language

Geometry Transformations

2227
2
Jump to solution
03-03-2016 03:08 PM
JoeMadrigal
Occasional Contributor

Does the .NET runtime for .NET have any geometry transformation capabilities?  I'm looking to rotate, scale, transform my points, lines, polygons (any geometry) and can't seem to find anything in the documentation.

Thanks,

Joe

0 Kudos
1 Solution

Accepted Solutions
dotMorten_esri
Esri Notable Contributor

The editor can do this interactively, but there's no built-in functionality to do this programmatically. You'd have to use the geometry builder to modify the geometry vertex by vertex with a little trigonometry.

View solution in original post

0 Kudos
2 Replies
dotMorten_esri
Esri Notable Contributor

The editor can do this interactively, but there's no built-in functionality to do this programmatically. You'd have to use the geometry builder to modify the geometry vertex by vertex with a little trigonometry.

0 Kudos
JoeMadrigal
Occasional Contributor

Thanks Morten.  I'll look into the geometry builder.

0 Kudos