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 OnePointsBuilderOnePointsBuilder. pointLatLon(double latitude, double longitude)OnePointsBuilderOnePointsBuilder. pointXY(double x, double y)OnePointsBuilderOnePointsBuilder. pointXYZ(double x, double y, double z)
-