The File Geodatabase API 1.4 is now available for download

3420
0
03-25-2015 10:28 AM
LanceShipman
Esri Regular Contributor

The File Geodatabase API 1.4 is now available for download from //www.esri.com/apps/products/download/.

What’s new at 1.4:

  • Support for reading Compressed fgdb data.. (NIM071731)
  • Custom projection support. (NIM073951)
  • non-XML creation of tables.
  • The field list is now honored on Searches, only returning the requested fields. (NIM082242)
  • Upgrade to libxlt (1.1.28) to pickup fix for memory leak. (NIM098151)
  • Added Compact geodatabase (NIM098323).
  • MS Visual Studio 2013 support.
  • Now using the Apache license.

Fixed Issues:

NIM071731 Add support for Compressed Data File. (Read Only)

NIM073951 Request to support custom spatial references with the File Geodatabase API.

NIM082242 ENH: File Geodatabase API (v1.2) executeSQL should honor SELECT statement's nominated field list, in the returned EnumRows object, instead of all fields.

NIM084105 MultiPartShapeBuffer::GetMs return the wrong pointer value

NIM085366 Using only a null or empty geometry results in a invalid extent.

NIM085995 Using ExecuteSQL with an ORDER BY on a text field fails on MacOS

NIM098151 Table.GetDefinition function leaks memory

NIM098225 CloseGeodatabase hangs on 64-bit if same gdb opened more than once

NIM098322 Getter/setter functions by name need to be optimized for sequential search across the column selection list.

NIM099041 Some apparently valid XML feature class definitions create tables that fail on export and copy/paste.

0 Kudos
0 Replies