.. _api-zoo-feature: ZOO.Feature =========== Vector features use the ZOO.Geometry classes as geometry description. Functions and Properties ------------------------ .. list-table:: :widths: 30 50 :header-rows: 1 * - NAME - DESCRIPTION * - :ref:`fid ` - {String} * - :ref:`geometry ` - {ZOO.Geometry} * - :ref:`attributes ` - {Object} This object holds arbitrary properties that describe the feature. * - :ref:`bounds ` - {ZOO.Bounds} The box bounding that feature's geometry, that property can be set by an ZOO.Format object when deserializing the feature, so in most cases it represents an information set by the server. **Properties** .. _fid: fid ``{String}`` .. _geometry: geometry :ref:`{ZOO.Geometry} ` .. _attributes: attributes ``{Object}`` This object holds arbitrary properties that describe the feature. .. _bounds: bounds :ref:`{ZOO.Bounds} ` The box bounding that feature's geometry, that property can be set by an ZOO.Format object when deserializing the feature, so in most cases it represents an information set by the server.