Returns whether this Geometry is greater than, equal to, or less than another Geometry. If their classes are different, they are compared using the following ordering:
[Visual Basic]
Overridable Public Function CompareTo( _
ByVal obj As Object _
) As Integer Implements _
IComparable.CompareTo
Returns a positive number, 0, or a negative number, depending on whether this object is greater than, equal to, or less than the other geometry.
Missing <remarks> documentation for M:Geotools.Geometries.Geometry.CompareTo(System.Object)
Geometry Class | Geometry Members | Geotools.Geometries Namespace