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 Geodatabase and I did not know what the correct way to encode the date is! I [...]
Archive for the 'Software Development' Category
Filebased Geodatabase Date Filtering
August 16, 200764-bit Windows and ArcGIS
July 13, 2007So we predominantly use C# for development at TC Technology for many reasons which I will leave for a different post. During 64-bit testing though we found that it can be interesting when dealing with:
64-bit Windows
ArcGIS 9.2
.NET 2.0
at the same time. When trying to initialize AO using the following code
IAoInitialize init = new AoInitializeClass();
it fails [...]
From Perforce to Subversion
June 27, 2007The company that I work for recently switched from Perforce at $800 a client to Subversion at $0 a client. The reasons for which are obvious but what we did not know until fully implementing the system is the pro’s and con’s of doing this for OUR company.
Perforce is a great product. It is fast, [...]
Decided to create a new blog about GIS
June 2, 2007Well it happened. I decided that a bunch of the things I am writing about have no place being on our family blog (mainly focused around Euan and what we do as a family) and Work (focused on only the technology used and created at TC Technology).This is a good thing. People have RSS aggregators and software [...]