C# Class DataInterop.Polygon

Defines the Polygon type. Coordinates of a Polygon are a list of linear rings coordinate arrays. The first element in the array represents the exterior ring. Any subsequent elements represent interior rings (or holes).
Inheritance: GeoJSONObject, IGeometryObject
Datei anzeigen Open project: DigitalGlobe/DGConnect-ESRI Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Polygon ( List coordinates ) : System

Initializes a new instance of the Polygon class.

operator ( ) : bool

Protected Methods

Method Description
Equals ( Polygon other ) : bool

Method Details

Equals() protected method

protected Equals ( Polygon other ) : bool
other Polygon
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Polygon() public method

Initializes a new instance of the Polygon class.
public Polygon ( List coordinates ) : System
coordinates List /// The linear rings with the first element /// in the array representing the exterior ring. Any subsequent elements represent interior rings (or holes). ///
return System

operator() public static method

public static operator ( ) : bool
return bool