CN103761094A - Method for polygon combination in planar drawing - Google Patents

Method for polygon combination in planar drawing Download PDF

Info

Publication number
CN103761094A
CN103761094A CN201410028041.1A CN201410028041A CN103761094A CN 103761094 A CN103761094 A CN 103761094A CN 201410028041 A CN201410028041 A CN 201410028041A CN 103761094 A CN103761094 A CN 103761094A
Authority
CN
China
Prior art keywords
point
coordinate points
coordinate
rectangle
axis
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.)
Pending
Application number
CN201410028041.1A
Other languages
Chinese (zh)
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.)
Shanghai Chengming Rongxin Technology Co.,Ltd.
Shanghai Municipal Criminal Science and Technology Inst.
Original Assignee
SHANGHAI CHENGMING RONGXIN TECHNOLOGY 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 SHANGHAI CHENGMING RONGXIN TECHNOLOGY CO LTD filed Critical SHANGHAI CHENGMING RONGXIN TECHNOLOGY CO LTD
Priority to CN201410028041.1A priority Critical patent/CN103761094A/en
Publication of CN103761094A publication Critical patent/CN103761094A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Processing Or Creating Images (AREA)

Abstract

The invention belongs to the technical field of mobile application development, and provides a method for polygon combination in planar drawing. The method for the polygon combination in the planar drawing comprises the steps of recording a position where a user drags or draws a rectangle, judging whether the rectangle overlaps with other drawn rectangles or not and whether the rectangle can be combined with the other drawn rectangles or not in real time, calculating intersection points of the overlapped rectangles, removing the points which are blocked after combination, counting a point set which comprises four-corner point coordinates of the original rectangles, intersection point coordinates and blocked point coordinates, calculating X-axis coordinate values, Y-axis coordinate values, the minimum point of the X-axis coordinate values and the minimum point of the Y-axis coordinate values, calculating series-connected second points according to the minimum points, carrying out the same operation in the same manner until the last points are the minimum points, and generating a new polygon object according to the sequence of the calculated series-connected points. According to the method for the polygon combination in the planar drawing, multiple rectangles can be drawn fast under an Android operation environment of a touch screen, the multiple rectangles can be combined into the polygon, the sensitiveness and precision are high, drawing is faster and more convenient, and adaptability is higher.

Description

