C# Class Geo.Geometries.Polygon

Inheritance: Geo.Abstractions.OgcGeometry, ISurface, IGeoJsonGeometry
Afficher le fichier Open project: sibartlett/Geo Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty Polygon

Méthodes publiques

Méthode 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 méthode

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

Equals() public méthode

public Equals ( object obj, SpatialEqualityOptions options ) : bool
obj object
options SpatialEqualityOptions
Résultat bool

GetArea() public méthode

public GetArea ( ) : Area
Résultat Area

GetBounds() public méthode

public GetBounds ( ) : Geo.Geometries.Envelope
Résultat Geo.Geometries.Envelope

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetHashCode() public méthode

public GetHashCode ( SpatialEqualityOptions options ) : int
options SpatialEqualityOptions
Résultat int

Polygon() public méthode

public Polygon ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Polygon() public méthode

public Polygon ( IEnumerable shell ) : System.Collections.Generic
shell IEnumerable
Résultat System.Collections.Generic

Polygon() public méthode

public Polygon ( Geo.Geometries.LinearRing shell ) : System.Collections.Generic
shell Geo.Geometries.LinearRing
Résultat System.Collections.Generic

Polygon() public méthode

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

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

public static Polygon,Geo.Geometries Empty
Résultat Polygon