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
| Improve this Doc View SourceCount
Returns the result of the filtering.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
| Improve this Doc View SourceFilter(Coordinate)
Declaration
public void Filter(Coordinate coord)
Parameters
Type | Name | Description |
---|---|---|
Coordinate | coord |