In ArcMap, the file that contains one map, its layout, and its associated layers, tables, charts, and reports.
3
votes
1answer
147 views
How to clip a Oracle query layer directly in a Python script?
I have a query layer directly running from ORACLE database in a MXD. I want to clip this layer with a layer being created in another MXD in a Python based tool. My question is to do this clip ...
0
votes
1answer
56 views
Update Service config file with ArcIms java connector
We are using arcims java connector to create, update, delete services. it works fine for create and delete. However when we try to update the config file of service (ie : mxd file) the new mxd file is ...
3
votes
0answers
161 views
Why do I lose my printer settings when saving a copy of mxd from ArcPy?
Judging from the answer to this question, one cannot change the page size etc from ArcPy, so I set up my "template" mxds so my script can save a new copy of it, change data sources etc. This methods ...
2
votes
0answers
180 views
Create ESRI ArcSDE Connection File (.sde) using Python/ArcPy at the ArcView license level?
Is there an alternative way to create ArcSDE connections in ArcGIS 10.0 using Python at the ArcView license level? I need to create 4 separate connection files for a MXD SDE data source re-point tool. ...
2
votes
0answers
90 views
Why are updates made in MXD by my tool not visible on some machines?
I've developed a tool that makes updates in many mxd files.
When it runs in my machine, everything works fine, and I can open the mxd and see the updates made by the tool.
When the tool runs in any ...
2
votes
0answers
153 views
ArcObjects : How to change layers connection properties without losing joins
I'm using arcObjects 9.2.6 java librairies to change connection/path properties within a java prog.
This prog aims to change path and connection properties for all layers of an mxd file.
It works well ...
1
vote
0answers
39 views
Can you successfully migrate arcgis 10.0 mxd to 10.1 or are there steps to follow?
I have upgraded from 10.0 to arcgis 10.1. I am trying to open an 10.0 mxd file in 10.1 and it appears to have lost any additions I had made to the table plus its' x and y coordinates. Can you ...
1
vote
0answers
97 views
Convert .mxd to .qgs, MXD2QGS fix?
I've had a look at the following thread about using MXD2QGS and so far I've figured out that this only works with version 10.0 and Python 2.6. I installed MXD2QGS on a machine with Arc10.0 and Python ...
1
vote
0answers
53 views
Why are the special fonts in a .mxd-project not used/found?
I have a .mxd-project file from a customer which uses special fonts (TrueType). I installed these fonts in Windows but my application (mostly a MapControl) doesn't use these fonts for displaying. I ...
0
votes
0answers
27 views
add data to toccontrol
When i open MXD file, it isn't add to TOCControl, but it is dispalyed. How solve it or it is imposible?
Code from standart ArcEngine MapControll APP
private void menuOpenDoc_Click(object sender, ...
