C# Class Geo.Geometries.Polygon

Inheritance: Geo.Abstractions.OgcGeometry, ISurface, IGeoJsonGeometry
Show file Open project: sibartlett/Geo Class Usage Examples

Public Properties

Property Type Description
Empty Polygon

Public Methods

Method Description
Equals ( object obj ) : bool
Equals ( object obj, SpatialEqualityOptions options ) : bool
GetArea ( ) : Area
GetBounds ( ) : Geo.Geometries.Envelope
GetHashCode ( ) : int
GetHashCode ( SpatialEqualityOptions options ) : int
Polygon ( ) : System.Collections.Generic
Polygon ( IEnumerable shell ) : System.Collections.Generic
Polygon ( Geo.Geometries.LinearRing shell ) : System.Collections.Generic
Polygon ( Geo.Geometries.LinearRing shell, IEnumerable holes ) : System.Collections.Generic
operator ( ) : bool

Method Details

Equals() public method

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

Equals() public method

public Equals ( object obj, SpatialEqualityOptions options ) : bool
obj object
options SpatialEqualityOptions
return bool

GetArea() public method

public GetArea ( ) : Area
return Area

GetBounds() public method

public GetBounds ( ) : Geo.Geometries.Envelope
return Geo.Geometries.Envelope

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetHashCode() public method

public GetHashCode ( SpatialEqualityOptions options ) : int
options SpatialEqualityOptions
return int

Polygon() public method

public Polygon ( ) : System.Collections.Generic
return System.Collections.Generic

Polygon() public method

public Polygon ( IEnumerable shell ) : System.Collections.Generic
shell IEnumerable
return System.Collections.Generic

Polygon() public method

public Polygon ( Geo.Geometries.LinearRing shell ) : System.Collections.Generic
shell Geo.Geometries.LinearRing
return System.Collections.Generic

Polygon() public method

public Polygon ( Geo.Geometries.LinearRing shell, IEnumerable holes ) : System.Collections.Generic
shell Geo.Geometries.LinearRing
holes IEnumerable
return System.Collections.Generic

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public static property

public static Polygon,Geo.Geometries Empty
return Polygon