public static Polygon CreatePolygon( IEnumerable<Coordinate3D> coordinates, SpatialReference spatialReference )
Public Overloads Shared Function CreatePolygon( _ ByVal coordinates As IEnumerable(Of Coordinate3D), _ 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.