Class PointBuilder

java.lang.Object
org.springframework.data.neo4j.types.PointBuilder

@API(status=STABLE, since="6.0") public final class PointBuilder extends Object
A builder for points, so that coordinates and optionally a coordinate system can be configured. Dependening on the coordinate system, GeographicPoint2d or GeographicPoint3d will be created, cartesian points otherwise.
Since:
6.0
Author:
Michael J. Simons