The File Geodatabase API 1.3 is now available for download from the resource center. (http://www.esri.com/apps/products/download/) What’s new at...
The File Geodatabase API provides an open, non-ArcObjects based means for working with File Geodatabases. The File Geodatabase API is C++ based and...
The C++ API FileGDB_1.3_2010 delivers a header file "Util.h" that contains utility classes for GeometryDef, SpatialReference etc. But there are no...
I am using FileGDB_1.3_2010 C++ API to create and write feature classes in FGDB data. What is the best way to correctly write the Spatial Reference...
I get data corruption and and an assertion in the destructor for wstring parameters passed across the API when I compile the sample programs or my...
Hi all, i'm writing a sample program to read values of some fields in the table. i wrote a snippet as below - SQLStr=L"SELECT STATE_NAME,...
Hello, I want to insert new Polygon in the feature class in the GDB. So i am trying to insert it using SetGeometry, which can recieve only...
Downloaded "File Geodatabase API 1.3 version for Windows (Visual Studio 2012)" from http://www.esri.com/apps/products/download/. Using MS Visual...
Hello, I am using file geodatabase api 1.3. I am not sure what is the proper way to use SetWriteLock() on tables in the GDB. we are using one...
I us FileGDB 1.3 C# in .net4,when PointShapeBuffer pointShape = shapBuffer as PointShapeBuffer; i got an null pointShape.i don't know why ,can...
Hello, everyone. Recently, I did a test to alter one of the fields let say "CITY_NAME" in "Shapes.gdb" based on the samples from download file...
Does this API allow for editing of existing features within a file gdb feature class or will it only allow for creation of new features? Thanks,...
I have a Text field with Length of 1073741822 (pretty long) I'm able to set value with no error but getting value throws following error: The value...
Below is a sample of how to use proxy objects such as Field object to read/write FileGDB xml schema ADO.NET for FileGDB supports proxy objects...
Hi, I can't get the right extent of a table after inserting row into it, attached is the sample, I'm using the 1.2.0.136 version, can anyone tell...
Hi, I created a GeoDatabase and added a table and added a field and I cannot close it. Can anyone help on this? Attached is the sample, the...
I have been chasing a problem in that I can't retrieve curves from the GDB when using the .NET wrapper. Using Reflector, I finally tracked it down...
Could more FileGDB API-specific names be used instead? Martin
Hi, Came across what looks to be a linux 64-bit specific bug when opening the same gdb twice (using different FileGDBAPI::Geodatabase instances)...
Is ESRI planning on adding support for FGDB's created in 9.x anytime soon?
I'm having trouble querying string coded values via ExecuteSQL in the API. I can query numeric codes just fine, for example: SELECT * FROM...
Hi, I've been suffered by a strange problem, I'm using FileGeoDatabase and reading a table, but the exception is thrown when getting the value,...
An early beta version allowed tables using custom projections (in my case Hennepin County) to be opened and returned coordinates in their internal...
Hi, I am trying to unit test code and while simple in ArcObjects I am struggling with the fgdb .net api because there appears to be no interfaces....
I am just trying to get some very basic features going. I modified the Display sample project to use an absolute file path for the geodatabase: ...
I'm writing some code to use the API add curve sections to a polyline row. Are there any structure definitions for the curves in the headers? The...
According to "File Geodatabase API 1.2 now available", API v1.2 includes * Macros for error values allowing for more readable code. (NIM077630) ...
blI have a fgdb which I converted to V10 from 9.3. I am able to open the database, but the tables all return the code -2147024809 (Invalid function...
in FileGDB_API_VS2008_1_2,when call OpenGeodatabase function,I found that there have some memory leaks
Hello, I am using Visual Studio 2010 with .NET 3.5 (32 bit) Without rewriting my application can I use the File Geodatabase API? I have...
I have a File Geodatabase table that I am querying against with an attribute index on a field called "STREET_NAME". If I perform this query, it is...
I have a table with a string column 50 characters in length in a FGDB created by the API. In this case there are no nulls in the column but there...
Hi, I am trying to access the .gdb file for implementing the route solver in Network Analyst Using Java API. I am trying to access the the .gdb...
Is there any SQL that is valid with the FGDB that will help me limit the results returned? I have tried TOP, LIMIT etc.. but none work. I could...
Hi folks, I'm doing some debugging for a GDAL ticket ( http://trac.osgeo.org/gdal/ticket/4832 ), and I have come across some odd behaviour, and...
Hi People, I've been stumped over this issue for days now... Was hoping someone has come across this... Receiving this error when I build my...
Is it possible to create relationship of the table using File geodatabase API? If yes, how?
Hi there, i´m trying to open gdb File from our customer with the new 1.1 api but right now i recieve the following exception "This release of the...
Does ESRI have plans to Release a version of the API to work with Visual Studio 2012?
Hi, I have FileGDB API crashing when called from a worker thread (no concurrent access to database). However, CreateGeodatabase function call...
I'm having problems setting M values in a shapePolylineZM, and I suspect that the problem is that MultiPartShapeBuffer::GetMs() returns the wrong...
I have been playing with the API in VB.net and can not get a geometry from the GetGeometry() function. According to the C# examples:...
I am developing and ASP.Net MVC3 web application. As part of the application, I would like my users to be able to upload a file geodatabase and read...
Hi, I test insert 50,000 points to a FeatureClass use FGDB API & ArcObjects But the result is ArcObjects fast than FGDB API : ArcObjects...
Hi, When we add a VCSWKID element (for example <VCSWKID>115700</VCSWKID>) in the spatial reference XML string, the CreateTable method fails....
When I build my project - or the sample projects that are included in FileGDB_API_VS2010_1_2.zip - I get several of these warnings: In each case...
Hi there, i'm a gis programmer in china and not good at english. recently , when i insert a row to a table in "File Geodatabase API 1.2", there...
I am just starting to get familiar with the FGDB-API, and I have a question about programming technique. I have a large data set (3 million...
Hello, now i'm trying execute a scalar query: var queryRows = gdb.ExecuteSQL("SELECT COUNT(SAMPLE) FROM T_SAMPLES WHERE ID = 1"); And it returns a...
Hi everybody! I have a file geodatabase. I want to get information metadata: Bounding box, BoundLongitude ...? How to get in c#? Thanks all.
I am writing some code that will run an SQL query against the FGDB using the FGDB API 1.2. The SQL will be defined at runtime. I am finding that the...
Hi, We are trying to allow our ESRI Silverlight client application access to both server side map and feature services along with their local file...
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules