[Neo4j] GSoC 2011 Neo4j Geoprocessing | Weekly Report #7

2011-07-16 Thread Andreas Wilhelm
Hi, This week I added just more spatial functions: ST_LengthInMeters ST_LengthInMiles ST_LongestLine ST_DistanceInMeters ST_DistanceInMiles ST_MaxDistance ST_MaxDistanceInMeter ST_MaxDistanceInMiles ST_ShortestLine ST_SymDifference ST_DelaunayTriangle ST_Difference ST_ConvexHull ST_Boundary

Re: [Neo4j] GSoC 2011 Neo4j Geoprocessing | Weekly Report #7

2011-07-16 Thread Peter Neubauer
Wilhelm, You are crunching it! Good work, hope to help out with the docs. /peter Sent from my phone. On Jul 16, 2011 9:56 AM, Andreas Wilhelm a...@kabelbw.de wrote: Hi, This week I added just more spatial functions: ST_LengthInMeters ST_LengthInMiles ST_LongestLine ST_DistanceInMeters

Re: [Neo4j] GSoC 2011 Neo4j Geoprocessing | Weekly Report #7

2011-07-16 Thread Peter Neubauer
Btw, Is this all generic or implemented for OSM only? /peter Sent from my phone. On Jul 16, 2011 9:56 AM, Andreas Wilhelm a...@kabelbw.de wrote: Hi, This week I added just more spatial functions: ST_LengthInMeters ST_LengthInMiles ST_LongestLine ST_DistanceInMeters ST_DistanceInMiles

Re: [Neo4j] GSoC 2011 Neo4j Geoprocessing | Weekly Report #7

2011-07-16 Thread Andreas Wilhelm
It should be working with all layers which are implementing the EditLayer or Layer interface, but I tested it only with OSMLayer. Am 16.07.2011 10:03, schrieb Peter Neubauer: Btw, Is this all generic or implemented for OSM only? /peter Sent from my phone. On Jul 16, 2011 9:56 AM, Andreas

Re: [Neo4j] GSoC 2011 Neo4j Geoprocessing | Weekly Report #7

2011-07-16 Thread Peter Neubauer
Ok, Cool, will take a look. /peter Sent from my phone. On Jul 16, 2011 12:49 PM, Andreas Wilhelm a...@kabelbw.de wrote: It should be working with all layers which are implementing the EditLayer or Layer interface, but I tested it only with OSMLayer. Am 16.07.2011 10:03, schrieb Peter

[Neo4j] GSoC 2011 Neo4j Geoprocessing | Weekly Report #7

2011-07-09 Thread Andreas Wilhelm
Hi, This week I wrote some overview documentation for the code review, added full delete operation for OSMLayer graph model - with relation rebuilding of the remaining geom nodes and added some more spatial type functions: ST_Area, ST_Box2D, ST_Buffer, ST_Centroid, ST_Length, ST_MaxX, ST_MinX,