GeometryOperations.GetCenterlineLength
GetCenterlineLength(IEnumerable<Point>)
Get centerline Length
public static double GetCenterlineLength(IEnumerable<Point> sites)
Parameter | Type | Description |
---|---|---|
sites | IEnumerable`1 | Collection of points (sites) |
Return Value
Length of centerline edges
See Also
- class Point
- class GeometryOperations
- namespace Aspose.Gis.GeoTools
- assembly Aspose.GIS
GetCenterlineLength(Polygon)
Get centerline Length
public static double GetCenterlineLength(Polygon polygon)
Parameter | Type | Description |
---|---|---|
polygon | Polygon | Polygon for centerline diagram |
Return Value
Length of centerline edges
See Also
- class Polygon
- class GeometryOperations
- namespace Aspose.Gis.GeoTools
- assembly Aspose.GIS