Home
last modified time | relevance | path

Searched refs:pointCount (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DError.php25 public $pointCount; variable in Google\\Service\\Monitoring\\Error
32 public function setPointCount($pointCount) argument
34 $this->pointCount = $pointCount;
41 return $this->pointCount;
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPolygon.php87 $pointCount = count($points);
88 if ($pointCount === 0) {
93 $j = ($k + 1) % $pointCount;
157 $pointCount = count($points);
158 if ($pointCount === 0 || $area == 0.0) {
164 $j = ($k + 1) % $pointCount;
H A DLineString.php342 $pointCount = $this->numPoints();
344 if (abs($point->z() - $lastEle) > $verticalTolerance || $i === $pointCount - 1) {
367 $pointCount = $this->numPoints();
369 if (abs($point->z() - $lastEle) > $verticalTolerance || $i === $pointCount - 1) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DTWKB.php246 $pointCount = $this->reader->readUVarInt();
249 for ($i = 0; $i < $pointCount; $i++) {