public final class PrjWriter extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
formatWKT(String wkt)
Returns the WKT in parameter into a Human-Readable OGC WKT form.
|
static String |
prettyRound(double number,
double tol)
Returns a String representing the number.
|
static String |
roundToString(double number,
double tol)
Deprecated.
this method is replaced by prettyRound, more precise
|
@Deprecated public static String roundToString(double number, double tol)
number - the double to transformtol - the tolerancepublic static String prettyRound(double number, double tol)
number - the double to transformCopyright © 2019 CNRS. All rights reserved.