@@ -11,7 +11,7 @@ project, simply package the project with maven:
1111
1212 mvn clean package
1313
14- This will produce a jar-file, ` neo4jh3-0.5.0-SNAPSHOT .jar ` ,
14+ This will produce a jar-file, ` neo4jh3-0.9.1 .jar ` ,
1515that can be copied to the ` plugin ` directory of your Neo4j instance.
1616
1717 cp target/neo4jh3-0.9.1-SNAPSHOT.jar neo4j-enterprise-5.x.0/plugins/.
@@ -39,11 +39,11 @@ com.neo4jh3.distanceBetweenHexesNumber(String hexAddress, String HexAddress) ret
3939
4040
4141# Procedures
42- com.neo4jh3.gridDisk(String hexAddress, Long ringSize) returns String;
43- com.neo4jh3.cellToChildren(String hexAddress, Long resolution) returns String;
44- com.neo4jh3.returnHexAddress(Double Lat, Double Long, Long Resolution) returns String hexAddress;
45- com.neo4jh3.returnLongAddress(Double Lat, Double Long, Long Resolution) returns Long hexAddress;
46- com.neo4jh3.polygonToCells(List String(lat,lon), List String(lat,lon), Long resolution) returns String;
47- com.neo4jh3.gridPathCells(Double latitude, Double longitude, Double latitude, Double longitude, Long resolution) return string;
48- com.neo4jh3.gridPathCellsHexAddress(String hexAddress, String hexAddress, Long resolution) returns String;
49- com.neo4jh3.lineHexAddresses(List String(lat,lon), Long resolution) returns String;
42+ com.neo4jh3.gridDisk(String hexAddress, Long ringSize) returns String;
43+ com.neo4jh3.cellToChildren(String hexAddress, Long resolution) returns String;
44+ com.neo4jh3.returnHexAddress(Double Lat, Double Long, Long Resolution) returns String hexAddress;
45+ com.neo4jh3.returnLongAddress(Double Lat, Double Long, Long Resolution) returns Long hexAddress;
46+ com.neo4jh3.polygonToCells(List String(lat,lon), List String(lat,lon), Long resolution) returns String;
47+ com.neo4jh3.gridPathCells(Double latitude, Double longitude, Double latitude, Double longitude, Long resolution) return string;
48+ com.neo4jh3.gridPathCellsHexAddress(String hexAddress, String hexAddress, Long resolution) returns String;
49+ com.neo4jh3.lineHexAddresses(List String(lat,lon), Long resolution) returns String;
0 commit comments