Class SortingFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.SortingFunctions
-
public class SortingFunctions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
SortingFunctions.GeometryAreaComparator
private static class
SortingFunctions.GeometryLengthComparator
-
Constructor Summary
Constructors Constructor Description SortingFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.util.List
components(Geometry g)
static Geometry
sortByArea(Geometry g)
static Geometry
sortByLength(Geometry g)
-