Skip to main content
Question

how to extract from oracle file specific city and the neigbohrs of this city.from the 4 side

  • March 30, 2020
  • 2 replies
  • 14 views

gogopotter90
Contributor
Forum|alt.badge.img+14

could i ask how to extract from oracle file specific city and the neigbohrs of this city.from the 4 side if available .

should i write code in ql statement or what should i do .

 

i do not want to have only one city ,i need also to get the neighbor cities so when i have lines intersected in specific city and neighbor city ,so i could know which neighbor city and intersected with which point .

thank for any help

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+62

Without knowing your exact situation it's going to be very hard to come up with an answer. But I'll try:

If you use a FeatureReader to read the Oracle database you can set a spatial filter, which can be intersect. So if you use the outline of your city of interest as the initiator and set the spatial filter option to "intiator intersects result" it should read all features from the database that intersect.

 

 

On a general note: your questions tend to be fairly detailed, but are often without context or samples. It would help us a lot if you could add some general background about what you're trying to do, show us what you've tried so far, show an image, show us your data etc. We want to help you, but you have to help us help you. We're all volunteering our time here, so please try and make efficient use of that time.


gogopotter90
Contributor
Forum|alt.badge.img+14
  • Author
  • Contributor
  • March 30, 2020

Without knowing your exact situation it's going to be very hard to come up with an answer. But I'll try:

If you use a FeatureReader to read the Oracle database you can set a spatial filter, which can be intersect. So if you use the outline of your city of interest as the initiator and set the spatial filter option to "intiator intersects result" it should read all features from the database that intersect.

 

 

On a general note: your questions tend to be fairly detailed, but are often without context or samples. It would help us a lot if you could add some general background about what you're trying to do, show us what you've tried so far, show an image, show us your data etc. We want to help you, but you have to help us help you. We're all volunteering our time here, so please try and make efficient use of that time.

Thanks a lot ,I will try ur way,unfortunately Iam not able to share the data but I would like to thank u a lot for ur help and suggestions ,i learned alot from u .