Method | Description | |
---|---|---|
Clone ( ) : |
Return a copy of this geometry
|
|
IsCCW ( ) : bool |
Tests whether a ring is oriented counter-clockwise.
|
|
IsPointWithin ( System.Point p ) : bool |
Returns true of the Point 'p' is within the instance of this ring
|
|
LinearRing ( ) : System |
Initializes an instance of a LinearRing
|
|
LinearRing ( IEnumerable |
Initializes an instance of a LinearRing from a set of vertices
|
|
LinearRing ( IEnumerable |
Initializes an instance of a LinearRing
|
public IsPointWithin ( System.Point p ) : bool | ||
p | System.Point | |
return | bool |
public LinearRing ( IEnumerable |
||
vertices | IEnumerable |
|
return | System |
public LinearRing ( IEnumerable |
||
points | IEnumerable |
|
return | System |