Wraps a
for comparaison purpose.
The sorting order tries to favor a right-handed system. Compass directions like
or
are first,
and vertical or temporal directions like
are last.
version: $Id: ComparableAxisWrapper.java 24683 2007-03-06 06:02:15Z desruisseaux $ author: Martin Desruisseaux
Compares with the specified object. See class javadoc
for a description of the sorting order.
sort
public static boolean sort(CoordinateSystemAxis[] axis)(Code)
Sorts the specified axis in an attempt to create a right-handed system.
The sorting is performed in place. This method returns
true if
at least one axis moved.