0
votes
1answer
62 views

Using multiple address locators in ArcGIS

I am geocoding millions of addresses for my research (every registered voter in six states). I am using two geocoders: one that is really fast and one that has fewer unmatched addresses when I ...
0
votes
2answers
60 views

Missing options on database connection in ArcCatalog

I have 2 databases on the same server. I can add connections to them both without a hitch in ArcCatalog (or catalog in ArcMap). The problem is that I seem to be losing some options when right clicking ...
2
votes
1answer
37 views

ArcGIS 9.3.1 User Privileges

I know that you can grant privileges for users using ArcCatalog for the whole Dataset as letting them select, update, delete and insert feature classes. But my question is how could I grant the ...
0
votes
0answers
111 views

Geoprocessing tool GUI windows displaying blank

Using 10.1, both SP1 and no service pack, I'm getting blank windows when I open the GUI dialog for any geoprocessing tool from the ArcToolbox. The Environments window is also blank. Tool help windows ...
3
votes
2answers
162 views

WMS layers don't draw in QGIS or ArcMap but do in OpenLayers

WMS Map was published by myself in AutoDesk Infrastructure Map Server 2013. I can connect and load detials (properties / metadata) in QGIS Browser, ArcCatelog. I can load the wms into QGIS desktop and ...
2
votes
1answer
32 views

How to improve a join between a shape and a view?

I have this problem with a simple join and I don't know what to do. Here's the deal: have a shape file with 400,000 parcels, in this shape I have only one column with the parcel id with an index. I ...
1
vote
1answer
168 views

Spatial join drops values from fields in ArcCatalog

I'm running ArcEditor 10.0 SP5 with the Spatial Join patch installed. I am aware that spatial joins tend to fail on larger datasets, so I have two polygon feature classes with about 700 features ...
2
votes
2answers
350 views

How to get all OIDs from a table?

I have table which i need to get all the OID's from it. I tried this code : List<int> OIDList = new List<int>(); IQueryFilter queryFilter = new QueryFilterClass(); queryFilter.SubFields = ...
5
votes
2answers
602 views

How to insert data to a table?

I have Table in ArcCatalog, table name: (WorkOrderAss) . This table contains 3 columns : (OBJECTID , FeatureName , Name) . I want to insert data to this table from the code behind in C#. Any help ...
2
votes
2answers
138 views

Adding a new field to table in ArcCatalog

I have a command button in ArcMap, this command button working to add a new field to a specific table in ArcCatalog. e.g. i have a table contains many fields like ObjectID , FeatureName, ... i want ...
1
vote
1answer
137 views

Dealing with tables in ArcMap

I had create a table and line feature class in ArcCatalog. i want to deal with those tables in ArcMap. Read Add Delete Update how could i do that?
3
votes
2answers
439 views

ArcSDE database connection strings for ArcCatalog

Anyone know where the Database Connection strings are located in Program Files for ArcCatalog? I have all my Database Connection strings fixed and all my scripts use them. My computer went down and ...