Property | Type | Description | |
---|---|---|---|
Empty |
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 |
||
Polygon ( Geo.Geometries.LinearRing shell ) : System.Collections.Generic | ||
Polygon ( Geo.Geometries.LinearRing shell, IEnumerable |
||
operator ( ) : bool |
public Equals ( object obj, SpatialEqualityOptions options ) : bool | ||
obj | object | |
options | SpatialEqualityOptions | |
return | bool |
public GetBounds ( ) : Geo.Geometries.Envelope | ||
return | Geo.Geometries.Envelope |
public GetHashCode ( SpatialEqualityOptions options ) : int | ||
options | SpatialEqualityOptions | |
return | int |
public Polygon ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Polygon ( IEnumerable |
||
shell | IEnumerable |
|
return | System.Collections.Generic |
public Polygon ( Geo.Geometries.LinearRing shell ) : System.Collections.Generic | ||
shell | Geo.Geometries.LinearRing | |
return | System.Collections.Generic |
public Polygon ( Geo.Geometries.LinearRing shell, IEnumerable |
||
shell | Geo.Geometries.LinearRing | |
holes | IEnumerable |
|
return | System.Collections.Generic |