Home
last modified time | relevance | path

Searched refs:coordinates (Results 1 – 25 of 46) sorted by last modified time

12

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPoint.php66 * @param array $coordinates
70 public static function fromArray($coordinates) argument
73 return (new \ReflectionClass(get_called_class()))->newInstanceArgs($coordinates);
127 * Inverts x and y coordinates
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php106 $geometry = $this->$method($obj->coordinates);
112 * @param array $coordinates Array of coordinates
115 private function arrayToPoint($coordinates) argument
117 switch (count($coordinates)) {
119 return new Point($coordinates[0], $coordinates[1]);
122 return new Point($coordinates[0], $coordinates[1], $coordinates[
[all...]
H A DGeoRSS.php105 $coordinates = [];
115 $coordinates[] = new Point($lon, $lat);
118 return $coordinates;
H A DKML.php134 $coordinates = $this->extractCoordinates($xml);
135 if (empty($coordinates)) {
139 $coordinates[0][0],
140 $coordinates[0][1],
141 (isset($coordinates[0][2]) ? $coordinates[0][2] : null),
142 (isset($coordinates[0][3]) ? $coordinates[0][3] : null)
148 $coordinates = $this->extractCoordinates($xml);
152 foreach ($coordinates a
[all...]
H A DWKB.php182 $coordinates = $this->reader->readDoubles($this->dimension * 8);
184 switch (count($coordinates)) {
186 $point = new Point($coordinates[0], $coordinates[1]);
190 $point = new Point($coordinates[0], $coordinates[1], $coordinates[2]);
192 $point = new Point($coordinates[0], $coordinates[1], null, $coordinates[
[all...]
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md42 "coordinates": [
/plugin/imagemapping/
H A DREADME29 coordinates. The number of coordinates determines the shape of the link.
30 ^ # ^ shape ^ coordinates |
36 will be ignored for the map. The coordinates will be removed from the link
/plugin/imapmarkers/syntax/
H A Dmap.php117 $coordinates = $matches[4];
124 $coordinates = $matches[3];
131 $a_coords = explode(",", trim(strval($coordinates)));
/plugin/imapmarkers/
H A DREADME.md82 All coordinates you enter here are from your original image.
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md306 coordinates as connection waypoints.
346 coordinates as connection waypoints.
/plugin/edittable/lib/
H A Dhandsontable.less871 /* Initial left/top coordinates - overwritten when actual position is set */
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DGeoShapeProvided.php41 * @param array $coordinates Points making up the shape
46 public function __construct(string $path, array $coordinates, string $shapeType = self::TYPE_ENVELOPE) argument
50 $this->_coordinates = $coordinates;
63 'coordinates' => $this->_coordinates,
H A DGeoBoundingBox.php19 * @param array $coordinates Array with top left coordinate as first and bottom right coordinate as second element
21 public function __construct(string $key, array $coordinates) argument
23 $this->addCoordinates($key, $coordinates);
27 * Add coordinates.
29 * @param array $coordinates Array with top left coordinate as first and bottom right coordinate as second element
31 * @throws InvalidException If $coordinates doesn't have two elements
35 public function addCoordinates(string $key, array $coordinates): self argument
37 if (!isset($coordinates[0], $coordinates[1])) {
38 throw new InvalidException('expected $coordinates t
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php186 public function geo_bounding_box(string $key, array $coordinates): GeoBoundingBox argument
188 return new GeoBoundingBox($key, $coordinates);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php56 * @param string $coordinates
59 public function multiply($coordinates) argument
63 return sodium_crypto_scalarmult($this->dA->toBytes(), $coordinates);
66 $point = [$this->curve->convertInteger(new BigInteger(strrev($coordinates), 256))];
71 $coordinates = "\0$coordinates";
73 $point = PKCS1::extractPoint($coordinates, $this->curve);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DFeatureTile.php36 public function setCoordinates(TileCoordinates $coordinates) argument
38 $this->coordinates = $coordinates;
45 return $this->coordinates;
H A DTerrainTile.php33 public function setCoordinates(TileCoordinates $coordinates) argument
35 $this->coordinates = $coordinates;
42 return $this->coordinates;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DBuilding.php97 public function setCoordinates(BuildingCoordinates $coordinates) argument
99 $this->coordinates = $coordinates;
106 return $this->coordinates;
/plugin/c3chart/assets/
H A Dd3.min.js2coordinates:n()}}function n(){return Pa(Th(o/g)*g,i,g).map(h).concat(Pa(Th(s/_)*_,c,_).map(p)).con… property in gp
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js19474 var coordinates = {}; // map for the scaled coordinates
19484 coordinates['y' + heightIndex] = rawPath.heightElements[heightIndex] * heightRatio;
19489 coordinates['x' + widthIndex] = rawPath.widthElements[widthIndex] * widthRatio;
19498 e: coordinates
/plugin/csv/_test/csv/
H A Dc-q-q-json.csv2 1,"{""type"": ""Point"", ""coordinates"": [102.0, 0.5]}"
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js1111 var coordinates = shape.getOriginPoint(parentHeight, true);
1116 …ex(parent, null, null, Math.floor(Math.round(coordinates.x * 100) / 100), Math.floor(Math.round(co…
1119 …rent, null, textLabel, Math.floor(Math.round(coordinates.x * 100) / 100), Math.floor(Math.round(co…
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1705coordinates:a}}function o(e){return 2*e[0]+e[1]*(t+1)*4}function s(n,r,i){n.forEach((function(n){v… property in AnonymousFunctiona0dbb0ba32800.o.o
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6coordinates:a}}function o(e){return 2*e[0]+e[1]*(t+1)*4}function s(n,r,i){n.forEach((function(n){v… property in AnonymousFunction094842371db00.o.o

12