Class PointGeometryUnion
Inheritance
PointGeometryUnion
Assembly: NetTopologySuite.dll
Syntax
public class PointGeometryUnion
Constructors
|
Improve this Doc
View Source
PointGeometryUnion(IPuntal, Geometry)
Declaration
public PointGeometryUnion(IPuntal pointGeom, Geometry otherGeom)
Parameters
Methods
|
Improve this Doc
View Source
Union()
Declaration
Returns
|
Improve this Doc
View Source
Union(IPuntal, Geometry)
Computes the union of a Point geometry with
another arbitrary Geometry.
Does not copy any component geometries.
Declaration
public static Geometry Union(IPuntal pointGeom, Geometry otherGeom)
Parameters
Returns