Interface GeometryProcessor


public interface GeometryProcessor
An interface to process geometries.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.locationtech.jts.geom.Geometry
    process(org.locationtech.jts.geom.Geometry geometry)
     
  • Method Details

    • process

      org.locationtech.jts.geom.Geometry process(org.locationtech.jts.geom.Geometry geometry)