| GetMeasureManager(Unit unit,SquareUnit squareUnit) | MeasureManager | The method takes in the Unit and Square Unit that measurements will be outputted in. |
| GetPerimeter(DataContracts.IPolygon polygon) | double | Gets the perimeter from a polygon. |
| GetPolygonArea(DataContracts.IPolygon polygon) | double | Gets the area from a polygon. |
| GetPolyLineDistance(DataContracts.IPolyline polyline) | double | Gets the distance for a polyline. |