Package org.locationtech.spatial4j.shape
Interface ShapeFactory.MultiShapeBuilder<T extends Shape>
-
- All Known Implementing Classes:
JtsShapeFactory.JtsMultiShapeBuilder
,ShapeFactoryImpl.GeneralShapeMultiShapeBuilder
- Enclosing interface:
- ShapeFactory
public static interface ShapeFactory.MultiShapeBuilder<T extends Shape>
- See Also:
ShapeFactory.multiShape(Class)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShapeFactory.MultiShapeBuilder<T>
add(T shape)
Shape
build()
-
-
-
Method Detail
-
add
ShapeFactory.MultiShapeBuilder<T> add(T shape)
-
build
Shape build()
-
-