Class PointGeometryUnion

java.lang.Object
org.locationtech.jts.operation.union.PointGeometryUnion

public class PointGeometryUnion extends Object
Computes the union of a Puntal geometry with another arbitrary Geometry. Does not copy any component geometries.
Author:
mbdavis
  • Constructor Details

    • PointGeometryUnion

      public PointGeometryUnion(Puntal pointGeom, Geometry otherGeom)
  • Method Details