Geotools.Net

GeometryFactory.CreatePolygon Method (LinearRing)

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

[Visual Basic]
Overloads Public Function CreatePolygon( _
   ByVal shell As LinearRing _
) As Polygon
[C#]
public Polygon CreatePolygon(
   LinearRing shell
);

Parameters

shell
The linearring to be used to create the shell of the polygon.

Return Value

A new polygon.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.GeometryFactory.CreatePolygon(Geotools.Geometries.LinearRing)

See Also

GeometryFactory Class | GeometryFactory Members | Geotools.Geometries Namespace | GeometryFactory.CreatePolygon Overload List