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:
ShapeFactory.lineString()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShapeFactory.LineStringBuilder
buffer(double distance)
Shape
build()
-
Methods inherited from interface org.locationtech.spatial4j.shape.ShapeFactory.PointsBuilder
pointLatLon, pointXY, pointXYZ
-
-
-
-
Method Detail
-
buffer
ShapeFactory.LineStringBuilder buffer(double distance)
-
build
Shape build()
-
-