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 -
Method Summary
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
-
Constructor Details
-
JtsMultiPointBuilder
private JtsMultiPointBuilder()
-
-
Method Details
-
build
- Specified by:
build
in interfaceShapeFactory.MultiPointBuilder
-