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 some
ShapeReader
s.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPoint()
pointLatLon
(double latitude, double longitude) pointXY
(double x, double y) pointXYZ
(double x, double y, double z)
-
Field Details
-
shapeFactory
-
point
-
-
Constructor Details
-
OnePointsBuilder
-
-
Method Details
-
pointXY
- Specified by:
pointXY
in interfaceShapeFactory.PointsBuilder<OnePointsBuilder>
- See Also:
-
pointXYZ
- Specified by:
pointXYZ
in interfaceShapeFactory.PointsBuilder<OnePointsBuilder>
- See Also:
-
pointLatLon
- Specified by:
pointLatLon
in interfaceShapeFactory.PointsBuilder<OnePointsBuilder>
- See Also:
-
getPoint
-