Class JtsShapeFactory.JtsMultiPointBuilder
- java.lang.Object
-
- org.locationtech.spatial4j.shape.jts.JtsShapeFactory.CoordinatesAccumulator<JtsShapeFactory.JtsMultiPointBuilder>
-
- org.locationtech.spatial4j.shape.jts.JtsShapeFactory.JtsMultiPointBuilder
-
- All Implemented Interfaces:
ShapeFactory.MultiPointBuilder
,ShapeFactory.PointsBuilder<ShapeFactory.MultiPointBuilder>
- Enclosing class:
- JtsShapeFactory
private class JtsShapeFactory.JtsMultiPointBuilder extends JtsShapeFactory.CoordinatesAccumulator<JtsShapeFactory.JtsMultiPointBuilder> implements ShapeFactory.MultiPointBuilder
-
-
Field Summary
-
Fields inherited from class org.locationtech.spatial4j.shape.jts.JtsShapeFactory.CoordinatesAccumulator
coordinates
-
-
Constructor Summary
Constructors Modifier Constructor Description private
JtsMultiPointBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Shape
build()
-
Methods inherited from class org.locationtech.spatial4j.shape.jts.JtsShapeFactory.CoordinatesAccumulator
getCoordsArray, getThis, pointXY, pointXYZ
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.locationtech.spatial4j.shape.ShapeFactory.PointsBuilder
pointLatLon, pointXY, pointXYZ
-
-
-
-
Method Detail
-
build
public Shape build()
- Specified by:
build
in interfaceShapeFactory.MultiPointBuilder
-
-