ESRI geodatabase is a particular database schema designed by ESRI for managing "layers", "versioning", "topology" and other ESRI application specific storage requirements.
3
votes
1answer
640 views
Adding rows of data to a non-spatial table in ArcMap with a SDE SQL Server for Metadata purposes
I'm attempting to use several non-spatial tables to better organize the large set of feature classes I continually add to a SDE Geodatabase (SQL Server Express). So I have several tables setup and ...
5
votes
4answers
4k views
Trouble importing Feature Classes into Feature Datasets
I'm sure there must be a simple reason for this but I can't seem to be able to import a shp file or a feature class from another file or sde geodatabase into a Feature Dataset without getting an ...
1
vote
1answer
685 views
How to import/copy geodatabase schema from multiple tables to a single table
I have an existing ArcGIS 10 geodatabase which has a complicated schema containing multiple tables and joins, and I wish to simplify this for faster web delivery.
For example, Featureclass1 is ...
4
votes
1answer
216 views
Geometry storage type in geodatabase Oracle 9i with SDE 9.3.1
How do I identify what geometry storage type is being used with a specific geodatabase? Thanks.
4
votes
1answer
1k views
How to update the length property of a feature class field?
I have a feature class with a string field that I want to update the length from 10 to 25. Is there a way or a tool to update this property without having to create a new field and using field ...
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
1answer
952 views
How to let ArcGIS Server see related records in a geodatabase
I have an ArcSDE geodatabase which contains multiple relationship classes.
If I add this layer to ArcMap, the relationship is automatically applied (eg, the Identify dialog allows me to drill-down to ...
1
vote
0answers
249 views
Exporting layer selection to a file GDB
I have over sixty layers in a map. These are all grouped by categories. I am trying to figure out the best way to export all the layers for a given selection to a file geodatabase and also maintain ...
3
votes
1answer
512 views
Referencing Feature Dataset in File Geodatabase with ArcPy
It's probably an obvious one but since I'm new to arcpy I'd appreciate any help.
I'm trying to develop an arcpy script which will eventually loop through number of rasters and feature classes stored ...
3
votes
5answers
681 views
For a ESRI Geodatabase Feature Class, which table holds the spatial reference?
For a shapefile, the spatial reference / coordinate system information is held in the .prj file. I would like to know which file or table in a geodatabase holds the equivalent information for a ...
2
votes
1answer
286 views
Working with temporary files in ArcObjects using Geodatabases?
My current add-ons rely on shapefiles for working with temporary files. For example, if I run a spatial analyst tool, I create a new shapefile to store the output geometry. ArcGIS stores all temporary ...
17
votes
5answers
4k views
How to migrate GDB data into PostGIS without ESRI apps?
Can you tell me how I can load geodatabase data into PostGIS without having to install ESRI apps? The solution I found online talked about using ArcGIS to convert GDB to SHP and then importing SHP to ...
4
votes
3answers
3k views
subtypes vs domains
No luck on the Esri forums, so I thought I would try here.
I was trying to determine the best way to standardize my attribute table. I thought first I would just use a coded value domain but I am ...
3
votes
3answers
397 views
How to set up a Revision Control for ESRI File Geodatabase?
I'm interested in doing revision control (Mercurial) on some file geodatabases. Does anyone have an idea of which files are important (need to be saved) and which can be ignored? Note that I'm not ...
1
vote
0answers
268 views
Intersecting with Geodatabase.ISpatialFilter - no results
I'm trying to intersect two layers and get resulting features with the following code I've written:
ESRI.ArcGIS.Geodatabase.ISpatialFilter spatialFilter = new ...
7
votes
2answers
220 views
.Net Solution Structure for ArcObjects and Geodatabase programming
OK - I understand that this is a bit subjective - but you're the best community forum I've got!
So, we are talking about starting a fresh customisation for ArcGIS or a Windows app using Engine.
I ...
2
votes
2answers
155 views
How to store large amounts of text in an SDE table
I need to store a lot of text in a field in an SDE registered business table (an ITable, not a featureclass) - let's say 10,000 words roughly. I am using Oracle 10g and ArcSDE 9.1.
I am programming ...
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 ...
5
votes
4answers
1k views
Does File Geodatabase performance degrade as it fills up?
I'm having a memory leak issue. Upon investigating this more, it seems the file based geodatabase I write to in a loop, is growing very large, and as it grows, it significantly degrades the ...
7
votes
1answer
559 views
How to create a 9.3 file geodatabase with ArcObjects SDK for ArcGIS 10?
In ArcGIS 10 I could use the Create File GDB geoprocessing tool to create a 9.3 file geodatabase or the Create Personal GDB geoprocessing tool to create a 9.3 personal geodatabase.
But I cant't find a ...
3
votes
4answers
1k views
Is there any place in which I can find a list of invalid database characters for ArcGIS 10?
Relating to my question about the split tool here, as suggested I ask a new question: is there any place with a list of invalid characters to use in a database in ArcGIS 10?
edit: It is in relation ...
3
votes
2answers
1k views
Reading Coded Domains from ArcSDE 10 RDBMS using SQL/ADO.net
I need to read ArcGIS Domain Coded Value pairs (value/description) from SQL Server / Oracle in SQL (i.e. not using ArcObjects). This is an XML field. I can get the domain definition thus
select ...
3
votes
2answers
1k views
How to create a feature class in a file geodatabase in ArcGIS 9.3 with Python?
I'm not entirely sure if I am using the correct terminology, so I apologize in advance. What I am looking to do is create a file geodatabase and add a feature class directly into that file ...
3
votes
1answer
535 views
How do I move and/or rename a file geodatabase?
I am expanding the scope of an existing file geodatabase so I would like to move it up a folder hierarchy as well as rename it.
For both of these operations, is it as simple as moving the folder via ...
4
votes
2answers
486 views
Is there a performance hit from using a Feature Dataset?
I vaguely remember being taught not to use a Feature Dataset to make things "look neat" in the database, and that the Feature Dataset should only be used when there was some sort of spatial ...
7
votes
3answers
287 views
Changing a coded Domain to no codes
If we have coded domains in the geodatabase model, what are any disadvantages to changing the codes to the Description. For example:
Existing Coded Domain:
Code, Description
1, Single Family ...
4
votes
1answer
339 views
Determining ESRI File Geodatabase release version?
Is there any method in Python, ArcObjects, or the File GDB API for determining the release version (9.3, 10.0, etc.) of a file geodatabase? There is a need to find all of our shared 10.0 version file ...
9
votes
2answers
2k views
manipulate file geodatabase like an access personal geodatabase?
Is there any way to interface with features, but more specifically their attributes, in a file geodatabase like you can in a personal geodatabase?
Frequently I will just open a personal geodatabase ...
0
votes
2answers
243 views
FME API Module null?
I try to convert my geodatabase to Excel.
And i have a strange message:
FME API version of module 'XLS_ADO'
matches current internal version (3.6
20101014) Trying to find a DYNAMIC
plugin ...
0
votes
0answers
158 views
How to read a feature table empty with FME / Python?
I would like to convert a feature table Geodatabase (empty) to MapInfo, but my feature table is empty.
I would like to write the schema of feature table in MapInfo file.
Is it possible to force the ...
0
votes
2answers
282 views
Read feature table with FME / Python
I try to convert a feature table Geodatabase to MapInfo with FME / Python
But each test, my application crash.
There is no geometry in my feature table in file geodatabase.
Why my application crashes ...
1
vote
2answers
1k views
Problem reprojecting data from personal geodatabase using QGIS
I have a dataset in the form of a personal geodatabase (mdb) and am interested in using certain feature classes for further processing.
My problem is - I am using USGS data orthoimagery which comes ...
14
votes
7answers
4k views
ArcCatalog 10.0 complains that spatial references don't match between a feature dataset and a feature class that have the same coordinate system?
I have a feature dataset that is using the GCS_WGS_1984 as the geographic coordinate system. It includes a few feature classes.
This feature dataset is itself in a file geodatabase that contains a ...
1
vote
1answer
248 views
FME Feature Type with Python
Here, the python for create a list of feature type but....
import sys
from pyfme import *
try:
log=FMELogfile("shapeToTAB.log")
log.log("Opening reader",FME_INFORM)
...
3
votes
3answers
201 views
Is there any way to write a snipet of code with function of “SDELayer -o register” command
I try to create a geodatabase using some SQL command and then register some tables of it with SDE.
I create an empty geodatabase using sde post installation and then create tables and other database ...
3
votes
2answers
452 views
How to get a list of features from FME? Python?
I would like to get a list of geodatabase feature tables from FME.
Is it possible with Python? Or another transformer?
Thanks.
7
votes
3answers
2k views
How to import/export geographic information (gml or csv file) to geodatabase?
I am searching for C#/Java libraries that can import and export geographic information (gml/csv file formats) from and to geodatabases.
If not yet available, is there other way to do this task?
Any ...
4
votes
3answers
3k views
How to list feature classes with active “attribute domains”?
I have an Esri file geodatabase with attribute domains defined. I need to delete some of the attribute domains but can't because "The domain is used by an attribute rule.". How might I discover which ...
3
votes
2answers
277 views
Locks not being released in Linux held File Geodatabases
We have a system with 2 SOC servers, and one SOM server, acting on a shared storage area.
We have had performance issues for years, and believe we have worked out why.
There are several file ...
5
votes
3answers
443 views
How do I render data quicker in Arcmap?
Is there a way around to speed up the data into ArcMap ? When I converted the raster to polygon and some data would load up quicker and some other load slow. I am wondering if I could add the spatial ...
6
votes
4answers
764 views
difference between Simple and Attributed relationship classes?
In the esri geodatabase, what is the difference between Simple and Attributed relationship classes?
3
votes
2answers
158 views
Data storage shared with co-worker [closed]
I would like to ask anyone out there who knows of a good free website that allows me to upload my gis data files to co-worker. Each project I am working on are quite large and would need to upload 1 ...
4
votes
4answers
295 views
Record Date and User for an edited feature
The client has a Feature Class in SDE 9.3.1. When a feature in the feature class is edited the client wants to automatically record the date/time and who edited it in the feature class attributes.
...
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 ...
3
votes
1answer
852 views
Can spatial data in Oracle be imported into SQL server?
Oracle supports spatial data and so does SQL Server.
What are the things to consider if we have to migrate spatial data from Oracle to SQL Server?
Are there any features in Oracle that are not there ...
3
votes
1answer
825 views
Can you create a ArcGIS 9.3 esri-geodatabase in ArcGIS 10?
Dooes anyone know if it's possible to create a v9.3 geodatabase from ArcGIS 10? Opening them is not a problem, but I haven't found a way to create one without going back to 9.3 and doing it there.
4
votes
3answers
300 views
Looking for good resources for batch files in relation to databases/geodatabases
I hesitated a bit before asking this, as it isn't necessarily a GIS specific question, though I'm using it to update geodatabases. I have found plenty of hits on a Google search, but frankly, many of ...
3
votes
2answers
213 views
Can a Geometric network be hosted in a Spatial Data Service?
I'm wanting to deploy a geometric network to Sql Azure, where clients can trace through it.
The Spatial Data Services Deployment Utility allows me to deploy each featureclass from a geometric network ...
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 ...
2
votes
1answer
153 views
Images in map layouts
I wanted to place some images in my map layout but I found that images are not embedded in the MXD files so now, after I deleted them, I've lost the graphics and have to do them again.
Is here any ...

