Class GeocoordPrecision
- java.lang.Object
-
- org.opensextant.extractors.xcoord.GeocoordPrecision
-
public class GeocoordPrecision extends java.lang.Object
- Author:
- ubaldino
-
-
Constructor Summary
Constructors Constructor Description GeocoordPrecision()
-
Method Summary
Modifier and Type Method Description void
setDigits(int d)
Augment number of digits in precision -- choose the maximum amount if in coord (a,b) if a has more digits of precision than b, use a's precision.
-
-
-
Method Detail
-
setDigits
public void setDigits(int d)
Augment number of digits in precision -- choose the maximum amount if in coord (a,b) if a has more digits of precision than b, use a's precision. This is really only a matter of typos, where typist may have added 4 digits instead of 5, for example.- Parameters:
d
-
-
-