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 JtsShapeFactory.CoordinatesAccumulator
coordinates -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class JtsShapeFactory.CoordinatesAccumulator
getCoordsArray, getThis, pointXY, pointXYZMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ShapeFactory.PointsBuilder
pointLatLon, pointXY, pointXYZ
-
Constructor Details
-
JtsMultiPointBuilder
private JtsMultiPointBuilder()
-
-
Method Details
-
build
- Specified by:
buildin interfaceShapeFactory.MultiPointBuilder
-