Uses of Class
org.locationtech.spatial4j.io.OnePointsBuilder
-
Packages that use OnePointsBuilder Package Description org.locationtech.spatial4j.io Reading & writing shapes in various forms. -
-
Uses of OnePointsBuilder in org.locationtech.spatial4j.io
Methods in org.locationtech.spatial4j.io that return OnePointsBuilder Modifier and Type Method Description OnePointsBuilder
OnePointsBuilder. pointLatLon(double latitude, double longitude)
OnePointsBuilder
OnePointsBuilder. pointXY(double x, double y)
OnePointsBuilder
OnePointsBuilder. pointXYZ(double x, double y, double z)
-