It's not the tool that's licensed, precisely, it's the version of ArcMap you're using. The tool Tim mentions requires an ArcInfo license, the most advanced of the three.You might try the free version of ET GeoWizards (or buy the full product). The free version has tools that allow you to calculate the x & y of centroids.
You can add two double fields for the X and Y coordinate to the polygons and use the geometry calculator to calculate the centroid coordinate values into them. You could alternatively calculate the coordinates with the Field Calculator and the Python expression: !Shape.Centroid.X! and !Shape.Centroid.Y!. Then export from the table view to create a table that contains the coordinate. Then use the Make XY Event Layer to make a layer showing the points based on the coordinate fields you calculated.
Mike,You can use this tool to create a centroid layer.Tim
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.