Class PointValue

All Implemented Interfaces:
org.neo4j.driver.internal.AsValue, InternalValue, MapAccessor, MapAccessorWithDefaultValue, Value

public class PointValue extends ObjectValueAdapter<Point>
  • Constructor Details

    • PointValue

      public PointValue(Point point)
  • Method Details

    • asPoint

      public Point asPoint()
      Specified by:
      asPoint in interface Value
      Overrides:
      asPoint in class ValueAdapter
      Returns:
      the value as a Point, if possible.
    • type

      public Type type()
      Returns:
      The type of this value as defined in the Neo4j type system