Uses of Class
org.locationtech.jts.io.OrdinateFormat
-
Packages that use OrdinateFormat Package Description org.locationtech.jts.io Contains the interfaces for converting JTS objects to and from other formats. -
-
Uses of OrdinateFormat in org.locationtech.jts.io
Fields in org.locationtech.jts.io declared as OrdinateFormat Modifier and Type Field Description static OrdinateFormat
OrdinateFormat. DEFAULT
The default formatter using the maximum number of digits in the fraction portion of a number.Methods in org.locationtech.jts.io that return OrdinateFormat Modifier and Type Method Description static OrdinateFormat
OrdinateFormat. create(int maximumFractionDigits)
Creates a new formatter with the given maximum number of digits in the fraction portion of a number.
-