MapWinGeoProc:Statistics
From MapWindow GIS
Statistics
| Centroid | Obs, Use Centroid in MapWinGEoProc.Utils. |
| Area | Obs, Use Area in MapWinGeoProc.Utils. |
| ComputeAreas | Not Implemented This function will calculate the area of every polygon shape in the shapefile and write the results to the corresponding .dbf table. |
| ComputeLengths | Not Implemented This function will calculate the length of every line shape in the shapefile and save the results to the corresponding .dbf table. |
| Length | Not Implemented Computes the total length of the line shape by summing all intermediate 2pt segment lengths together. |
| DistancePointToPoint | Not Implemented Computes the Euclidean distance between two points. |
| DistancePointToLine | Not Implemented Computes the distance between a point and a line. |
| DistancePointToPolygon | Not implemented Computes the distance between a point and a polygon. |
