Package org.geotools.process.geometry
Geometry processing support for the GeoTools library.
These geometry operations are made available as:
- static methods for direct use in your code
- ProcessFactory for use in dynamic systems
-
Class Summary Class Description CenterLine CenterLineProcess GeometryFunctions A set of static functions providing the implementation of processes exposed by theGeometryProcessFactory
.GeometryProcessFactory A process factory exposing all the annotated methods inGeometryFunctions
PolygonLabelFunction PolygonLabelFunctionFactory PolygonLabelProcess Based on Vladimir Agafonkin's Algorithm https://www.mapbox.com/blog/polygon-center/PolyLabeller Formerly, based on Vladimir Agafonkin's Algorithm https://www.mapbox.com/blog/polygon-center/Skeletonize SkeletonizeProcess