Customer Service | Training | Contact Us
You are here: Home > Downloads > ArcScripts > Search Results > Script Details Login | Feedback | Help

Polygon theme creation from point theme, Version 1.1



contact author | download help | add bookmark | view bookmarks
Author Matt Francis
File Name pt-to-poly.avx
Language Avenue
Last Modified Jul 27 2007
Status of work Public Domain
Software ArcView GIS
File Size 11.8 kb
Downloads 4438

ArcScripts is intended for the free exchange of scripts and tools related to ESRI software products. Please alert the moderator if this script is a demo, trial-version, or an advertisement for a retail product.


Summary
This Avenue script generates a polygon theme (rectangles) using a point theme and length and width fields located in the point theme's feature table. If length or width is <=0, a circle will be created instead using the measurement that is > 0 as a diameter

To create accurate polygons, the point theme must be saved in UTMs, not just projected.

==> View -> Properties, select projection. Category, UTM; Zone, ...whatever
==> Select all features
==> View -> Convert to shapefile. When prompted to save in the converted units, select `YES`.
==> Open the newly created point theme
==> Run the script and inspect the results

Changelog: Version 1.0 generated polygons correctly, but did not consistently pull the point attribute data into the polygon theme.