Geotools.Net

PrecisionModel.ToExternal Method (Coordinate, Coordinate)

Sets externalCoordinate to the external representation of internalCoordinate.

[Visual Basic]
Overloads Public Sub ToExternal( _
   ByVal internalCoordinate As Coordinate, _
   ByVal externalCoordinate As Coordinate _
)
[C#]
public void ToExternal(
   Coordinate internalCoordinate,
   Coordinate externalCoordinate
);

Parameters

internalCoordinate
The original coordinate.
externalCoordinate
The coordinate whose values will be changed to the external representation of internalCoordinate.

Remarks

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

See Also

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