Class PointBuilder
java.lang.Object
org.springframework.data.neo4j.types.PointBuilder
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
-
Method Summary
Modifier and TypeMethodDescriptionbuild(Coordinate coordinate) static PointBuilderwithSrid(int srid)
-
Method Details
-
withSrid
-
build
-