Package org.locationtech.spatial4j.io
Class OnePointsBuilder
- java.lang.Object
-
- org.locationtech.spatial4j.io.OnePointsBuilder
-
- All Implemented Interfaces:
ShapeFactory.PointsBuilder<OnePointsBuilder>
public class OnePointsBuilder extends Object implements ShapeFactory.PointsBuilder<OnePointsBuilder>
INTERNAL class used by someShapeReader
s.
-
-
Constructor Summary
Constructors Constructor Description OnePointsBuilder(ShapeFactory shapeFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point
getPoint()
OnePointsBuilder
pointXY(double x, double y)
OnePointsBuilder
pointXYZ(double x, double y, double z)
-
-
-
Constructor Detail
-
OnePointsBuilder
public OnePointsBuilder(ShapeFactory shapeFactory)
-
-
Method Detail
-
pointXY
public OnePointsBuilder pointXY(double x, double y)
- Specified by:
pointXY
in interfaceShapeFactory.PointsBuilder<OnePointsBuilder>
- See Also:
ShapeFactory.pointXY(double, double)
-
pointXYZ
public OnePointsBuilder pointXYZ(double x, double y, double z)
- Specified by:
pointXYZ
in interfaceShapeFactory.PointsBuilder<OnePointsBuilder>
- See Also:
ShapeFactory.pointXYZ(double, double, double)
-
getPoint
public Point getPoint()
-
-