Home
last modified time | relevance | path

Searched refs:centroid (Results 1 – 25 of 27) sorted by relevance

12

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DMultiPolygon.php26 public function centroid() function in geoPHP\\Geometry\\MultiPolygon
35 return geoPHP::geosToGeometry($this->getGeos()->centroid());
48 $componentCentroid = $component->centroid();
DPolygon.php114 public function centroid() function in geoPHP\\Geometry\\Polygon
123 return geoPHP::geosToGeometry($this->getGeos()->centroid());
179 $centroid = $this->centroid();
180 if ($centroid->isEmpty()) {
181 return $centroid;
188 $distance = $centroid->distance($point);
DGeometryCollection.php60 public function centroid() function in geoPHP\\Geometry\\GeometryCollection
69 return geoPHP::geosToGeometry($this->getGeos()->centroid());
96 return $reducedGeometry->centroid();
DMultiLineString.php31 public function centroid() function in geoPHP\\Geometry\\MultiLineString
40 return geoPHP::geosToGeometry($this->getGeos()->centroid());
DMultiPoint.php84 public function centroid() function in geoPHP\\Geometry\\MultiPoint
93 return geoPHP::geosToGeometry($this->getGeos()->centroid());
DGeometry.php136 abstract public function centroid(); function in geoPHP\\Geometry\\Geometry
463 return $this->centroid();
DLineString.php69 public function centroid() function in geoPHP\\Geometry\\LineString
83 return geoPHP::geosToGeometry($this->getGeos()->centroid());
DPoint.php142 public function centroid() function in geoPHP\\Geometry\\Point
/plugin/aichat/vendor/bdelespierre/php-kmeans/src/KMeans/
DCluster.php88 $centroid = $this->space->newPoint(array_fill(0, $this->dimention, 0));
92 $centroid->coordinates[$n] += $point->coordinates[$n];
97 $this->coordinates[$n] = $centroid->coordinates[$n] / $count;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DGoogleGeocode.php125 $centroid = $geometry->centroid();
126 $lat = $centroid->y();
127 $lon = $centroid->x();
/plugin/aichat/db/
Dupdate0002.sql4 centroid BLOB NOT NULL, field
Dupdate0003.sql9 centroid BLOB NOT NULL, field
/plugin/geophp/vendor/funiq/geophp/
DREADME.md31 $centroid = $polygon->getCentroid();
32 $centX = $centroid->getX();
33 $centY = $centroid->getY();
35 print "This polygon has an area of ".$area." and a centroid with X=".$centX." and Y=".$centY;
/plugin/aichat/Storage/
DSQLiteStorage.php305 $centroid = $cluster->getCoordinates();
307 $this->db->exec($query, [$lang, json_encode($centroid, JSON_THROW_ON_ERROR)]);
/plugin/openlayersmap/
DStaticMap.php230 $centroid = $geom->centroid();
257 $this->lon = $centroid->getX();
258 $this->lat = $centroid->getY();
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Dd3.min.js4centroid=function(n){Ea=Aa=Ca=za=La=qa=Ta=Ra=Da=Pa=Ua=0,ao.geo.stream(n,ja);var t=Da,e=Pa,r=Ua,i=t…
5 …),n):a},n.padAngle=function(t){return arguments.length?(l=En(t),n):l},n.centroid=function(){var n=…
Dnv.d3.min.js7centroid(a)+") rotate("+c+")"}return a.outerRadius=H+10,a.innerRadius=H+15,"translate("+Y[b].centr…
/plugin/c3chart/assets/
Dc3.min.js2centroid=r.centroid,t},l.prototype.getSvgArcExpanded=function(e){e=e||1;var i=this,n=i.hasType("ga…
/plugin/dirtylittlehelper/script/
Dmermaid.min.js1centroid=function(t){return $c(t,n(zh)),zh.result()},a.projection=function(e){return arguments.len…
Dmermaid.min.js.map1centroid.js","webpack://mermaid/./node_modules/d3-geo/src/constant.js","webpack://mermaid/./node_m…
/plugin/diagramsnet/lib/js/mermaid/
Dmermaid.min.js6centroid=function(t){return $c(t,n(zh)),zh.result()},a.projection=function(e){return arguments.len…
/plugin/openlayersmap/ol/
Dol.js.map1centroid(pointerEvents) {\n const length = pointerEvents.length;\n let clientX = 0;\n let clien…
/plugin/flowcharts/
Dmermaid.min.js1centroid=function(t){return $u(t,n(Uf)),Uf.result()},a.projection=function(e){return arguments.len…
/plugin/diagramsnet/lib/js/
Dextensions.min.js1705centroid=function(t){return $c(t,n(zh)),zh.result()},a.projection=function(e){return arguments.len…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1centroid.js","webpack:///./node_modules/d3-geo/src/circle.js","webpack:///./node_modules/d3-geo/sr…

12