Class PreparedGeometryFactory

java.lang.Object
org.locationtech.jts.geom.prep.PreparedGeometryFactory

public class PreparedGeometryFactory extends Object
A factory for creating PreparedGeometrys. It chooses an appropriate implementation of PreparedGeometry based on the geometric type of the input geometry.

In the future, the factory may accept hints that indicate special optimizations which can be performed.

  • Constructor Details

    • PreparedGeometryFactory

      public PreparedGeometryFactory()
  • Method Details