NonRobustCGAlgorithms Constructor | Initializes a new instance of the NonRobustCGAlgorithms class. |
ComputeOrientation | Computes the orientation of a point q to the directed line segment p1-p2. The orientation of a point relative to a directed line segment indicates which way you turn to get to q after traveling from p1 to p2. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IsCCW | Tests whether a ring is oriented counter-clockwise. |
IsOnLine | Tests whether a point lies on a linestring. |
IsPointInRing | Tests whether a point lies inside a simple polygon (ring). The ring may be oriented in either direction. If the point lies on the ring boundary the result of this method is unspecified. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
NonRobustCGAlgorithms Class | Geotools.Algorithms Namespace