Tagged Questions
3
votes
1answer
64 views
How to add Oracle database connection to AnalyzeforMSD script?
I use this script right now:
import os, arcpy
directory = r"C:\Project"
for root, dirs, files in os.walk(directory):
for myFile in files:
fileExt = os.path.splitext(myFile)[1]
if (fileExt ...
2
votes
1answer
157 views
How to access all mxd files in a folder?
I'm a beginner to Python and am trying to figure out how I can access several mxds in a folder. For example, when I want to use the AnalyzeforMSD function in ArcGIS:
import arcpy
mxd = ...
4
votes
1answer
597 views
Move .SHP from .MXD to gdb [duplicate]
Possible Duplicate:
How to move SHP to gdb with ArcView license?
Let's cut it short, I have numerous mxd with layer coming from .SHP and various servers WMS that I need to move to a gdb.
...
7
votes
2answers
375 views
Locked/Uneditable Map Document
I am wondering if its possible to create a locked map document?
I have a document that multiple users will be accessing and as a way of preventing them from making any accidental errors, am wondering ...
3
votes
2answers
4k views
ArcGIS Explorer and .mxd files?
This is perhaps a silly question but can ArcGIS Explorer open a .mxd file? I can't seem to find a definite answer online and I can't download it until I know the answer. Thanks.
1
vote
1answer
658 views
arcgis server 10 tif mxd problem
i am using arcgis server 10. first i opened arcmap and added a.tif file. then i saved it using
File -> Save As
as a ArcMap Document (*.mxd) file, let's say b.mxd.
Now i open arccatalog and ...
4
votes
2answers
620 views
Update ArcMap links to ArcSDE Geodatabase features
I've seen questions about attemting to repair a .mxd file with broken links. What I would like to do is get ahead of this issue and "fix" it before it becomes a problem.
I have my data in an ArcSDE ...
4
votes
4answers
3k views
Batch export MXD to PDF tool
Nico Burgerhart made a fantastic script called "Batch export MXD to PDF" back in 2008.
http://arcscripts.esri.com/details.asp?dbid=14872
Any ideas how to implement it in ArcGIS 10? Something ...
8
votes
3answers
1k views
How can I speed up slow-loading, template-generated MXDs?
I have an ArcMap template (.mxt) file which causes .mxd documents created with it to take 5-10 minutes to load (if it ever loads). Even after stripping out all the data sources and tables, the issue ...
6
votes
5answers
4k views
How do you deal with broken MXD\LYR paths?
In relation to this question,
In the past, whenever I cleaned up a bit and moved layers around (or changed their names) my MXD's paths were broken and it was one pain-in-the-arse to correct them.
...
12
votes
3answers
905 views
Are the ESRI .lyr and .mxd data format specs published?
Are the binary formats of .lyr and .mxd files published?
