Package | Description |
---|---|
org.locationtech.jts.io |
Contains the interfaces for converting JTS objects to and from other formats.
|
Modifier and Type | Field and Description |
---|---|
static OrdinateFormat |
OrdinateFormat.DEFAULT
The default formatter using the maximum number of digits in the fraction portion of a number.
|
Modifier and Type | Method and 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.
|
Copyright © 2024. All rights reserved.