Tagged Questions
1
vote
1answer
59 views
How to get the nearest line to a feature?
I have features on map, and i want to get the nearest poly-line to each one.
How to write spatial query to get the nearest one.
I tried to use ISpatialFilter but i couldn't reach anything.
3
votes
1answer
81 views
Editing and Deleting Query Tables in ArcMap
How do I edit the query for a Query Table after it has been created?
How do I permanently delete a Query Table? Even after I do right-click -> remove, it still appears in dropdown lists.
1
vote
0answers
100 views
Using database tables with bigint columns in ArcMap query layer
I am very new to GIS and am using the ArcMap 10 program.
Currently, I am trying to set up a query layer from a remote database. I am able to connect to the database, but I am having trouble making ...
3
votes
2answers
634 views
Selecting MAX values within records with the same name
I'm working in ArcMap 9.3 and I've never dealt with that kind of queries...
I need to Select the MAX value from column [A] for each set of records in the table which have the same value in column [B]
...
1
vote
0answers
181 views
Cannot join feature layer with SQL Server table with query built in it in ArcMap
I need to join a feature layer with a SQL Server View with a common field in ArcMap. The View was successfully added to ArcMap as data table with some query built on it from Query Builder.
When I ...