Class CoordinateArrayFilter
A CoordinateFilter
that creates an array containing every coordinate in a Geometry
.
Implements
Inherited Members
Namespace: NetTopologySuite.Utilities
Assembly: NetTopologySuite.dll
Syntax
public class CoordinateArrayFilter : ICoordinateFilter
Constructors
| Improve this Doc View SourceCoordinateArrayFilter(Int32)
Constructs a CoordinateArrayFilter
.
Declaration
public CoordinateArrayFilter(int size)
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | The number of points that the |
Properties
| Improve this Doc View SourceCoordinates
Returns the Coordinate
s collected by this CoordinateArrayFilter
.
Declaration
public Coordinate[] Coordinates { get; }
Property Value
Type | Description |
---|---|
Coordinate[] |
Methods
| Improve this Doc View SourceFilter(Coordinate)
Declaration
public void Filter(Coordinate coord)
Parameters
Type | Name | Description |
---|---|---|
Coordinate | coord |