Package org.locationtech.jts.util
Contains support classes for the Java Topology Suite.
-
Interface Summary Interface Description CollectionUtil.Function -
Class Summary Class Description Assert A utility for making programming assertions.CollectionUtil Utilities for processingCollection
s.CoordinateArrayFilter ACoordinateFilter
that creates an array containing every coordinate in aGeometry
.CoordinateCountFilter ACoordinateFilter
that counts the total number of coordinates in aGeometry
.Debug Provides routines to simplify and localize debugging output.Debug.SegmentFindingFilter GeometricShapeFactory Computes various kinds of common geometric shapes.GeometricShapeFactory.Dimensions Memory Utility functions to report JVM memory usage.NumberUtil ObjectCounter Counts occurrences of objects.ObjectCounter.Counter PriorityQueue A priority queue over a set ofComparable
objects.Stopwatch Implements a timer function which can compute elapsed time as well as split times.StringUtil Utility methods for working withString
s.UniqueCoordinateArrayFilter ACoordinateFilter
that builds a set ofCoordinate
s. -
Exception Summary Exception Description AssertionFailedException Thrown when the application is in an inconsistent state.