Package com.graphdbapi.values.storable
Class CypherPoint
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.storable.CypherValue
-
- com.graphdbapi.values.storable.CypherPoint
-
- All Implemented Interfaces:
com.graphdbapi.memory.MemoryEstimable
public abstract class CypherPoint extends CypherValue
Driver传输geoGraphicPoint、cartesianPoint类型的对象。
-
-
Constructor Summary
Constructors Constructor Description CypherPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]
coordinate()
-
Methods inherited from class com.graphdbapi.values.storable.CypherValue
asObjectCopy
-
Methods inherited from class com.graphdbapi.values.CypherAny
getMemorySize
-
-