CN108228177B - Software navigation method for navigation screen navigation banking business - Google Patents

Software navigation method for navigation screen navigation banking business Download PDF

Info

Publication number
CN108228177B
CN108228177B CN201611199280.9A CN201611199280A CN108228177B CN 108228177 B CN108228177 B CN 108228177B CN 201611199280 A CN201611199280 A CN 201611199280A CN 108228177 B CN108228177 B CN 108228177B
Authority
CN
China
Prior art keywords
navigation
function
business
positions
angle
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201611199280.9A
Other languages
Chinese (zh)
Other versions
CN108228177A (en
Inventor
王超
陈文�
孙信中
矫人全
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing Aoto Electronics Co ltd
Original Assignee
Nanjing Aoto Electronics Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Aoto Electronics Co ltd filed Critical Nanjing Aoto Electronics Co ltd
Priority to CN201611199280.9A priority Critical patent/CN108228177B/en
Publication of CN108228177A publication Critical patent/CN108228177A/en
Application granted granted Critical
Publication of CN108228177B publication Critical patent/CN108228177B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Abstract

The invention discloses a software navigation method for navigating banking business by a navigation screen, which is characterized by comprising the following steps of: step one, acquiring the position of a client entering a hall and all positions of a target business handling point according to a banking business 3d navigation map, uniformly putting the positions into a json file, recording all business positions, and storing the business positions by key value pairs; step two, acquiring well-defined information in a json file by a getJson method of the jquery, circularly traversing all click events by an each method of the jquery, and classifying and discussing the service of each floor; thirdly, the coordinates read from the json file are put into two arrays, several routes for reaching the target service point are recorded, and the numerical values in the arrays are assigned to the coordinates of the destination and the start points respectively; and step four, setting timing by using a setTimeOut function, and calling a setLine () function to finish the whole navigation.

Description

Software navigation method for navigation screen navigation banking business
Technical Field
The invention relates to a software navigation method for navigating banking business by a navigation screen.
Background
When a client enters a hall when transacting related business in a bank, the client can only ask bank staff or old clients transacting business, or see a plan view provided by the bank, because the transaction places of each business of the bank are not clear. However, if there are many customers, the bank staff may not work, which not only wastes time, but also causes the customers to be unhappy and leave directly, and the satisfaction is reduced. And may be forgotten in the near future even if the customer has asked it. When the client has time to see the plane map, the position is marked, and due to the lack of interactivity, the position can not be touched by the client, and the experience of the client is reduced.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to design a software navigation method for navigating banking business by using a navigation screen, so that the time for a client to find a needed business handling point is saved, the client-centered purpose is embodied, and the business handling efficiency of a bank is improved.
In order to achieve the purpose of the invention, the invention adopts the technical scheme that: a software navigation method for navigating banking business by a navigation screen is characterized by comprising the following steps:
step one, acquiring the position of a client entering a hall and all positions of a target business handling point according to a banking business 3d navigation map, uniformly putting the positions into a json file, recording all business positions, and storing the business positions by key value pairs;
step two, acquiring well-defined information in a json file by a getJson method of the jquery, circularly traversing all click events by an each method of the jquery, and classifying and discussing the service of each floor;
thirdly, the coordinates read from the json file are put into two arrays, several routes for reaching the target service point are recorded, and the numerical values in the arrays are assigned to the coordinates of the destination and the start points respectively; calling a self-defined angle () angle function by defining a getLine () function; the angle () method uses arcTan inverse trigonometric function through the variable of the coordinate, and uses the arctangent function of the formula ((variable of y/variable of x)/2 pi) × 360 to calculate the angle, and returns the angle to getLine (), thereby judging that the drawing line direction is in the several quadrants; according to variables of an end point and a starting point, the getLine () method defines sine in a trigonometric function and multiplies a constant to control the distance between the points, and all parameters obtained by the getLine () method are put into an array of arra (for subsequent use);
setting timing by using a setTimeOut function, starting drawing a line after timing is finished, calling a setLine () function, setting a setInterval () function in the function, determining the direction of drawing the line according to a quadrant by using the set time, sequentially accumulating the direction by (the offset of the coordinate) + (the position of the previous coordinate) to obtain the next coordinate, and finally assigning the last point as an end point icon when num is less than 0, namely num indicates that the point is divided into a plurality of sections from the starting point to the end point, namely the designated end point is reached, thereby finishing the whole navigation.
Has the advantages that: the invention designs a method for navigating banking business by a navigation screen, thereby ensuring friendly interaction between a client and a bank, saving the time for the client to find business handling points, ensuring the client to approve the working efficiency of the bank business handling, improving the working efficiency of bank workers, and being simple and convenient for configuring each business handling point by software.
Drawings
FIG. 1 is a flow chart of the software navigation method for navigating banking business by using the navigation screen of the invention.
Detailed Description
The invention is described in further detail below with reference to the figures and specific examples.
As shown in fig. 1, the software navigation method for navigating banking business through the navigation screen of the present embodiment is a flowchart.
The software navigation method of the embodiment specifically comprises the following processes: (1) and acquiring the position of the client entering the hall and all the positions of target service handling points according to the 3d navigation chart of the banking service, uniformly putting the positions into a json file, recording all the service positions, and storing the positions by key value pairs.
(2) And acquiring the well-defined information in the json file by a jtJson method of the jquery, circularly traversing all click events by an each method of the jquery, and classifying and discussing the service of each floor.
(3) The coordinates read from the json file are put into the two arrays, several routes for reaching the target service point are recorded, and the numerical values in the arrays are assigned to the coordinates of the end point and the start point respectively. By defining the getLine () function, the custom angle () angle function is called. The angle () method determines that the drawing line direction is in the several quadrant by calculating the angle using the arcTan inverse trigonometric function as the variable of the coordinates and using the arctangent function 360 of the formula ((variable of y/variable of x)/2 pi), and returning the angle to getLine (). According to variables of an end point and a starting point, the getLine () method is defined by sine in a trigonometric function and multiplied by a constant to control the distance between the points, and all parameters obtained by the getLine () method are put into an array of arra (for later use).
(4) Setting timing by using a setTimeOut function, starting drawing a line after timing is finished, calling a setLine () function, setting a setInterval () function in the function, determining the direction of drawing the line according to a quadrant by using the set time, sequentially accumulating the direction by (the offset of a coordinate) + (the position of the previous coordinate) to obtain the next coordinate, and finally assigning the last point as an end point icon when num is less than 0, namely num indicates that the point is divided into a plurality of sections from the starting point to the end point, namely the designated end point is reached, thereby finishing the whole navigation.
The client can only inquire bank staff or inquire the client who has handled the business and watch the plan of the bank originally, the deficiency of interaction and the situation that the business handling position can not be found can be solved at the same time, and the problem can be intelligentized. Therefore, the interactivity is increased, the requirement that a customer wants to find a business handling point can be met, and the daily work efficiency of a bank is improved.
Although the present invention has been described with reference to a preferred embodiment, it should be understood that various changes, substitutions and alterations can be made herein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (1)

1. A software navigation method for navigating banking business by a navigation screen is characterized by comprising the following steps:
step one, acquiring the position of a client entering a hall and all positions of a target business handling point according to a banking business 3d navigation map, uniformly putting the positions into a json file, recording all business positions, and storing the business positions by key value pairs;
step two, acquiring information well defined in a json file through a getJson () method of the jquery, circularly traversing all click events through an each () method of the jquery, and classifying and discussing the service of each floor;
thirdly, the coordinates read from the json file are put into two arrays, several routes for reaching the target service point are recorded, and the numerical values in the arrays are assigned to the coordinates of the destination and the start points respectively; calling a self-defined angle () angle function by defining a getLine () function; the angle () angle function determines that the drawing line direction is in the several quadrant by calculating the angle using the arcTan () inverse trigonometric function as a variable of the coordinates and using the arctangent function 360 of the formula ((variable of y/variable of x)/2 pi), and returning the angle to getLine (); according to variables of an end point and a starting point, the getLine () method defines sine in a trigonometric function and multiplies a constant to control the distance between the points, and all parameters obtained by the getLine () method are put into an array of arra (for subsequent use);
setting timing by using a setTimeOut () function, starting drawing a line after timing is finished, calling a setLine () function, setting a setInterval () function in the function, determining the direction of drawing the line according to a quadrant by using the set time, sequentially accumulating the direction by (the offset of the coordinate) + (the position of the previous coordinate) to obtain the next coordinate, finally dividing num from a starting point to an end point into a plurality of sections when num is less than 0, namely reaching a specified end point, and assigning the last point as an end point icon to finish the whole navigation.
CN201611199280.9A 2016-12-22 2016-12-22 Software navigation method for navigation screen navigation banking business Active CN108228177B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611199280.9A CN108228177B (en) 2016-12-22 2016-12-22 Software navigation method for navigation screen navigation banking business

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611199280.9A CN108228177B (en) 2016-12-22 2016-12-22 Software navigation method for navigation screen navigation banking business

Publications (2)

Publication Number Publication Date
CN108228177A CN108228177A (en) 2018-06-29
CN108228177B true CN108228177B (en) 2020-12-04

Family

ID=62657001

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611199280.9A Active CN108228177B (en) 2016-12-22 2016-12-22 Software navigation method for navigation screen navigation banking business

Country Status (1)

Country Link
CN (1) CN108228177B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20110120561A (en) * 2010-04-29 2011-11-04 현대엠엔소프트 주식회사 A navigation apparauts and method for searching position using point of interest thereof
CN103335657A (en) * 2013-05-30 2013-10-02 佛山电视台南海分台 Method and system for strengthening navigation performance based on image capture and recognition technology
CN104359474A (en) * 2014-10-27 2015-02-18 同辉佳视(北京)信息技术股份有限公司 Rapid way finding positioning method and shopping guide machine
CN105674990A (en) * 2016-02-24 2016-06-15 惠州Tcl移动通信有限公司 Mobile terminal and indoor path planning method of mobile terminal
WO2016095050A1 (en) * 2014-12-18 2016-06-23 Innerspace Technology Inc. Method and system for sensing interior spaces to auto-generate a navigational map

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20110120561A (en) * 2010-04-29 2011-11-04 현대엠엔소프트 주식회사 A navigation apparauts and method for searching position using point of interest thereof
CN103335657A (en) * 2013-05-30 2013-10-02 佛山电视台南海分台 Method and system for strengthening navigation performance based on image capture and recognition technology
CN104359474A (en) * 2014-10-27 2015-02-18 同辉佳视(北京)信息技术股份有限公司 Rapid way finding positioning method and shopping guide machine
WO2016095050A1 (en) * 2014-12-18 2016-06-23 Innerspace Technology Inc. Method and system for sensing interior spaces to auto-generate a navigational map
CN105674990A (en) * 2016-02-24 2016-06-15 惠州Tcl移动通信有限公司 Mobile terminal and indoor path planning method of mobile terminal

Also Published As

Publication number Publication date
CN108228177A (en) 2018-06-29

Similar Documents

Publication Publication Date Title
US9961438B2 (en) Directivity control apparatus, directivity control method, storage medium and directivity control system
US20210247775A1 (en) Method for localizing robot, robot, and storage medium
US20220241928A1 (en) Method and device for planning wall surface polishing path, apparatus and medium
CN104299541A (en) Intelligent tourist guiding system and method based on mobile Internet platform
US9355495B2 (en) Method and system for 3D modeling using feature detection
EP2942975A1 (en) Directivity control apparatus, directivity control method, storage medium and directivity control system
CN109389237B (en) Path planning method and device
CN103294232A (en) Touch operation processing method and terminal
US9779292B2 (en) System and method for interactive sketch recognition based on geometric contraints
CN104359474B (en) A kind of quick pathfinding localization method and guider
CN104238932A (en) Display control device, display control method, and computer program product
US20210132989A1 (en) Task processing method, equipment, storage medium and device
CN108228177B (en) Software navigation method for navigation screen navigation banking business
JP6267307B2 (en) Method for searching for installation space of article and computer-readable recording medium on which program is recorded
US10434555B2 (en) Metrology Assisted Part Forming System and Method
CN114299192B (en) Method, device, equipment and medium for positioning and mapping
CN110573979B (en) Method and device for adjusting working path, method and device for adjusting working path of movable equipment, and recording medium
KR20140058933A (en) Method for calculating painting area of ship or marine plant
CN111366158A (en) Planning method and device for operation route of sweeping robot and chip
JP2013114480A (en) Information processing apparatus, information processing method, and program
US9645696B2 (en) Visual editor for defining geo fence boundaries
CN108460061A (en) A kind of Method of Loading Digital Map and electronic map terminal
EP3379285A1 (en) Positioning device and program
CN112732847A (en) Navigation map generation method, electronic device and computer-readable storage medium
CN111604903A (en) Robot task execution control method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant