Archive for the ‘Filebased Geodatabase’ Category

Finding out if a File Geodatabase Feature Class is compressed

Thursday, September 4th, 2008 Posted in ArcGIS Mobile, C#, Filebased Geodatabase | No Comments »

Compressed file geodatabases (fGDB) are a great thing. They render data amazingly fast and search quickly but take up a miniscule amount of disk space. Good job to ESRI on getting it right. They are not editable though, and therefore ...

Filebased Geodatabase Date Filtering

Thursday, August 16th, 2007 Posted in ESRI, Filebased Geodatabase, Software Development | No Comments »

So I had to add some functionality to filter by date and normally this is really simple in ArcObjects as you use the IQueryFilter::WhereClause and enter a date formatted where clause in there. One problem though. I am using Filebased ...