Package org.locationtech.spatial4j.shape
Interface ShapeFactory.LineStringBuilder
- All Superinterfaces:
ShapeFactory.PointsBuilder<ShapeFactory.LineStringBuilder>
- All Known Implementing Classes:
JtsShapeFactory.JtsLineStringBuilder
- Enclosing interface:
ShapeFactory
public static interface ShapeFactory.LineStringBuilder
extends ShapeFactory.PointsBuilder<ShapeFactory.LineStringBuilder>
- See Also:
-
Method Summary
Methods inherited from interface org.locationtech.spatial4j.shape.ShapeFactory.PointsBuilder
pointLatLon, pointXY, pointXYZ
-
Method Details
-
buffer
-
build
Shape build()
-