Line | |
---|
1 | .. _api-zoo-feature: |
---|
2 | |
---|
3 | ZOO.Feature |
---|
4 | =========== |
---|
5 | |
---|
6 | Vector features use the ZOO.Geometry classes as geometry description. |
---|
7 | |
---|
8 | Functions and Properties |
---|
9 | ------------------------ |
---|
10 | |
---|
11 | .. list-table:: |
---|
12 | :widths: 30 50 |
---|
13 | :header-rows: 1 |
---|
14 | |
---|
15 | * - NAME |
---|
16 | - DESCRIPTION |
---|
17 | * - :ref:`fid <fid>` |
---|
18 | - {String} |
---|
19 | * - :ref:`geometry <geometry>` |
---|
20 | - {ZOO.Geometry} |
---|
21 | * - :ref:`attributes <attributes>` |
---|
22 | - {Object} This object holds arbitrary properties that describe the feature. |
---|
23 | * - :ref:`bounds <bounds>` |
---|
24 | - {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. |
---|
25 | |
---|
26 | **Properties** |
---|
27 | |
---|
28 | .. _fid: |
---|
29 | |
---|
30 | fid |
---|
31 | ``{String}`` |
---|
32 | |
---|
33 | .. _geometry: |
---|
34 | |
---|
35 | geometry |
---|
36 | :ref:`{ZOO.Geometry} <api-zoo-geometry>` |
---|
37 | |
---|
38 | .. _attributes: |
---|
39 | |
---|
40 | attributes |
---|
41 | ``{Object}`` This object holds arbitrary properties that describe the feature. |
---|
42 | |
---|
43 | .. _bounds: |
---|
44 | |
---|
45 | bounds |
---|
46 | :ref:`{ZOO.Bounds} <api-zoo-bounds>` The box bounding that feature's geometry, that |
---|
47 | property can be set by an ZOO.Format object when deserializing the feature, so in most cases |
---|
48 | it represents an information set by the server. |
---|
49 | |
---|
Note: See
TracBrowser
for help on using the repository browser.