public static Polygon CreatePolygon( IEnumerable<IEnumerable<Segment>> parts, SpatialReference spatialReference )
Public Overloads Shared Function CreatePolygon( _ ByVal parts As IEnumerable(Of IEnumerable(Of Segment)), _ Optional ByVal spatialReference As SpatialReference _ ) As Polygon
Parameters
- parts
- The polygon rings.
- spatialReference
- (Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from parts.
Return Value
A Polygon.