public class OnePointsBuilder extends Object implements ShapeFactory.PointsBuilder<OnePointsBuilder>
ShapeReaders.| Constructor and Description |
|---|
OnePointsBuilder(ShapeFactory shapeFactory) |
| Modifier and Type | Method and Description |
|---|---|
Point |
getPoint() |
OnePointsBuilder |
pointXY(double x,
double y) |
OnePointsBuilder |
pointXYZ(double x,
double y,
double z) |
public OnePointsBuilder(ShapeFactory shapeFactory)
public OnePointsBuilder pointXY(double x, double y)
pointXY in interface ShapeFactory.PointsBuilder<OnePointsBuilder>ShapeFactory.pointXY(double, double)public OnePointsBuilder pointXYZ(double x, double y, double z)
pointXYZ in interface ShapeFactory.PointsBuilder<OnePointsBuilder>ShapeFactory.pointXYZ(double, double, double)public Point getPoint()
Copyright © 2025 LocationTech. All rights reserved.