Class JtsShapeFactory.JtsMultiShapeBuilder<T extends Shape>
- java.lang.Object
-
- org.locationtech.spatial4j.shape.impl.ShapeFactoryImpl.GeneralShapeMultiShapeBuilder<T>
-
- org.locationtech.spatial4j.shape.jts.JtsShapeFactory.JtsMultiShapeBuilder<T>
-
- All Implemented Interfaces:
ShapeFactory.MultiLineStringBuilder,ShapeFactory.MultiPointBuilder,ShapeFactory.MultiPolygonBuilder,ShapeFactory.MultiShapeBuilder<T>,ShapeFactory.PointsBuilder<ShapeFactory.MultiPointBuilder>
- Enclosing class:
- JtsShapeFactory
private class JtsShapeFactory.JtsMultiShapeBuilder<T extends Shape> extends ShapeFactoryImpl.GeneralShapeMultiShapeBuilder<T>
-
-
Field Summary
-
Fields inherited from class org.locationtech.spatial4j.shape.impl.ShapeFactoryImpl.GeneralShapeMultiShapeBuilder
shapes
-
-
Constructor Summary
Constructors Modifier Constructor Description privateJtsMultiShapeBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Shapebuild()-
Methods inherited from class org.locationtech.spatial4j.shape.impl.ShapeFactoryImpl.GeneralShapeMultiShapeBuilder
add, add, add, lineString, pointLatLon, pointXY, pointXYZ, polygon
-
-
-
-
Method Detail
-
build
public Shape build()
- Specified by:
buildin interfaceShapeFactory.MultiLineStringBuilder- Specified by:
buildin interfaceShapeFactory.MultiPointBuilder- Specified by:
buildin interfaceShapeFactory.MultiPolygonBuilder- Specified by:
buildin interfaceShapeFactory.MultiShapeBuilder<T extends Shape>- Overrides:
buildin classShapeFactoryImpl.GeneralShapeMultiShapeBuilder<T extends Shape>
-
-