Creates a polygon given a linearring representing the shell of the polygon.
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[]);
GeometryFactory Class | GeometryFactory Members | Geotools.Geometries Namespace