public PolygonBuilderEx( IEnumerable<Coordinate3D> coordinate3Ds, SpatialReference spatialReference )
Public Function New( _ ByVal coordinate3Ds As IEnumerable(Of Coordinate3D), _ Optional ByVal spatialReference As SpatialReference _ )
Parameters
- coordinate3Ds
- Coordinates for the first ring. Line segments are constructed from the coordinates.
- spatialReference
- (Optional) The SpatialReference. The default value is null.