Changes between Version 10 and Version 11 of FileGDB


Ignore:
Timestamp:
Jul 11, 2011, 12:17:19 PM (13 years ago)
Author:
Jeff McKenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FileGDB

    v10 v11  
    4141= Testing the driver =
    4242
     43To test if the driver is been loaded, make sure ''ogr_FileGDB.dll'' and ''FileGDBAPI.dll'' are found in your path, and then execute the following (look for "FileGDB" in the results):
     44
     45{{{
     46.\> ogrinfo --formats
     47Supported Formats:
     48  -> "FileGDB" (read/write)
     49  -> "ESRI Shapefile" (read/write)
     50  -> "MapInfo File" (read/write)
     51  -> "UK .NTF" (readonly)
     52  -> "SDTS" (readonly)
     53  -> "TIGER" (read/write)
     54  -> "S57" (read/write)
     55  -> "DGN" (read/write)
     56  -> "VRT" (readonly)
     57  -> "REC" (readonly)
     58}}}
     59
     60And if you have a sample file:
     61
     62{{{
     63.\> ogrinfo sample.kmz
     64INFO: Open of `sample.kmz'
     65      using driver `LIBKML' successful.
     661: 0
     67}}}