A kind of method that when plane is drawn, polygon merges
Technical field
The invention belongs to mobile applicating developing technology field, a kind of method that when particularly plane is drawn, polygon merges.
Background technology
Android is a milestone in Mobile Development technical development course, is a mobile applications framework on modern mobile device development technique basis.
In modern mobile device, smart mobile phone and panel computer are more and more subject to people's favor, the number of mobile phone users in the whole world has exceeded 3,000,000,000, cut-off in 2013 is divided according to operating system the second quarter, Android operating system remains the king in smart mobile phone market, occupy the global smart mobile phone market share nearly 80%, modern smart mobile phone increased popularity, adds high speed handpiece data and WiFi focus and also gets more and more, and this makes market increasing to the demand of advanced mobile application program.Plane drawing practice based on Android system has changed the method that current PC equipment is master's drafting planimetric map.
Early stage manual drawing, staff holds the writing brush of several different thicknesses, T-square, the instrument such as set square and drawing curve is ceaselessly changed in hand, once drawing mistake redoes, patch up seems that drawing is very dirty and messy, had in succession occur after computer CAD CORAIDRAW Photo ship CAXA mapping software, although these mapping software computational accuracies and speed are that manual drawing is incomparable, but can only graphing in Windows operating system be housed, if on-the-spot drawing is drawn, want carrying notebook computer, 3G wireless Internet card, the instruments such as measuring appliance, it is main that the data of drawing mainly rely on hand-kept, the collection inconvenience of data, after artificially collecting data-switching, input computer, expend time in many, Portable device inconvenience, notes battery flying power deficiency.
Therefore, mobile applicating developing technology field urgent need is a kind of can make multiple rectangles by rapid drawing under the Android operating environment of touch-screen, and multiple rectangles can be merged into polygon, the method that when plane that susceptibility is high, degree of accuracy is high is drawn, polygon merges.
Summary of the invention
A kind of method that while the invention provides plane drawing, polygon merges, technical scheme is as follows:
The method that when plane is drawn, polygon merges, is characterized in that, comprises the steps:
Step 1: recording user pulls or draw the position of rectangle;
Step 2: whether whether this rectangle of real-time judge has overlappingly with the rectangle of other draftings, can merge;
Step 3: the intersection point that calculates overlapping rectangle;
Draw the length of four angular coordinates obtaining rectangle after rectangle, catercorner length and four edges, then according to 4 of rectangle limits, carry out the calculating of intersection point, the intersection point calculating is preserved, concrete steps are as follows:
Known two straight line A, B, 2 point coordinate of A are (x1, y1), (x2, y2), 2 of B is (x3, y3), (x4, y4);
The straight-line equation of A is: y-y1=(y2-y1) (x-x1)/(x2-x1),
The straight-line equation of B is: y-y3=(y4-y3) (x-x3)/(x4-x3);
By the straight-line equation simultaneous of A, B, the horizontal ordinate, the ordinate that solve intersecting point coordinate are respectively:
x=[(x2-x1)×(x3-x4)×(y3-y1)-x3×(x2-x1)×(y3-y4)+x1×(y2-y1)×(x3-x4)]/[(y2-y1)×(x3-x4)-(x2-x1)×(y3-y4)];
y=[(y2-y1)×(y3-y4)×(x3-x1)-y3×(y2-y1)×(x3-x4)+y1×(x2-x1)×(y3-y4)]/[(y2-y1)×(y3-y4)-(y2-y1)×(x3-x4)];
Step 4: reject the point blocking after merging;
Step 5: the set of statistics point, comprises 4 angular coordinates and the intersecting point coordinate of original rectangle and block point coordinate;
Step 6: fall into a trap and calculate X, Y-axis coordinate figure and minimum point thereof in a set;
Step 7: calculate second point of series connection by smallest point, by that analogy to the last for smallest point stops;
Step 8: generate new polygon object according to the series connection point order of extrapolating.
The method that when a kind of plane as above is drawn, polygon merges, wherein, step 6 is nested by conventional bubbling algorithm, first obtains minimum X coordinate, then calculates the coordinate points hour of Y under X minimum.
The method that when a kind of plane as above is drawn, polygon merges, wherein, step 7 is that step 7 is constant by the coordinate X-axis of basic point, and Y-axis numerical value successively decreases, and whether has coincide point in real-time judge set, if preserve this coordinate points while there is coincide point, from set, reject this coordinate points simultaneously, then calculate the next coordinate points of this coordinate points, obtain successively multiple coordinate points, until Y-axis is decremented at 0 o'clock while also not finding coincide point, continue next step; Further, coordinate Y-axis by basic point is constant, X-axis numerical value increases progressively, in real-time judge set, whether there is coincide point, if preserve this coordinate points while there is coincide point, from set, reject this coordinate points simultaneously, calculate again the next coordinate points of this coordinate points, obtain successively multiple coordinate points, until X-axis does not also find coincide point while being incremented to maximum X, continue next step; Further, coordinate X-axis by basic point is constant, Y-axis numerical value increases progressively, in real-time judge set, whether there is coincide point, while there is coincide point, preserve this coordinate points, from set, reject this coordinate points simultaneously, calculate again the next coordinate points of this coordinate points, obtain successively multiple coordinate points, until Y-axis does not also find coincide point while being incremented to maximum Y, continue next step; Coordinate Y-axis by basic point is constant, X-axis numerical value successively decreases, in real-time judge set, whether there is coincide point, while there is coincide point, preserve this coordinate points, from set, reject this coordinate points simultaneously, then calculate the next coordinate points of this coordinate points, obtain successively multiple coordinate points, until X-axis does not also find coincide point while being incremented to maximum X, with smallest point closure.
The invention has the beneficial effects as follows and can under the Android operating environment of touch-screen, make multiple rectangles by rapid drawing, and multiple rectangles can be merged into polygon, susceptibility is high, degree of accuracy is high, overcome the restriction of drawing under can only windows environment on PC, draw more quick and easyly, applicability is stronger.
Accompanying drawing explanation
Below in conjunction with the drawings and specific embodiments, describe the present invention in detail:
The structural representation of the method that when Fig. 1 is a kind of plane drawing of the present invention, polygon merges.
Fig. 2 is the reckoning sequential schematic in step 7 of the present invention.
Fig. 3 is the new polygon forming after rectangle of the present invention merges.
Embodiment
For measure, creation characteristic that the technology of the present invention is realized, reach object and effect is easy to understand, below in conjunction with concrete diagram, further set forth the present invention.
A kind of method that while the invention provides plane drawing, polygon merges, comprising:
Step 1: recording user pulls or draw the position of rectangle, and acquisition approach is as follows:
public?boolean?onTouchEvent(MotionEvent?event);
if(event.getAction()==MotionEvent.ACTION_DOWN);
if(event.getAction()==MotionEvent.ACTION_MOVE);
if(event.getAction()==MotionEvent.ACTION_UP);
Step 2: whether whether this rectangle of real-time judge has overlappingly with the rectangle of other draftings, can merge;
The structural representation of the method that when Fig. 1 is a kind of plane drawing of the present invention, polygon merges, the four angular coordinate of known two rectangles, utilize coordinate points to judge that whether rectangle is overlapping, if one of them angle of rectangle one of meets the following conditions, to be just considered as two rectangles overlapping, can merge:
(1)Rect.Left.x≤Rect1.Angle1.x≥Rect.Right.x;
Rect.Top.y≤Rect1.Angle1.y≥Rect.Bottom.y;
(2)Rect.Left.x≤Rect1.Angle2.x≥Rect.Right.x;
Rect.Top.y≤Rect1.Angle2.y≥Rect.Bottom.y;
(3)Rect.Left.x≤Rect1.Angle3.x≥Rect.Right.x;
Rect.Top.y≤Rect1.Angle3.y≥Rect.Bottom.y;
(4)Rect.Left.x≤Rect1.Angle4.x≥Rect.Right.x;
Rect.Top.y≤Rect1.Angle4.y≥Rect.Bottom.y;
Wherein, Rect.Left.x is the x min coordinates of rectangle, Rect.Right.x is the x maximum coordinates of rectangle, Rect.Top.y is the y maximum coordinates of rectangle, Rect.Bottom.y is the y min coordinates of rectangle, Rect1.Angle1.x is the min coordinates of the x at the right angle 1 in rectangle overlapping region in Fig. 1, Rect1.Angle2.x is the maximum coordinates of the x at the right angle 2 in rectangle overlapping region in Fig. 1, Rect1.Angle3.x is the min coordinates of the x of the overlapping point 3 in rectangle overlapping region in Fig. 1, Rect1.Angle4.x is the maximum coordinates of the x of the overlapping point 4 in rectangle overlapping region in Fig. 1, Rect1.Angle1.y is the maximum coordinates of the y at the right angle 1 in rectangle overlapping region in Fig. 1, Rect1.Angle2.x is the min coordinates of the y at the right angle 2 in rectangle overlapping region in Fig. 1, Rect1.Angle3.x is the min coordinates of the y of the overlapping point 3 in rectangle overlapping region in Fig. 1, Rect1.Angle4.x is the maximum coordinates of the y of the overlapping point 4 in rectangle overlapping region in Fig. 1,
Step 3: the intersection point that calculates overlapping rectangle;
Draw the length of four angular coordinates obtaining rectangle after rectangle, catercorner length and four edges, then according to 4 of rectangle limits, carry out the calculating of intersection point, the intersection point calculating is preserved, concrete steps are as follows:
Known two straight line A, B, 2 point coordinate of A are (x1, y1), (x2, y2), 2 of B is (x3, y3), (x4, y4);
The straight-line equation of A is: y-y1=(y2-y1) (x-x1)/(x2-x1),
The straight-line equation of B is: y-y3=(y4-y3) (x-x3)/(x4-x3);
By the straight-line equation simultaneous of A, B, the horizontal ordinate, the ordinate that solve intersecting point coordinate are respectively:
x=[(x2-x1)×(x3-x4)×(y3-y1)-x3×(x2-x1)×(y3-y4)+x1×(y2-y1)×(x3-x4)]/[(y2-y1)×(x3-x4)-(x2-x1)×(y3-y4)];
y=[(y2-y1)×(y3-y4)×(x3-x1)-y3×(y2-y1)×(x3-x4)+y1×(x2-x1)×(y3-y4)]/[(y2-y1)×(y3-y4)-(y2-y1)×(x3-x4)];
Step 4: reject merge after the point that blocks, the point 1 and 2 in being in figure;
Step 5: the set of statistics point, comprises 4 angular coordinates and the intersecting point coordinate of original rectangle and block point coordinate;
Step 6: fall into a trap and calculate X, Y-axis coordinate figure and minimum point thereof in a set;
Step 7: calculate second point of series connection by smallest point, by that analogy to the last for smallest point stops;
Fig. 2 is the reckoning sequential schematic in step 7, first, carry out 5, constant by the coordinate X-axis of basic point, Y-axis numerical value successively decreases, in real-time judge set, whether there is coincide point, if preserve this coordinate points while there is coincide point, from set, reject this coordinate points simultaneously, calculate again the next coordinate points of this coordinate points, obtain successively multiple coordinate points, until Y-axis is decremented at 0 o'clock while also not finding coincide point, proceed 6;
Further, constant by the coordinate Y-axis of basic point, X-axis numerical value increases progressively, and whether has coincide point in real-time judge set, if preserve this coordinate points while there is coincide point, rejects this coordinate points simultaneously, then calculate the next coordinate points of this coordinate points from set.Obtain successively multiple coordinate points, until X-axis does not also find coincide point while being incremented to maximum X, proceed 7;
Further, coordinate X-axis by basic point is constant, Y-axis numerical value increases progressively, in real-time judge set, whether there is coincide point, while there is coincide point, preserve this coordinate points, from set, reject this coordinate points simultaneously, calculate again the next coordinate points of this coordinate points, obtain successively multiple coordinate points, until Y-axis does not also find coincide point while being incremented to maximum Y, proceed 8;
Further, coordinate Y-axis by basic point is constant, X-axis numerical value successively decreases, in real-time judge set, whether there is coincide point, while there is coincide point, preserve this coordinate points, from set, reject this coordinate points simultaneously, calculate again the next coordinate points of this coordinate points, obtain successively multiple coordinate points, until X-axis does not also find coincide point while being incremented to maximum X, with smallest point closure;
Step 8: generate new polygon object according to the series connection point order of extrapolating, as shown in Figure 3.
In another embodiment of the present invention, step 6 is nested by conventional bubbling algorithm, first obtains minimum X coordinate, then calculates the coordinate points hour of Y under X minimum.
The invention has the beneficial effects as follows and can under the Android operating environment of touch-screen, make multiple rectangles by rapid drawing, and multiple rectangles can be merged into polygon, susceptibility is high, degree of accuracy is high, overcome the restriction of drawing under can only windows environment on PC, draw more quick and easyly, applicability is stronger.
More than show and described ultimate principle of the present invention, principal character and advantage of the present invention.The technician of the industry should understand; the present invention is not restricted to the described embodiments; that in above-described embodiment and instructions, describes just illustrates principle of the present invention; the present invention also has various changes and modifications without departing from the spirit and scope of the present invention, and these changes and improvements all fall in the claimed scope of the invention.The claimed scope of the present invention is defined by appending claims and equivalent thereof.

