com.vividsolutions.jts.operation.union
Class PointGeometryUnion
java.lang.Object
com.vividsolutions.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PointGeometryUnion
public PointGeometryUnion(Puntal pointGeom,
Geometry otherGeom)
union
public static Geometry union(Puntal pointGeom,
Geometry otherGeom)
union
public Geometry union()
Copyright © 2011. All Rights Reserved.