public static Polygon CreatePolygon( IEnumerable<Coordinate2D> coordinates, SpatialReference spatialReference )
Public Overloads Shared Function CreatePolygon( _ ByVal coordinates As IEnumerable(Of Coordinate2D), _ Optional ByVal spatialReference As SpatialReference _ ) As Polygon
Parameters
- coordinates
- Coordinates to create the polygon.
- spatialReference
- (Optional) The SpatialReference. The default value is null.
Return Value
A Polygon.