TypeConvert is the ArcGIS extension allows you to convert one type feature class to another type feature class.
Main features:
- Polygon-Polyline-Points
- To ConvexHull and To envelope
Convert feature class into convex hull or envelope. In this case new polygon feature class containing only one feature (convex hull or envelope) will be created
- To centroid
Command allows you to create a new point feature class with all attributes from the center points (centroids) of the features in the current layer. A centroid of a feature is the spatial location of its envelope center. Additional fields 'Z', 'Zmin' and 'Zmax' are created if feature class with MZ geometries is converted.