1
vote
0answers
29 views

How do I prevent Arcmap from verifying SQL expressions when using a plugin dataset?

I've written a plugin workspace for ArcGIS. I'm able to compose a where clause containing syntax that my implementation of IPluginDatasetHelper understands, assign it to IQueryFilter.Whereclause, and ...
2
votes
1answer
47 views

Domains can only be delete or modified by the owner?

Arcmap States that "When a new domain is created, the owner of that domain—that is, the user who created it—is recorded. Only the owner of an attribute domain can delete or modify it." So say for ...
4
votes
2answers
489 views

How to programmatically work with featureclasses from multiple geodatabases?

I have produced a Python script which creates multiple buffers of specific (listed) featureclasses within a geodatabase. This is achieved by running each feature through a for loop. I would like to ...
5
votes
2answers
254 views

How do I convert many .dxf files to one gdb file?

I am using ArcView and ArcCatalog 9.2 with the Data Interoperability extension and I have 159 .dxf files that are comprised of 6 files; a dessin DAO, an annotation DAO, a multipatch DAO; a point DAO, ...
3
votes
1answer
121 views

Has anyone been successful using the CAST function in ArcMap 10 with ArcSDE 10

I would like to use the CAST function in the definition query property of a layer and/or in the label class sql query window. This was the most promising link that I've found, including the two links ...
1
vote
1answer
46 views

How to prepare domain on multifeature using Arcmap?

I am using in Personal Geodatabase. I want to prepare more than one field domain setting.
0
votes
1answer
122 views

Why does the File Geodatabase that I created not appear to any other users on the network?

I created a File Geodatabase to store files that I use in maps for my coworkers. The folder is in a location where all users should have access and permissions. Strangely enough, after I created the ...
1
vote
1answer
139 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
1answer
523 views

How do I copy the coded value for a field and not the raw value?

I am working with ArcGIS 10 and I have added a field in a feature class and am attempting to copy the text from another field's coded values, but the field calculator is simply copying the "code" text ...
4
votes
0answers
246 views

Creating a VB.net Dataset in Visual Studio 2010 from an SDE Geodatabase

I am building an ArcMap Addin that contains several Windows Forms with controls that need to be bound to a database. I am trying to decide whether or not to use a native SQL Server Database or an SDE ...
1
vote
2answers
87 views

Split a Quad to 1:7,500 Question

Here I have 1:24,000k quads. I know how to use the word split toolbox. What I would like to split 24,000K to 1:7,500 or 6,000k. Is there a way around for me to do that ? For example,, if you have one ...
7
votes
3answers
3k views

How do I change the data source for all layers in an MXD?

I have an MXD. It connects to about 30 layers in one of our SDE databases. I want to change the SDE database they connect to. Is there a way to do this without having to right-click every layer and ...
0
votes
2answers
247 views

Negative Point Valence topology error

I am getting the following error when I try to erase a set of data from a file within a gdb. Any idea on what to do? I have done repair geometry multiple times on the input/erase datasets. I have 16GB ...
6
votes
5answers
1k views

Running ARCgis 9.3.1 and 10.0 on the same machine

I have the full installation Media for 10 (9.3/SQL05 already loaded). And two editor licenses (one loaded and a new license file). What manner of wizardry is involved in getting around the conflict ...
5
votes
2answers
2k views

Trouble creating a query table

I need to join one feature class and one table. This is a one to multiple join, therefore, my only option seems to be by creating a query table. My problem is that the fields I want to join do not ...