Go To Archived Forums
+ Post New Thread
Page 1 of 3 1 2 3 LastLast
Threads 1 to 50 of 131

Forum: File Geodatabase API

  1. This Q&A thread has not been answered Sticky Thread Sticky: File Geodatabase API 1.2 now available

    The File Geodatabase API 1.2 is now available for download from the resource center....

    Started by lshipman‎, 03-07-2012 01:22 PM
    View this thread's RSS feed
    • Replies: 6
    • Views: 564
    04-19-2012, 08:27 AM Go to last post
  2. This is a discussion thread Sticky Thread Sticky: Welcome to the discussion forum for the File Geodatabase API!

    The File Geodatabase API provides an open, non-ArcObjects based means for working with File Geodatabases. The File Geodatabase API is C++ based and...

    Started by lshipman‎, 06-02-2011 02:36 PM
    View this thread's RSS feed
    • Replies: 0
    • Views: 1,458
    06-02-2011, 02:36 PM Go to last post
  1. This is a discussion thread Could not load assembly "Esri.FileGDBAPI.dll"

    Hi, I'm using Visual Studio 2010 and C#; Windows Server 2008 R2 Standard operating system. I downloaded FileGDBAPI for VS2010 1.1. I've set...

    Started by mgambone2‎, 08-30-2011 12:37 PM
    filegdbapi View this thread's RSS feed
    • Replies: 20
    • Views: 1,358
    Yesterday, 11:11 PM Go to last post
  2. This Q&A thread has not been answered vb.net load GDB into a dataset for editing

    Hi I currently run Arcgis 10 sp4. I developed an app in vb.net 2008 that works with data from a personal geodatabase mdb i.e. reads a table into a...

    Started by brp250‎, 05-07-2012 10:30 PM
    arcgis 10, dataset, file geodatabase, gdb, vb.net 2008 View this thread's RSS feed
    • Replies: 2
    • Views: 63
    05-08-2012, 03:41 PM Go to last post
  3. This Q&A thread has not been answered Quirky row behavior when created by search loop

    I've noticed that row objects tend not to like to travel outside the scope of a search loop, even if the unique option is set. For example, this...

    Started by MCederholm‎, 05-01-2012 12:23 PM
    View this thread's RSS feed
    • Replies: 3
    • Views: 66
    05-03-2012, 04:37 AM Go to last post
  4. This Q&A thread has not been answered Invalid or out of date

    Someone gave me a directory of files whose name ends with .gdb, and it contains a bunch of files ending with .gdbindexes, .gdbtable and .gdbtable,...

    Started by Zapitron‎, 05-01-2012 03:57 PM
    View this thread's RSS feed
    • Replies: 1
    • Views: 54
    05-01-2012, 06:23 PM Go to last post
  5. This Q&A thread has not been answered Problem adding features

    I have an empty point feature class and I add a feature using the following code: tab = gdb.OpenTable("\\" + sClassName); row =...

    Started by MCederholm‎, 04-26-2012 10:53 AM
    View this thread's RSS feed
    • Replies: 1
    • Views: 90
    04-30-2012, 06:26 AM Go to last post
  6. This is a discussion thread MultiPatchShapeBuffer Materials

    I am trying to import MultPatchShapebuffer in Rhino with the sdk I have no problem to decode the geometry building the appropriate meshes ,...

    Started by rhinoterrain‎, 12-06-2011 01:19 AM
    View this thread's RSS feed
    • Replies: 9
    • Views: 401
    04-23-2012, 01:18 AM Go to last post
  7. This Q&A thread has not been answered Fail to open table with -2147024809 (Invalid function arguments) return code

    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...

    Started by JeffGIS84‎, 03-30-2012 12:59 PM
    View this thread's RSS feed
    • Replies: 0
    • Views: 120
    03-30-2012, 12:59 PM Go to last post
  8. This is a discussion thread Spatial Queries are very slow on large tables

    I am trying to use the api to perform spatial queries on a relatively large databases (e.g. census blocks in North Carolina - a little under 300,000...

    Started by solsberg‎, 06-03-2011 10:30 AM
    View this thread's RSS feed
    • Replies: 7
    • Views: 1,252
    03-26-2012, 07:01 AM Go to last post
  9. This Q&A thread has not been answered File GDB API Licensing and Redistribution

    Hi, I work for a non-GIS software company. Let's call it CompanyX. I am wondering whether ESRI's standard FileGDB API license agreement would...

    Started by vulfig‎, 03-23-2012 01:47 PM
    View this thread's RSS feed
    • Replies: 1
    • Views: 219
    03-23-2012, 05:23 PM Go to last post
  10. This is a discussion thread APIs for raster

    Hi All, I've noticed that we have raster field type, just wondering if you will provide API for raster as well such as rows.GetRaster, just like...

    Started by sandhufan‎, 04-14-2011 11:08 AM
    View this thread's RSS feed
    • Replies: 11
    • Views: 1,178
    03-16-2012, 02:06 PM Go to last post
  11. This is a discussion thread How to set a domain for a field

    I am working on a code that programmatically creates a file geodb schema. I can create domains and tables using appropriate methods, but I cannot...

    Started by dmitrov‎, 07-19-2011 02:46 PM
    domain View this thread's RSS feed
    • Replies: 5
    • Views: 1,241
    03-16-2012, 10:48 AM Go to last post
  12. This Q&A thread has not been answered Row accessors using the index field in API 1.2 ?

    Hello, I have dowloaded the V1.2 FileGDB API. I was expecting this version to access the values ​​in a row for field index as well as by name. It...

    Started by ahuarte47‎, 03-08-2012 01:09 PM
    View this thread's RSS feed
    • Replies: 2
    • Views: 176
    03-10-2012, 12:37 AM Go to last post
  13. This Q&A thread has not been answered 'Esri.FileGDB.Row' does not contain a definition for 'Geometry'

    Hello, I'm a newbie with the geodatabae API and with C#. I'm getting the following error message: Error 1 'Esri.FileGDB.Row' does not contain a...

    Started by mouellet‎, 02-29-2012 06:34 PM
    View this thread's RSS feed
    • Replies: 0
    • Views: 156
    02-29-2012, 06:34 PM Go to last post
  14. This Q&A thread has been answered CREATE VIEW ?

    Hi, Does a fgdb could support "CREATE VIEW" ? I tried Dim sqlStatement As String ="CREATE VIEW TEST (V1,V2) AS SELECT field1,field2 FROM...

    Started by olivier57‎, 02-27-2012 05:58 AM
    View this thread's RSS feed
    • Replies: 2
    • Views: 150
    02-27-2012, 09:31 AM Go to last post
  15. This Q&A thread has been answered Query FGDB

    Hi, I would like to query a file geodatabase, mainly with SQL Queries applied to tables (I could use Python to query features if I need). 1) I...

    Started by olivier57‎, 01-29-2012 02:35 AM
    View this thread's RSS feed
    • Replies: 8
    • Views: 369
    02-27-2012, 05:54 AM Go to last post
  16. This Q&A thread has not been answered Operate on empty table

    When I check a table extent using ltable->GetExtent(), for empty layer I get NAN values. This is fine as it's easy to check. But when I make first...

    Started by artur.redzko‎, 02-16-2012 05:04 AM
    View this thread's RSS feed
    • Replies: 4
    • Views: 223
    02-22-2012, 02:59 AM Go to last post
  17. This Q&A thread has not been answered Problem with closing database

    I made a C wrapper dll to expose simple API for using SDK 1.1 and noticed that opening more than one layer from the same database ( .gdb using client...

    Started by artur.redzko‎, 01-25-2012 03:49 AM
    View this thread's RSS feed
    • Replies: 4
    • Views: 220
    02-02-2012, 02:56 AM Go to last post
  18. This is a discussion thread Date fields subtract a month from the date, resulting in Exception

    FileGeodatabase API v1.1 via .NET wrapper: All Date fields from any File Geodatabase come out subtracting a month from the date. For example: ...

    Started by briansodano‎, 09-15-2011 08:16 AM
    argumentoutofrange, date, datetime, exception, filegdbapi 3 Deleted Post(s) View this thread's RSS feed
    • Replies: 5
    • Views: 1,009
    01-29-2012, 06:14 PM Go to last post
  19. This Q&A thread has not been answered Problems with large datasets

    I'm testing huge datasets (millions of shapes) with different coverages for my country using API 1.1 with C++ and found some probably known problems...

    Started by artur.redzko‎, 01-19-2012 12:50 PM
    View this thread's RSS feed
    • Replies: 2
    • Views: 324
    01-24-2012, 06:07 AM Go to last post
  20. This Q&A thread has not been answered Get API version?

    Hi, Quick feature request: Add some API release/version headers (major/minor/release) so code can #ifdef/etc around FileGDB API features or bugs? ...

    Started by rcoup‎, 01-23-2012 04:01 PM
    file geodatabase api, version View this thread's RSS feed
    • Replies: 0
    • Views: 225
    01-23-2012, 04:01 PM Go to last post
  21. This is a discussion thread Problems displaying feature classes created via API in ArcMap

    Hi, I have noticed some problems when displaying feature classes in ArcMap that have been created and populated using the FileGDB API....

    Started by simonwood74‎, 12-04-2011 10:07 PM
    • Replies: 10
    • Views: 573
    01-22-2012, 01:35 PM Go to last post
  22. This Q&A thread has not been answered BUG: Table extents truncated, breaking spatial indexes

    When adding features via the FGDB API (v1.1, Linux 64bit), table extents are not calculated correctly. The envelope returned has each value truncated...

    Started by rcoup‎, 01-18-2012 11:17 AM
    • Replies: 6
    • Views: 297
    01-19-2012, 11:08 AM Go to last post
  23. This Q&A thread has not been answered A couple of issues I'm finding. Please confirm.

    Maybe it's just me, but I'm finding these issues. I'm using the .NET wrapper. I haven't tested the C++ dll. 1. Envelope The overload...

    Started by jshirota@esricanada.com‎, 01-18-2012 05:43 AM
    View this thread's RSS feed
    • Replies: 1
    • Views: 189
    01-18-2012, 07:27 AM Go to last post
  24. This Q&A thread has not been answered GDB API or ArcObjects - which do I use?

    Morning all, A really quick question - I have a file GDB that is based on the esri BISDM data model...

    Started by snelsonbanff‎, 01-11-2012 07:01 AM
    View this thread's RSS feed
    • Replies: 1
    • Views: 318
    01-11-2012, 06:22 PM Go to last post
  25. This is a discussion thread C# FGDB API crashing on some systems running ArcGIS 9.3.1

    I am having a problem deploying the C# FGDB API to 'some' systems. I have copied ESRI.FileGDBAIP.dll, FILEGDBAPI.dll and FileGDBAPID.dll to the same...

    Started by ArtUllman‎, 01-04-2012 01:48 PM
    api, c#, crash, fgdb View this thread's RSS feed
    • Replies: 2
    • Views: 244
    01-05-2012, 06:03 AM Go to last post
  26. This is a discussion thread Table.Insert fails with "Workspace or data source is read only.(-2147220893)"

    Hi, I've ran into the following bug: Trying to write more than 1000 rows with point geometries, on some feature I get an error "Workspace or data...

    Started by yoav.zobel‎, 01-03-2012 01:52 AM
    • Replies: 3
    • Views: 330
    01-04-2012, 08:57 AM Go to last post
  27. This is a discussion thread SDE Checkout is not editable

    Hi guys :) I have created a File Geodatabase checkout from SDE, but when I open it using the File Geodatabase API, none of the tables are editable...

    Started by patrict‎, 01-02-2012 09:19 PM
    View this thread's RSS feed
    • Replies: 0
    • Views: 162
    01-02-2012, 09:19 PM Go to last post
  28. This is a discussion thread API does not have all new Coordinate systems - CORS96

    The latest API has a truncated list of coordinate systems that can be recognized. We learned this with the latest release of Trimble Pathfinder...

    Started by Joel Cusick‎, 12-23-2011 02:54 PM
    api, cors96 View this thread's RSS feed
    • Replies: 2
    • Views: 302
    12-27-2011, 08:52 AM Go to last post
  29. This is a discussion thread Open GDB File failed This release of the GeoDatabase is either invalid or out of date

    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...

    Started by jkerschb‎, 12-27-2011 12:55 AM
    View this thread's RSS feed
    • Replies: 1
    • Views: 402
    12-27-2011, 04:17 AM Go to last post
  30. This is a discussion thread API does not always update spatial index

    I'm having a problem with the Spatial Index (Grid 1) when I add data to a table. Starting with an empty table, Grid 1 Index is zero (in...

    Started by MitchAmes‎, 11-28-2011 05:54 PM
    View this thread's RSS feed
    • Replies: 4
    • Views: 362
    12-20-2011, 04:02 PM Go to last post
  31. This is a discussion thread in C# File Geodatabase API, GUID field is set to all zeroes

    I added a GUID field type to a feature class. Prior to doing an insert into the feature table, I set up for the new GUID: Row newRow =...

    Started by malmquist‎, 12-16-2011 02:18 PM
    View this thread's RSS feed
    • Replies: 2
    • Views: 330
    12-19-2011, 10:49 PM Go to last post
  32. This is a discussion thread Row.SetDate() throws exception

    I've been utilizing the C# FileGDB API (VS2010) for one of our projects, and it appears that there may be an obscure bug involving the Row.SetDate()...

    Started by jshiu‎, 12-06-2011 04:15 PM
    View this thread's RSS feed
    • Replies: 3
    • Views: 364
    12-16-2011, 08:29 AM Go to last post
  33. This is a discussion thread can't unzip windows download

    I just downloaded the api for windows (http://downloads.esri.com/Support/downloads/ao_/FileGDB_API_VS2010_1_1.zip) and I can't unzip the file. I'm...

    Started by pvbiron‎, 12-12-2011 09:23 AM
    View this thread's RSS feed
    • Replies: 2
    • Views: 393
    12-12-2011, 09:50 AM Go to last post
  34. This is a discussion thread Performance with API 1.1

    I just upgraded the 1.0 FGDB API code with the 1.1 code and am now seeing such a severe lag when I call CloseGeodatabase (even with a very small GDB)...

    Started by Finkleberry‎, 08-10-2011 09:22 AM
    closegeodatabase, debug, performance View this thread's RSS feed
    • Replies: 11
    • Views: 1,052
    12-08-2011, 11:51 AM Go to last post
  35. This is a discussion thread DeleteGeodatabase() crashing intermittently

    Hi, Have observed calls to DeleteGeodatabase() occasionally crashing (in particular circumstances), on both linux and windows. Please see...

    Started by simonwood74‎, 11-23-2011 09:27 PM
    • Replies: 3
    • Views: 449
    12-04-2011, 03:59 PM Go to last post
  36. This is a discussion thread File Geodatabase API license fees

    Hi I recently contacted ESRI Australia with regards to the license structure for the geodatabase API. It turns out that it is not free. Can anyone...

    Started by p.kennedy@fugro.com.au‎, 11-22-2011 06:15 PM
    license View this thread's RSS feed
    • Replies: 3
    • Views: 579
    12-01-2011, 12:15 PM Go to last post
  37. This is a discussion thread ShapeBuffer editing

    I want to modify the geometry and add material to a reccord :: is this the right way to do it? some pseudo code : // get the shapbuffer ...

    Started by rhinoterrain‎, 11-28-2011 07:03 AM
    View this thread's RSS feed
    • Replies: 0
    • Views: 287
    11-28-2011, 07:03 AM Go to last post
  38. This is a discussion thread opportunities of File Geodatabase API

    I try to get some geometry from table but have some problem. Polygon consist from circles. I can take only 2 same point. Can i take full information...

    Started by Andect‎, 11-27-2011 07:33 PM
    • Replies: 0
    • Views: 329
    11-27-2011, 07:33 PM Go to last post
  39. This is a discussion thread Problem loading libraries to Java

    I'm trying to load the FileGDBAPI dll into Java, but no luck using either JNA or JNI. I keep getting the following error: Exception in thread...

    Started by damaz‎, 07-19-2011 12:56 PM
    View this thread's RSS feed
    • Replies: 1
    • Views: 1,139
    11-19-2011, 05:43 AM Go to last post
  40. This is a discussion thread NET wrapper - COM interop?

    Hi, It is really great to see that V1.1 of the File GDB API is now accessible from .NET applications. Is there any chance of adding COM...

    Started by chrismorganlynx‎, 08-24-2011 05:45 AM
    View this thread's RSS feed
    • Replies: 5
    • Views: 1,059
    11-18-2011, 02:44 AM Go to last post
  41. This is a discussion thread Curve structure definitions

    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...

    Started by MitchAmes‎, 10-18-2011 07:58 PM
    View this thread's RSS feed
    • Replies: 1
    • Views: 769
    11-09-2011, 09:57 AM Go to last post
  42. This is a discussion thread Building C# examples

    Ok, I have tried to build the examples on two development machine and I get this error on both. Error 1 'Esri.FileGDB.Row' does not contain a...

    Started by crortiz‎, 11-08-2011 04:36 AM
    View this thread's RSS feed
    • Replies: 3
    • Views: 867
    11-08-2011, 11:36 AM Go to last post
  43. This is a discussion thread Querying a Layer within a feature Data set

    I want to query a layer residing inside the feature dataset . I am using the .net wrapper can somebody provide me with a sample code to do so ?

    Started by spatialideaswebsolutions‎, 10-31-2011 04:46 AM
    feature dataset, file geodatabase api, query View this thread's RSS feed
    • Replies: 1
    • Views: 577
    11-02-2011, 02:27 PM Go to last post
  44. This is a discussion thread Macros for error values

    It appears that the only macros defined in the API headers for fgdbError values are S_OK, S_FALSE, S_FALSE. The documentation and header comments...

    Started by MitchAmes‎, 10-18-2011 07:55 PM
    View this thread's RSS feed
    • Replies: 1
    • Views: 748
    11-02-2011, 12:51 PM Go to last post
  45. This is a discussion thread Win32 vs2008 build with secure scl disabled

    Hi, I was wondering if there was any chance of making a visual studio 2008 build available, with secure scl disabled? This is a Microsoft...

    Started by simonwood74‎, 10-26-2011 03:55 PM
    View this thread's RSS feed
    • Replies: 1
    • Views: 817
    10-27-2011, 03:09 PM Go to last post
  46. This is a discussion thread VS 2010 .NET 3.5 - A reference to FileGDBAPI.dll could not be added

    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...

    Started by seanconnolly@live.ca‎, 10-25-2011 11:44 AM
    View this thread's RSS feed
    • Replies: 1
    • Views: 839
    10-25-2011, 11:58 AM Go to last post
  47. This is a discussion thread Size of Bezier curve record

    According to footnote 12 of doc\html\extended_shapefile_format.pdf the size of a curve segment modifier is "4 + (28 per circular arc) + (24 per...

    Started by MitchAmes‎, 10-18-2011 08:04 PM
    View this thread's RSS feed
    • Replies: 1
    • Views: 740
    10-20-2011, 10:45 AM Go to last post
  48. This is a discussion thread Aggregate functions

    In the C++ API, will there be future support for SQL aggregate functions such as MIN() and MAX()?

    Started by Virtalis‎, 10-19-2011 03:26 AM
    View this thread's RSS feed
    • Replies: 1
    • Views: 773
    10-19-2011, 08:35 AM Go to last post
  49. This is a discussion thread VB.Net Access

    Any chance that the File Geodatabase API will be made availble to those of us with simple minds and can only code in VB.net? Alternatively, can...

    Started by davidtriggs‎, 06-03-2011 04:31 PM
    View this thread's RSS feed
    • Replies: 9
    • Views: 1,582
    10-09-2011, 08:38 AM Go to last post
  50. This is a discussion thread Embedding Graphics as BLOBS

    All, Is it possible to embed a graphic inside a FGDB? I am interested in storing image chips to use as quick reference information in the DB and...

    Started by estrada.adam‎, 10-06-2011 06:48 AM
    blobs View this thread's RSS feed
    • Replies: 1
    • Views: 831
    10-07-2011, 04:21 AM Go to last post

+ Post New Thread
Page 1 of 3 1 2 3 LastLast

Thread Display Options

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.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 25 replies or 300 views
Hot thread with unread posts
More than 25 replies or 300 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts