An application under the ArcGIS Desktop suite that is used to manage and create spatial data and databases.

learn more… | top users | synonyms

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 ...
1
vote
1answer
67 views

How do you create an ArcCatalog-friendly xml metadata file from a url metadata?

How do you take metadata information from a url like this and create an xml file that ArcCatalog's "import xml" metadata tool will accept? I have tried a few variations on pasting the url information ...
0
votes
1answer
48 views

ArcCatalog 10.1 tree doesn't refresh after adding new custom IGxObject at runtime

I am using ArcObjects 10.1 (.NET) to customize ArcCatalog: adding new nodes in catalog tree like in the Esri's example. But when I add new child node to already expanded parent, it doesn't show up in ...
3
votes
0answers
37 views

ArcToolbox Metadata. How does this work?

I've created several python scripts and created tools from them. I have a custom toolbox that contains all of my tools. I add this toolbox to the ArcToolbox window in ArcCatalog. I want to create ...
3
votes
0answers
45 views

Topology validate error

Im using Arcmap 10.1 version.I don't know where i made mistake my database. I have attached an example image to show the Error Report.
3
votes
0answers
336 views

Save folder connection in ArcGIS 10

In ArcCatalog one has the option to save locations of folders via the "Connect To Folder" button. I have the problem, that ArcGIS don`t save each folder connection which I would like to have in ...
2
votes
0answers
332 views

oracle 10 connection on arcgis 10, windows 7

I have problem odbc connection on arcgis 10, oracle 10 and windows 7. odbc connection on windows, running well. but when arcgis conection via arcatalog, appear error "Test connection error because of ...
1
vote
0answers
79 views

How to rename .met file with model builder which uses an iterator to rename .sid files?

I have a model that iterates through a folder containing .sid raster datasets, amongst other types of rasters (so I'm using a *.sid wildcard). I note, however, that ArcCatalog/Model Builder/Rename ...
0
votes
0answers
72 views

SDE connection error

In my company we have a number of databases in an MS SQL instance. This morning only 1 database i generating following error when I try to do a direct-connect in ArcCatalog: Failed to connect to ...
0
votes
0answers
112 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 ...
0
votes
0answers
68 views

Can i assign a list or array to IRowBuffer Row without Row.set_Value()?

Is it possible to assign a list or array to IRowBuffer Row? I have something like the following: I have a fields (list) with values and i have to fill a Row with that values. public void ...