Uses of Class
org.locationtech.jts.io.OrdinateFormat
Packages that use OrdinateFormat
Package
Description
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 OrdinateFormatModifier and TypeFieldDescriptionstatic 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 OrdinateFormatModifier and TypeMethodDescriptionstatic OrdinateFormat
OrdinateFormat.create
(int maximumFractionDigits) Creates a new formatter with the given maximum number of digits in the fraction portion of a number.