|
POST
|
Both approaches will preserve relationship classes.
... View more
11-03-2011
09:33 AM
|
0
|
0
|
3459
|
|
POST
|
Table table = geodatabase.OpenTable("\\USA\\Cities"); Where "USA" is the feature dataset and "Cities" is the feature class within the feature dataset.
... View more
11-02-2011
02:27 PM
|
0
|
0
|
406
|
|
POST
|
Currently we only plan on supporting vector data. If you see the need for raster data please enter a request with Esri technical support or on the ArcGIS Ideas site (http://ideas.arcgis.com/). Please provide the business justification for raster data support being added to the File Geodatabase API. Please include an example of the typical workflows where raster support is required.
... View more
10-31-2011
03:14 PM
|
0
|
0
|
3733
|
|
POST
|
We followed the default when we built the API. Secure scl is enabled by default in VS2008 and disabled in VS2010. You may want to consider moving to VS2010.
... View more
10-27-2011
03:09 PM
|
0
|
0
|
549
|
|
POST
|
File Geodatabase API 1.1 was built with .NET Framework 4.0 and will not work with earlier versions. This is missing from the README file and will be corrected in the next release.
... View more
10-25-2011
11:58 AM
|
0
|
0
|
1085
|
|
POST
|
In the C++ API, will there be future support for SQL aggregate functions such as MIN() and MAX()? We are currently concentrating on implementing aggregate functions in the 10.1 release. At some point we would like to move this into the API, but we can't even start planning until 10.1 is released.
... View more
10-19-2011
08:35 AM
|
0
|
0
|
638
|
|
POST
|
I have both of those files in the same folder as the application. I also have FileGDBAPID.dll. I removed it now to test but I received the same error. Regarding the C:\Program Files question, when I copy+paste the debug/bin folder from my dev pc to a test pc I'm pasting to the desktop so it's not in C:\Program Files. When I was trying a Setup and Deploy project then it was going to C:\Program Files\Microsoft\<my app name>. Neither worked though. I'm not familiar with the licensing aspect of ArcGIS products... I read an ArcObjects license is not needed to run the API, but does the API require ArcGIS Engine Runtime or ArcGIS Desktop? When we copy+paste our application to a pc with them installed it works correctly. A license should not be required. We have tested on PC's that do not have a license or access to a license without any problems. Are you using ArcObjects code? Can you post (or e-mail me at lshipman@esri.com) the error that you are receiving an example project that returns this error?
... View more
09-30-2011
11:18 AM
|
0
|
0
|
3177
|
|
POST
|
Esri.FileGDBAPI.dll, FileGDBAPI.dll need to be in the same directory as the executable (in in the system path). Have you installed under C:\Program Files? We are investigating a possible issue with installing under C:\Program Files.
... View more
09-30-2011
10:02 AM
|
0
|
0
|
2995
|
|
POST
|
I'm reviewing this issue for a workaround. I'll post a bug number shortly.
... View more
09-19-2011
12:57 PM
|
0
|
0
|
1811
|
|
POST
|
Yes. In general wstring is used for all character parameters in the API. This implies that we are using wchar_t. But in addition to that, we are using UTF-16 encoded characters in the wchar array. Our contract is that the wstrings that we provide as output are always UTF-16 encoded characters, and we require that developers supply the same for input strings that they use in any API function call. The exception is XML data. For XML, we use std::string, not wstring. The reason is that our XML is required to use UTF-8 encoded characters. XML is general supplied in UTF-8, and the std::string class is a better fit for working with UTF-8. We have found that using std::string to contain UTF-8 encoded XML strings is very commonly done in the C++ development community.
... View more
09-14-2011
10:21 AM
|
0
|
0
|
790
|
|
POST
|
An example was included in the Domains sample in the file geodatabase 1.1 release. You assign a domain to a field via table.AlterField. It is not currently possible to add a domain on table creation. I've added an enhancement (NIM072315) to allow the association of a domain on AddField and on CreateTable.
... View more
09-06-2011
01:29 PM
|
0
|
0
|
1093
|
|
POST
|
Since the samples are working, I don't think there is anything wrong with your set up. I suspect there is something missing from your solution. Can you post it?
... View more
09-06-2011
01:10 PM
|
0
|
0
|
2995
|
|
POST
|
Hi, Ok, I see. I was able to compile the samples using VS2010 (except for errors for not having the OpenTK namespace). I'm getting the "could not load assembly" errors when I use VS2008 and set the target platform to 32-bit. Since most of our tasks are still in .NET 3.5, I also want to use the FileGDBAPI in 32-bit; but I keep getting this error. Thanks for your prompt response. The OpenTK error is expected. You must download OpenTK (as noted in the readme document) to get the Display sample to compile. The .NET wrapper works with both 32-bit and 64-bit, but it is only supported with VS2010. To use VS2008 you will need to download the VS2008 version and use C++.
... View more
08-31-2011
08:26 AM
|
0
|
0
|
2995
|
|
POST
|
Were you able to compile and execute the samples in samplesC#? The samples provide an example of the correct solution set up.
... View more
08-30-2011
01:08 PM
|
0
|
0
|
2995
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-16-2013 09:31 AM | |
| 1 | 12-21-2016 08:14 AM | |
| 1 | 07-29-2016 08:34 AM | |
| 1 | 04-15-2015 09:20 AM | |
| 1 | 12-19-2016 04:33 PM |
| Online Status |
Offline
|
| Date Last Visited |
04-24-2025
12:47 PM
|