Last change
on this file since 829 was
348,
checked in by neteler, 13 years ago
|
set correctly svn propset
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
HeadURL Date Author Id Rev
-
Property svn:mime-type set to
text/plain
|
File size:
723 bytes
|
Line | |
---|
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.