Uses of Class
org.locationtech.jts.io.twkb.TWKBWriter
Packages that use TWKBWriter
-
Uses of TWKBWriter in org.locationtech.jts.io.twkb
Methods in org.locationtech.jts.io.twkb that return TWKBWriterModifier and TypeMethodDescriptionTWKBWriter.setEncodeM
(boolean includeMDimension) TWKBWriter.setEncodeZ
(boolean includeZDimension) TWKBWriter.setIncludeBbox
(boolean includeBbox) Whether the generated TWKB should include a Bounding Box for the geometry.TWKBWriter.setIncludeSize
(boolean includeSize) Whether the generated TWKB should include the size in bytes of the geometry.TWKBWriter.setMPrecision
(int mprecision) Number of base-10 decimal places stored for M dimension.TWKBWriter.setXYPrecision
(int xyprecision) Number of base-10 decimal places stored for X and Y dimensions.TWKBWriter.setZPrecision
(int zprecision) Number of base-10 decimal places stored for Z dimension.