Claims (3)

1. the method that when plane is drawn, polygon merges, is characterized in that, comprises the steps:
Step 1: recording user pulls or draw the position of rectangle;
Step 2: whether whether this rectangle of real-time judge has overlappingly with the rectangle of other draftings, can merge;
Step 3: the intersection point that calculates overlapping rectangle;
Draw the length of four angular coordinates obtaining rectangle after rectangle, catercorner length and four edges, then according to 4 of rectangle limits, carry out the calculating of intersection point, the intersection point calculating is preserved, concrete steps are as follows:
Known two straight line A, B, 2 point coordinate of A are (x1, y1), (x2, y2), 2 of B is (x3, y3), (x4, y4);
The straight-line equation of A is: y-y1=(y2-y1) (x-x1)/(x2-x1),
The straight-line equation of B is: y-y3=(y4-y3) (x-x3)/(x4-x3);
By the straight-line equation simultaneous of A, B, the horizontal ordinate, the ordinate that solve intersecting point coordinate are respectively:
x=[(x2-x1)×(x3-x4)×(y3-y1)-x3×(x2-x1)×(y3-y4)+x1×(y2-y1)×(x3-x4)]/[(y2-y1)×(x3-x4)-(x2-x1)×(y3-y4)];
y=[(y2-y1)×(y3-y4)×(x3-x1)-y3×(y2-y1)×(x3-x4)+y1×(x2-x1)×(y3-y4)]/[(y2-y1)×(y3-y4)-(y2-y1)×(x3-x4)];
Step 4: reject the point blocking after merging;
Step 5: the set of statistics point, comprises 4 angular coordinates and the intersecting point coordinate of original rectangle and block point coordinate;
Step 6: fall into a trap and calculate X, Y-axis coordinate figure and minimum point thereof in a set;
Step 7: calculate second point of series connection by smallest point, by that analogy to the last for smallest point stops;
Step 8: generate new polygon object according to the series connection point order of extrapolating.
2. the method that when a kind of plane according to claim 1 is drawn, polygon merges, is characterized in that, this step 6 is nested by conventional bubbling algorithm, first obtains minimum X coordinate, then calculates the coordinate points hour of Y under X minimum.
3. the method that when a kind of plane according to claim 1 is drawn, polygon merges, it is characterized in that, this step 7 is constant by the coordinate X-axis of basic point, and Y-axis numerical value successively decreases, and whether has coincide point in real-time judge set, if preserve this coordinate points while there is coincide point, from set, reject this coordinate points simultaneously, then calculate the next coordinate points of this coordinate points, obtain successively multiple coordinate points, until Y-axis is decremented at 0 o'clock while also not finding coincide point, continue next step; Further, coordinate Y-axis by basic point is constant, X-axis numerical value increases progressively, in real-time judge set, whether there is coincide point, if preserve this coordinate points while there is coincide point, from set, reject this coordinate points simultaneously, calculate again the next coordinate points of this coordinate points, obtain successively multiple coordinate points, until X-axis does not also find coincide point while being incremented to maximum X, continue next step; Further, coordinate X-axis by basic point is constant, Y-axis numerical value increases progressively, in real-time judge set, whether there is coincide point, while there is coincide point, preserve this coordinate points, from set, reject this coordinate points simultaneously, calculate again the next coordinate points of this coordinate points, obtain successively multiple coordinate points, until Y-axis does not also find coincide point while being incremented to maximum Y, continue next step; Coordinate Y-axis by basic point is constant, X-axis numerical value successively decreases, in real-time judge set, whether there is coincide point, while there is coincide point, preserve this coordinate points, from set, reject this coordinate points simultaneously, then calculate the next coordinate points of this coordinate points, obtain successively multiple coordinate points, until X-axis does not also find coincide point while being incremented to maximum X, with smallest point closure.
CN201410028041.1A 2014-01-22 2014-01-22 Method for polygon combination in planar drawing Pending CN103761094A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410028041.1A CN103761094A (en) 2014-01-22 2014-01-22 Method for polygon combination in planar drawing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410028041.1A CN103761094A (en) 2014-01-22 2014-01-22 Method for polygon combination in planar drawing

