Creates a new linear ring given a set of coordinates.
[Visual Basic]
Public Function CreateLinearRing( _
ByVal coordinates As Coordinates _
) As LinearRing
A new linear ring.
Throws an argument exception if the number of coordiates is less than 1.
GeometryFactory Class | GeometryFactory Members | Geotools.Geometries Namespace