Uses of Class
org.locationtech.spatial4j.io.PolyshapeWriter.Encoder
-
Packages that use PolyshapeWriter.Encoder Package Description org.locationtech.spatial4j.io 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, Coordinate[] coord)protected voidJtsPolyshapeWriter. write(PolyshapeWriter.Encoder output, CoordinateSequence coordseq)voidJtsPolyshapeWriter. write(PolyshapeWriter.Encoder output, Geometry geom)protected voidJtsPolyshapeWriter. write(PolyshapeWriter.Encoder output, Polygon p)voidJtsPolyshapeWriter. write(PolyshapeWriter.Encoder enc, Shape shape)
-