Re: [Neo4j] Neo4j Spatial: get geometry of a node

2015-08-10 Thread Craig Taverner
How about: Geometry geometry = layer.getGeometryEncoder().decodeGeometry( node ); On Sun, Aug 9, 2015 at 2:16 PM, Alireza Rezaei Mahdiraji < alireza...@gmail.com> wrote: > > Hi, > > I have a node and I am trying to find its geometry (having layer and > spatial db service). > > Though, getting n

[Neo4j] Neo4j Spatial: get geometry of a node

2015-08-09 Thread Alireza Rezaei Mahdiraji
Hi, I have a node and I am trying to find its geometry (having layer and spatial db service). Though, getting nodes from SpatialDatabaseRecord is straightforward (using getGeomNode method), the other way around is not clear to me. Cheers, Alireza -- You received this message because you