public class PointGeometryUnion
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private GeometryFactory |
geomFact |
private Geometry |
otherGeom |
private Geometry |
pointGeom |
Constructor and Description |
---|
PointGeometryUnion(Puntal pointGeom,
Geometry otherGeom) |
Modifier and Type | Method and Description |
---|---|
Geometry |
union() |
static Geometry |
union(Puntal pointGeom,
Geometry otherGeom) |
private Geometry pointGeom
private Geometry otherGeom
private GeometryFactory geomFact