Publications (1)

Publication Number Publication Date
CN103761094A true CN103761094A (en) 2014-04-30

Family

ID=50528338

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410028041.1A Pending CN103761094A (en) 2014-01-22 2014-01-22 Method for polygon combination in planar drawing

Country Status (1)

Country Link
CN (1) CN103761094A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105279796A (en) * 2015-10-10 2016-01-27 苏州工业园区凌志软件股份有限公司 Method and device for drawing 3D column chart
CN109192054A (en) * 2018-07-27 2019-01-11 阿里巴巴集团控股有限公司 A kind of data processing method and device of map area merging
US10417814B2 (en) 2017-08-04 2019-09-17 Nxp Usa, Inc. Method and apparatus for blending layers within a graphics display component
US10593103B2 (en) 2017-08-04 2020-03-17 Nxp Usa, Inc. Method and apparatus for managing graphics layers within a data processing system
CN112507405A (en) * 2020-11-06 2021-03-16 杭州爱科科技股份有限公司 Rapid cutting method for deformation processing of rectangular cutting path of printing material array
CN113129406A (en) * 2019-12-31 2021-07-16 菜鸟智能物流控股有限公司 Data processing method and device and electronic equipment

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105279796A (en) * 2015-10-10 2016-01-27 苏州工业园区凌志软件股份有限公司 Method and device for drawing 3D column chart
US10417814B2 (en) 2017-08-04 2019-09-17 Nxp Usa, Inc. Method and apparatus for blending layers within a graphics display component
US10593103B2 (en) 2017-08-04 2020-03-17 Nxp Usa, Inc. Method and apparatus for managing graphics layers within a data processing system
CN109192054A (en) * 2018-07-27 2019-01-11 阿里巴巴集团控股有限公司 A kind of data processing method and device of map area merging
CN113129406A (en) * 2019-12-31 2021-07-16 菜鸟智能物流控股有限公司 Data processing method and device and electronic equipment
CN113129406B (en) * 2019-12-31 2024-03-22 菜鸟智能物流控股有限公司 Data processing method and device and electronic equipment
CN112507405A (en) * 2020-11-06 2021-03-16 杭州爱科科技股份有限公司 Rapid cutting method for deformation processing of rectangular cutting path of printing material array
CN112507405B (en) * 2020-11-06 2024-05-24 杭州爱科科技股份有限公司 Rapid cutting method for deformation treatment of rectangular cutting path of printing material array

