C# Class DataInterop.MultiPolygon

Defines the MultiPolygon type.
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
MultiPolygon ( ) : System
MultiPolygon ( List polygons ) : System

Initializes a new instance of the MultiPolygon class.

operator ( ) : bool

Méthodes protégées

Méthode Description
Equals ( MultiPolygon other ) : bool

Method Details

Equals() protected méthode

protected Equals ( MultiPolygon other ) : bool
other MultiPolygon
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

MultiPolygon() public méthode

public MultiPolygon ( ) : System
Résultat System

MultiPolygon() public méthode

Initializes a new instance of the MultiPolygon class.
public MultiPolygon ( List polygons ) : System
polygons List The polygons contained in this MultiPolygon.
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool