Geotools.Net

Geometry.Normalize Method 

Converts this Geometry to normal form (or canonical form).

[Visual Basic]
MustOverride Public Sub Normalize()
[C#]
public abstract void Normalize();

Remarks

Normal form is a unique representation for Geometry's. It can be used to test whether two Geometrys are equal in a way that is independent of the ordering of the coordinates within them. Normal form equality is a stronger condition than topological equality, but weaker than pointwise equality. The definitions for normal form use the standard lexicographical ordering for coordinates. Sorted in order of coordinates means the obvious extension of this ordering to sequences of coordinates.

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace