Class CoordinateCountFilter
A CoordinateFilter
that counts the total number of coordinates
in a Geometry
.
Implements
Inherited Members
Namespace: NetTopologySuite.Utilities
Assembly: NetTopologySuite.dll
Syntax
public class CoordinateCountFilter : ICoordinateFilter
Properties
| Edit this page View SourceCount
Returns the result of the filtering.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
int |
Methods
| Edit this page View SourceFilter(Coordinate)
Declaration
public void Filter(Coordinate coord)
Parameters
Type | Name | Description |
---|---|---|
Coordinate | coord |