| Strategy object used to manage the different ways an ArcSDE server handles
row identity.
The supported strategies are:
- SDE managed mode: a column is assigned by the sde engine to be the
feature id (it uses to be called OBJECTID)
- User managed: a user specified row is used as the fid column.
- Shape fid: if none of the above, the fid happens to be the identifier of
the geometry column
author: Gabriel Roldan, Axios Engineering version: $Id: FIDReader.java 25949 2007-06-20 16:07:37Z desruisseaux $ |