Uses of Class
org.locationtech.spatial4j.io.PolyshapeWriter.Encoder
Packages that use PolyshapeWriter.Encoder
Package
Description
Reading & writing shapes in various forms.
-
Uses of PolyshapeWriter.Encoder in org.locationtech.spatial4j.io
Methods in org.locationtech.spatial4j.io with parameters of type PolyshapeWriter.EncoderModifier and TypeMethodDescriptionvoid
PolyshapeWriter.write
(PolyshapeWriter.Encoder enc, Shape shape) -
Uses of PolyshapeWriter.Encoder in org.locationtech.spatial4j.io.jts
Methods in org.locationtech.spatial4j.io.jts with parameters of type PolyshapeWriter.EncoderModifier and TypeMethodDescriptionprotected void
JtsPolyshapeWriter.write
(PolyshapeWriter.Encoder output, org.locationtech.jts.geom.Coordinate[] coord) protected void
JtsPolyshapeWriter.write
(PolyshapeWriter.Encoder output, org.locationtech.jts.geom.CoordinateSequence coordseq) void
JtsPolyshapeWriter.write
(PolyshapeWriter.Encoder output, org.locationtech.jts.geom.Geometry geom) protected void
JtsPolyshapeWriter.write
(PolyshapeWriter.Encoder output, org.locationtech.jts.geom.Polygon p) void
JtsPolyshapeWriter.write
(PolyshapeWriter.Encoder enc, Shape shape)