Home
last modified time | relevance | path

Searched refs:LineString (Results 26 – 33 of 33) sorted by path

12

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DLineString.php9 * A LineString is defined by a sequence of points, (X,Y) pairs, which define the reference points of the line string.
16 class LineString extends Curve class
28 * which to build the LineString
46 * Returns the number of points of the LineString
56 * Returns the 1-based Nth point of the LineString.
57 * Negative values are counted backwards from the end of the LineString.
59 * @param int $n Nth point of the LineString
330 * Returns the cumulative elevation gain of the LineString
355 * Returns the cumulative elevation loss of the LineString
404 * @param bool $toArray return segments as LineString o
[all...]
H A DMultiGeometry.php46 return new LineString();
H A DMultiLineString.php10 * @method LineString[] getComponents()
11 * @property LineString[] $components
18 parent::__construct($components, true, LineString::class);
22 * @var LineString[] The elements of a MultiLineString are LineStrings
H A DPolygon.php13 * @method LineString[] getComponents()
14 * @property LineString[] $components
20 * @param LineString[] $components
26 parent::__construct($components, null, LineString::class);
37 $this->components[$i] = new LineString(
149 * @param LineString $ring
200 * @return LineString
205 return new LineString();
/plugin/ol3/
H A Dscript.js1 …ry_type:{type:"enum",values:{Point:{doc:"Filter to point geometries."},LineString:{doc:"Filter to … class in AnonymousFunction600b995a0400.i.geometry_type.values
8LineString:function(t,e,r,n,i){var o=r.getStroke();if(o){var a=t.getBuilder(r.getZIndex(),Uu);a.se… property in r.SEGMENT_WRITERS_
/plugin/openlayersmap/
H A DStaticMap.php26 use geoPHP\Geometry\LineString;
648 case 'LineString':
702 * @param LineString $line
25 use geoPHP\Geometry\LineString; global() alias
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/spatialhelper/helper/
H A Dsearch.php22 use geoPHP\Geometry\LineString;
141 $line = new LineString(
153 $line = new LineString(
19 use geoPHP\Geometry\LineString; global() alias

12