Geotools.Net

GeometryFactory.CreatePolygon Method

Creates a polygon given a linearring representing the shell of the polygon.

Overload List

Creates a polygon given a linearring representing the shell of the polygon.

public Polygon CreatePolygon(LinearRing);

Creates a polygon given a linearring representing the shell of the polygon and an array of linearrings representing the interior holes of the polygon..

public Polygon CreatePolygon(LinearRing,LinearRing[]);

See Also

GeometryFactory Class | GeometryFactory Members | Geotools.Geometries Namespace