LinearRing.LinearRing

LinearRing()

Initializes a new instance of the LinearRing class.

public LinearRing()

See Also


LinearRing(ILineString)

Initializes a new instance of the LinearRing class.

public LinearRing(ILineString other)
ParameterTypeDescription
otherILineStringThe other line to copy data from.

Exceptions

exceptioncondition
ArgumentNullExceptionThe argument is null.

See Also


LinearRing(IEnumerable<IPoint>)

Initializes a new instance of the LinearRing class.

public LinearRing(IEnumerable<IPoint> collection)
ParameterTypeDescription
collectionIEnumerable`1The collection of points.

Exceptions

exceptioncondition
ArgumentNullExceptionThe argument is null.

See Also