TylerChenhall / TrapezoidalMap

A demonstration of the Randomized Trapezoidal Map for Point Search
3 stars 3 forks source link

How to create a trapezoidal map by custom input co-ordinate points #3

Open Debmani opened 5 years ago

Debmani commented 5 years ago

Thank you very much TylerChenhall for your prompt response.I am very new to computational geometry and facing several silly issues.

kindly help once more please!

I have checked your suggested links and then tried to run PointSearch.java by command line arguments but showing error below : Error2 Error3

I am trying to create a trapezoidal map from .svg file for point query location. Kindly share your contact details for further help. You can contact me : debmanisaha1994@gmail.com

Debmani commented 5 years ago

error4

when I am trying to give this input,same error is coming

Debmani commented 5 years ago

what will be the format of giving input in the text file?is this the correct way below? error5

TylerChenhall commented 5 years ago

The current implementation only supports a plaintext file format. You can get an idea for the format by either

or

Debmani commented 5 years ago

error6 error7

In getLines and storeLines I have set the path of the file but issue is persisting