Geotools.Net

PrecisionModel.Round Method 

Sets p1 to the value of external point p0 rounded to this precision model.

[Visual Basic]
Public Sub Round( _
   ByVal p0 As Coordinate, _
   ByVal p1 As Coordinate _
)
[C#]
public void Round(
   Coordinate p0,
   Coordinate p1
);

Parameters

p0
The original coordinate.
p1
The coordinate whose values will be changed to the external representation of internal.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.PrecisionModel.Round(Geotools.Geometries.Coordinate,Geotools.Geometries.Coordinate)

See Also

PrecisionModel Class | PrecisionModel Members | Geotools.Geometries Namespace