Uses of Class
org.locationtech.spatial4j.io.PolyshapeWriter.Encoder
-
Packages that use PolyshapeWriter.Encoder Package Description org.locationtech.spatial4j.io Reading & writing shapes in various forms.org.locationtech.spatial4j.io.jts -
-
Uses of PolyshapeWriter.Encoder in org.locationtech.spatial4j.io
Methods in org.locationtech.spatial4j.io with parameters of type PolyshapeWriter.Encoder Modifier and Type Method Description void
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.Encoder Modifier and Type Method Description protected 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)
-