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