Class PrecisionReducerCoordinateOperation
Implements
Inherited Members
Namespace: NetTopologySuite.Precision
Assembly: NetTopologySuite.dll
Syntax
public class PrecisionReducerCoordinateOperation : GeometryEditor.CoordinateOperation, GeometryEditor.IGeometryEditorOperation
Constructors
| Edit this page View SourcePrecisionReducerCoordinateOperation(PrecisionModel, bool)
Declaration
public PrecisionReducerCoordinateOperation(PrecisionModel targetPrecModel, bool removeCollapsed)
Parameters
| Type | Name | Description |
|---|---|---|
| PrecisionModel | targetPrecModel | |
| bool | removeCollapsed |
Methods
| Edit this page View SourceEdit(Coordinate[], Geometry)
Edits the array of Coordinates from a Geometry.
Declaration
public override Coordinate[] Edit(Coordinate[] coordinates, Geometry geom)
Parameters
| Type | Name | Description |
|---|---|---|
| Coordinate[] | coordinates | The coordinate array to operate on. |
| Geometry | geom |
Returns
| Type | Description |
|---|---|
| Coordinate[] | An edited coordinate array (which may be the same as the input). |