Geotools.Net

MultiPoint.GetBoundary Method 

Returns the boundary, or the empty geometry if this Geometry is empty. For a discussion of this function, see the OpenGIS Simple Features Specification. As stated in SFS Section 2.1.13.1, "the boundary of a Geometry is a set of Geometries of the next lower dimension."

[Visual Basic]
Overrides Public Function GetBoundary() As Geometry Implements _
   IGeometry.GetBoundary
[C#]
public override Geometry GetBoundary();

Return Value

Returns the closure of the combinatorial boundary of this Geometry

Implements

IGeometry.GetBoundary

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.MultiPoint.GetBoundary

See Also

MultiPoint Class | MultiPoint Members | Geotools.Geometries Namespace