C# Class DataInterop.MultiPolygon

Defines the MultiPolygon type.
Inheritance: GeoJSONObject, IGeometryObject
Show file Open project: DigitalGlobe/DGConnect-ESRI Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MultiPolygon ( ) : System
MultiPolygon ( List polygons ) : System

Initializes a new instance of the MultiPolygon class.

operator ( ) : bool

Protected Methods

Method Description
Equals ( MultiPolygon other ) : bool

Method Details

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

MultiPolygon() public method

public MultiPolygon ( ) : System
return System

MultiPolygon() public method

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

operator() public static method

public static operator ( ) : bool
return bool