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
Afficher le fichier Open project: DigitalGlobe/DGConnect-ESRI Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Polygon ( List coordinates ) : System

Initializes a new instance of the Polygon class.

operator ( ) : bool

Méthodes protégées

Méthode Description
Equals ( Polygon other ) : bool

Method Details

Equals() protected méthode

protected Equals ( Polygon other ) : bool
other Polygon
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Polygon() public méthode

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). ///
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool