Geotools.Net

PrecisionModel.ToInternal Method (Coordinate)

Returns the fixed precise representation of externalCoordinate.

[Visual Basic]
Overloads Public Function ToInternal( _
   ByVal externalCoordinate As Coordinate _
) As Coordinate
[C#]
public Coordinate ToInternal(
   Coordinate externalCoordinate
);

Parameters

externalCoordinate
The original coordinate.

Return Value

Returns the coordinate whose values will be changed to the fixed precise representation of externalCoordinate.

Remarks

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

See Also

PrecisionModel Class | PrecisionModel Members | Geotools.Geometries Namespace | PrecisionModel.ToInternal Overload List