Tagged Questions
4
votes
2answers
63 views
Duplicate an in use GeoDatabase
I'm wondering if there is anyway to duplicate an in use ESRI File GeoDatabase.
The GeoDatabase I have is being used by ArcServer for a few of our web mapping applications. Now I understand I could ...
1
vote
1answer
59 views
Adding, Updating, and Deleting information from arcGIS Server
I am new to ESRI and GIS. I am starting to get into using client data. I have created maps and put them to the server using arcMap and arcGIS for Server. I need to know how easily I can access these ...
1
vote
0answers
46 views
ogr2ogr Convert to FileGeoDatabase FGDB_BULK_LOAD YES makes no difference
I am trying to export a lot of data from a PostGIS database to a FileGeoDatabase.
The command I used to use was
ogr2ogr -progress -append -f "FileGDB" -gt 66536 -sql "SELECT * FROM line" ...
4
votes
2answers
102 views
Can you create feature classes with the same name in different feature dataset
I've searched but can't seem to find any info on this which is surprising as this should be an easy one to answer.
I'm using ArcGIS 9.3 and trying to create a feature class called 'cadastre' in ...
4
votes
1answer
173 views
String format for geodatabases in ArcPy scripts
Several ArcPy functions take strings as geodatabase identifiers. I've looked through the ESRI docs, but can't find a good reference for the various acceptable formats. I'm looking for examples of ...
12
votes
1answer
226 views
How do you organize your geodata?
A geodatabase doesn't provide much flexibility in organizing your data hierarchically. All feature sets live either at the top level of the database, or one level down in feature datasets. A feature ...
3
votes
1answer
528 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 ...
1
vote
1answer
1k views
Converting Microsoft Visio 2007 .vsd file to xml workspace document (without the macro)
I was just editing my geodatabase schema in Microsoft Visio and noticed that it is the new 2007 version, rather than 2003 which had a handy export tool, therefore I downloaded the ESRIExportToXML ...
11
votes
7answers
3k views
Versioning with ArcSDE - Is it possible to cancel or reject edits once they've been posted?
I am using ArcGIS 9.3.1 and attempting to work with an SDE geodatabase (with one polygon feature class) that has already been registered as versioned. I'm new to versioning and am still trying to ...
3
votes
2answers
461 views
How to use the ISpatialFilter interface with ArcGIS 10.1?
From what I've heard till now:
1) ArcGIS from version 10.1 and forth will only support http connections: local connections will not be supported any longer.
2) The code
ESRI.ArcGIS.Carto.IMapServer ...
4
votes
4answers
291 views
Can I store an ArcObject inside a BLOB or XML field?
I'm having this crazy idea here...Is it possible to store an ESRI object inside a blob field inside a geodatabase? If not, perhaps a serialized XML representation?
I'm thinking about storing ...
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 ...
4
votes
3answers
245 views
Modeling a GeoDatabase for whole world
My recent assignment is to model a multi-user geodatabase for the whole world using the ESRI platform. This geodatabase contains administrative layers and topographic layers. The schema is to be ...
3
votes
1answer
740 views
how to grant permission in SDE geoDB,when layers are inside a geometric network
When I use sdetable command to grant pemission to a table that located in a SDE SQL server geodatabase it works properly,this table is a non-spatial table which is in geodatabase immediately,I mean ...
1
vote
2answers
179 views
Where should the data update date be entered into the FGDC metadata form (esri)?
if you've edited data recently (a gdb feature class), either spatial or tabular, and you want to capture the "update date" and possibly a note about what was updated, without overwriting the ...
10
votes
3answers
2k views
Character encoding support in geodatabases and shapefiles
I've got several geodatabases that include feature classes with Greek letters in a lot of the attributes. When I try exporting a feature class as a shapefile from ArcCatalog, the attributes are ...
3
votes
2answers
4k views
How do I upload a Featureclass to a Geodatabase in C#?
All,
I have a featureclass with Arcobjects that came from a Shape file and I wish to import it into a geodatabase. I have the geodatabase connection, I just don't know how to load the feature class ...