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 voidPolyshapeWriter. 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 voidJtsPolyshapeWriter. write(PolyshapeWriter.Encoder output, org.locationtech.jts.geom.Coordinate[] coord)protected voidJtsPolyshapeWriter. write(PolyshapeWriter.Encoder output, org.locationtech.jts.geom.CoordinateSequence coordseq)voidJtsPolyshapeWriter. write(PolyshapeWriter.Encoder output, org.locationtech.jts.geom.Geometry geom)protected voidJtsPolyshapeWriter. write(PolyshapeWriter.Encoder output, org.locationtech.jts.geom.Polygon p)voidJtsPolyshapeWriter. write(PolyshapeWriter.Encoder enc, Shape shape)
-