Last change
on this file since 311 was
272,
checked in by nbozon, 13 years ago
|
add keywords with svn propset
|
-
Property svn:keywords set to
HeadURL Date Author Id Rev
|
File size:
753 bytes
|
Rev | Line | |
---|
[198] | 1 | .. _api-zoo-geometry-multilinestring: |
---|
| 2 | |
---|
| 3 | ZOO.Geometry.MultiLineString |
---|
| 4 | ============================ |
---|
| 5 | |
---|
| 6 | A MultiLineString is a geometry with multiple ZOO.Geometry.LineString components. |
---|
| 7 | |
---|
| 8 | Inherits from |
---|
| 9 | |
---|
| 10 | - :ref:`ZOO.Geometry.Collection <api-zoo-geometry-collection>` |
---|
| 11 | |
---|
| 12 | Functions |
---|
| 13 | --------- |
---|
| 14 | |
---|
| 15 | .. list-table:: |
---|
| 16 | :widths: 15 50 |
---|
| 17 | :header-rows: 1 |
---|
| 18 | |
---|
| 19 | * - NAME |
---|
| 20 | - DESCRIPTION |
---|
| 21 | * - :ref:`ZOO.Geometry.MultiLineString <ZOO.Geometry.MultiLineString>` |
---|
| 22 | - Constructor for a MultiLineString Geometry. |
---|
| 23 | |
---|
| 24 | .. _ZOO.Geometry.MultiLineString: |
---|
| 25 | |
---|
| 26 | ZOO.Geometry.MultiLineString |
---|
| 27 | Constructor for a MultiLineString Geometry. |
---|
| 28 | |
---|
| 29 | *Parameters* |
---|
| 30 | |
---|
| 31 | ``components`` {Array(:ref:`ZOO.Geometry.LineString <api-zoo-geometry-linestring>`)} |
---|
Note: See
TracBrowser
for help on using the repository browser.