Geotools.Net

PrecisionModel.ToString Method 

Writes out the string representation of this object. If IsFloating() is true, then ToString()returns "Floating". If not true, then ToString() returns "Fixed" plus the scale and offset values.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

Returns a description of this object.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.PrecisionModel.ToString

See Also

PrecisionModel Class | PrecisionModel Members | Geotools.Geometries Namespace