Geotools.Net

RobustCGAlgorithms Members

Public Static (Shared) Methods

OrientationIndexMissing <summary> documentation for M:Geotools.Algorithms.RobustCGAlgorithms.OrientationIndex(Geotools.Geometries.Coordinate,Geotools.Geometries.Coordinate,Geotools.Geometries.Coordinate)

Public Instance Constructors

RobustCGAlgorithms Constructor Initializes a new instance of the RobustCGAlgorithms.

Public Instance Methods

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 This algorithm does not attempt to first check the point against the envelope of the ring.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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.

See Also

RobustCGAlgorithms Class | Geotools.Algorithms Namespace