| Package | Description |
|---|---|
| org.locationtech.jts.io.twkb |
| Modifier and Type | Method and Description |
|---|---|
TWKBWriter |
TWKBWriter.setEncodeM(boolean includeMDimension) |
TWKBWriter |
TWKBWriter.setEncodeZ(boolean includeZDimension) |
TWKBWriter |
TWKBWriter.setIncludeBbox(boolean includeBbox)
Whether the generated TWKB should include a Bounding Box for the geometry.
|
TWKBWriter |
TWKBWriter.setIncludeSize(boolean includeSize)
Whether the generated TWKB should include the size in bytes of the geometry.
|
TWKBWriter |
TWKBWriter.setMPrecision(int mprecision)
Number of base-10 decimal places stored for M dimension.
|
TWKBWriter |
TWKBWriter.setXYPrecision(int xyprecision)
Number of base-10 decimal places stored for X and Y dimensions.
|
TWKBWriter |
TWKBWriter.setZPrecision(int zprecision)
Number of base-10 decimal places stored for Z dimension.
|
Copyright © 2022. All rights reserved.