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