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 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.
-