Class GeometryTools


  • public class GeometryTools
    extends Object
    • Constructor Detail

      • GeometryTools

        public GeometryTools()
    • Method Detail

      • createPointGeometry

        public static org.locationtech.jts.geom.Geometry createPointGeometry​(double x,
                                                                             double y,
                                                                             org.locationtech.jts.geom.GeometryFactory gf)
        Create a single point geometry instance.
        Parameters:
        x -
        y -
        gf -
        Returns:
      • createGeometry

        public static org.locationtech.jts.geom.Geometry createGeometry​(String wkt)
                                                                 throws org.locationtech.jts.io.ParseException
        Throws:
        org.locationtech.jts.io.ParseException