File Geodatabase API BETA - January 2011
File Geodatabase API BETA - January 2011
Image source: ESRI - File Geodatabase API announced.
The File Geodatabase API provides a non-ArcObjects based means by which advanced developers can work with File Geodatabases. The File Geodatabase API will be C++ based and will provide the ability to perform the following tasks:
- Create, Open and Delete file geodatabases
- Read the schema of the geodatabase
- Create schema for objects within the simple feature model
- Tables
- Point, Line, and Polygon feature classes
- Feature datasets
- Domains
- Subtypes
- Read the contents of datasets in a geodatabase
- All dataset content within a geodatabase can be read
- Insert, Delete and Edit the contents of simple datasets:
- Point, Line, Polygon, Multipoint, and Multipatch feature classes
- Perform attribute and (limited) spatial queries on datasets
- Spatial queries will be limited to the envelope-intersects operator
- Navigate relationships and work with Attachments
The File Geodatabase API leverages the work done in ArcGIS 10 to simplify the Geodatabase system tables. Therefore, the File Geodatabase API only supports file geodatabases from release 10 or later. We are planning to deliver the API as a single downloadable ZIP containing:
C++ library (single dll, lib, .h)
API documentation in html format
(Supported on Windows only for the initial release)
Limitations of the File Geodatabase API
While the File Geodatabase API will support reading the schema and data of complex geodatabase types, the API will not honor geodatabase behavior on inserts, deletes or updates to the following dataset types:
- Annotation and Dimension feature classes
- Relationship Classes
- Networks (GN and ND)
- Topologies
- Terrains
- Representations
- Parcel Fabrics
The API will not prevent users from attempting to edit objects with complex behavior, the onus will be on the developer to understand what they should and should not edit through the API and avoid editing datasets that have geodatabase behavior. There will be a method called Table::IsEditable which will provide developers with the ability to determine whether a dataset can be safely edited.
Other limitations of the File Geodatabase API at its initial release:
- Rasters (Raster Dataset, Raster Catalog, Mosaic Datasets and Raster Attributes) are not supported with the initial release of the File Geodatabase API.
- Spatial queries with the File Geodatabase API will be limited to the envelope-intersects operator.
source:
http://slashgeo.org/2010/12/14/ESRI-Announces-File-Geodatabase-API-Details
Labels: Announcement, ESRI, File Geodatabase API, January 2011
0 Comments:
Post a Comment
<< Home