Polygon.Polygon

Polygon()

Initializes a new instance of the Polygon class.

public Polygon()

See Also


Polygon(ILinearRing)

Initializes a new instance of the Polygon class.

public Polygon(ILinearRing exteriorRing)
ParameterTypeDescription
exteriorRingILinearRingThe exterior ring.

Exceptions

exceptioncondition
ArgumentNullExceptionThe argument is null.

See Also


Polygon(ILinearRing, IEnumerable<ILinearRing>)

Initializes a new instance of the Polygon class.

public Polygon(ILinearRing exteriorRing, IEnumerable<ILinearRing> interiorRings)
ParameterTypeDescription
exteriorRingILinearRingThe exterior ring.
interiorRingsIEnumerable`1The interior rings.

Exceptions

exceptioncondition
ArgumentNullExceptionThe argument is null.

See Also