Geotools.Net

GeometryFactory.CreatePolygon Method (LinearRing, 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..

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

Parameters

shell
The linearring to be used to create the shell of the polygon.
holes
The array of linearrings to be used to create the interior holes of the polygon.

Return Value

Missing <returns> documentation for M:Geotools.Geometries.GeometryFactory.CreatePolygon(Geotools.Geometries.LinearRing,Geotools.Geometries.LinearRing[])

Remarks

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

See Also

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