Class ConnectedElementPointFilter
- Namespace
- NetTopologySuite.Operation.Distance
- Assembly
- NetTopologySuite.dll
Extracts a single point from each connected element in a Geometry (e.g. a polygon, linestring or point) and returns them in a list
public class ConnectedElementPointFilter : IGeometryFilter
- Inheritance
-
ConnectedElementPointFilter
- Implements
- Inherited Members
Methods
Filter(Geometry)
public void Filter(Geometry geom)
Parameters
geom
Geometry
GetCoordinates(Geometry)
Returns a list containing a Coordinate from each Polygon, LineString, and Point found inside the specified point. Thus, if the specified point is not a GeometryCollection, an empty list will be returned.
public static IList<Coordinate> GetCoordinates(Geometry geom)
Parameters
geom
Geometry