The WKTWriter
outputs coordinates rounded to the precision model. Only the maximum number of decimal places necessary to represent the ordinates to the required precision will be output.
The SFS WKT spec does not define a special tag for {@link LinearRing}s. Under the spec, rings are output as LINESTRING
s. In order to allow precisely specifying constructed geometries, JTS supports a non-standard LINEARRING
tag which is used to output LinearRings.
@version 1.7
@see WKTReader
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|