Show / Hide Table of Contents

Class Polygon

Represents a polygon.

Inheritance
System.Object
Polygon
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Polygon

Properties

ExteriorRing

The exterior ring.

Declaration
public List<Coordinate> ExteriorRing { get; set; }
Property Value
List<Coordinate>

InteriorRings

The interior rings.

Declaration
public List<List<Coordinate>> InteriorRings { get; set; }
Property Value
List<List<Coordinate>>

Back to top Built by Itinero, MIT licensed.