Similar Documents

Publication Publication Date Title
CN103761094A (en) Method for polygon combination in planar drawing
CN103616972B (en) Touch screen control method and terminal device
EP2908212A2 (en) Electronic map touch method and device
CN109192054A (en) A kind of data processing method and device of map area merging
US10185442B2 (en) Method for controlling display of touchscreen, and mobile device
WO2019062243A1 (en) Identification method and apparatus for touch operation, and electronic device
CN106527915A (en) Information processing method and electronic equipment
CN103885685A (en) Method and device for processing pages
CN105224089A (en) Gesture operation method and device, mobile terminal
TW201525849A (en) Method, apparatus and computer program product for polygon gesture detection and interaction
CN110909596B (en) Side face recognition method, device, equipment and storage medium
CN103197761A (en) Gesture recognition method and device
WO2021244650A1 (en) Control method and device, terminal and storage medium
US11899918B2 (en) Method, apparatus, electronic device and storage medium for invoking touch screen magnifier
WO2014075540A1 (en) Touchscreen scroll control system and method
US11393383B2 (en) Display control device, display control method, and display control program
WO2018072724A1 (en) Graphic display method and device
CN108846901A (en) Model introduction method and device
CN105243469A (en) Method for mapping from multidimensional space to low-dimensional space, and display method and system
KR101422447B1 (en) Method and apparatus for changing page of e-book using pressure modeling
CN106153038A (en) A kind of method and device setting up earth magnetism fingerprint map
JP2016024804A (en) Touch device
CN108521497A (en) A kind of terminal control method, control device, terminal and readable storage medium storing program for executing
CN103925921A (en) Assistant locating device and method based on electronic compass and pedometer
CN104731492B (en) A kind of magic pen and its display control method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
ASS Succession or assignment of patent right

Owner name: SHANGHAI MUNICIPAL CRIMINAL SCIENCE AND TECHNOLOGY

Effective date: 20140519

C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20140519

Address after: 201204 Shanghai city Pudong New Area in 289 Lane Road, Room 202 No. 4

Applicant after: Shanghai Chengming Rongxin Technology Co.,Ltd.

Applicant after: Shanghai Municipal Criminal Science and Technology Inst.

Address before: 201204 Shanghai city Pudong New Area in 289 Lane Road, Room 202 No. 4

Applicant before: Shanghai Chengming Rongxin Technology Co.,Ltd.

WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20140430

WD01 Invention patent application deemed withdrawn after publication