Tagged Questions
5
votes
2answers
187 views
How to solve “Cannot create topology” in ArcCatalog?
I have a FileGeodatabase in ArcGIS 10.0 with a feature dataset and five feature classes (3 polygon shapes, 1 line shape, 1 point shape).
I'm trying to create a topology to verify some vectors. ...
2
votes
2answers
150 views
Deleting feature classes in filegeodatabase issue
I have filegeodatabase with 20 featureclasses and need to delete few of them, but option DELETE in AcrCatalog if I select this fc, and click right mouse is disabled for the most of fcs in fgdb. Why is ...
6
votes
1answer
329 views
How to programmatically determine the size of a feature class in a file geodatabase?
My answer to the question How to get the size of a file geodatabase feature class on disk? shows how one can enable a column in ArcCatalog showing the file size of FGDB feature classes in the contents ...
2
votes
1answer
268 views
Are there known issues about UPPER, LOWER SQL functions in ArcGIS 10, file GDB?
Platform: ArcGIS 10 SP3, .NET
I use:
IQueryFilter queryFilter = new QueryFilterClass();
with ArcGIS .NET SDK and build a query...
Does anybody had problems using UPPER(stringField) and ...
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 ...
1
vote
1answer
311 views
Opening ArcCatalog to FGDB causes application to fall over
I have some python scripts I have written to create a lot of objects. I write these, in code, to a couple of FGDB's. If I happen to open ArcCatalog in one of these FGDB's, the application falls ...