@@ -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