Home
last modified time | relevance | path

Searched refs:coordinates (Results 1 – 25 of 46) sorted by relevance

12

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
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...]
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,
/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 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...]
H A DGeoRSS.php105 $coordinates = [];
115 $coordinates[] = new Point($lon, $lat);
118 return $coordinates;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DTerrainTile.php33 public function setCoordinates(TileCoordinates $coordinates) argument
35 $this->coordinates = $coordinates;
42 return $this->coordinates;
H A DFeatureTile.php36 public function setCoordinates(TileCoordinates $coordinates) argument
38 $this->coordinates = $coordinates;
45 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/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/authgoogle/google/contrib/
H A DGoogle_FusiontablesService.php829 public $coordinates; variable in Google_Line
832 $this->assertIsArray($coordinates, 'Google_double', __METHOD__);
833 $this->coordinates = $coordinates;
836 return $this->coordinates;
889 public $coordinates; variable in Google_Point
892 $this->assertIsArray($coordinates, 'Google_double', __METHOD__);
893 $this->coordinates = $coordinates;
896 return $this->coordinates;
926 public $coordinates; variable in Google_Polygon
930 $this->coordinates = $coordinates;
[all …]
/plugin/imagemap/
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/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/csv/_test/csv/
H A Dc-q-q-json.csv2 1,"{""type"": ""Point"", ""coordinates"": [102.0, 0.5]}"
/plugin/google_maps/
H A Dscript.js73 var point = new GLatLng(place.Point.coordinates[1], place.Point.coordinates[0]);
/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/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_click_drag.js173 var coordinates = _this._getCoordinates(event, selectedRegion);
174 selectedRegion.dragEnd(coordinates);
181 var coordinates = null;
183 coordinates = _this._getCoordinates(event, selectedRegion);
184 … if (Math.abs(scheduledDndCoordinates.relative.left - coordinates.relative.left) > 5) {
191 coordinates = _this._getCoordinates(event, selectedRegion);
192 selectedRegion.setEnd(coordinates);
/plugin/geonav/js/
H A DgetLocation.js53 var latitude = googleAddr.coordinates[1] ;
54 var longitude = googleAddr.coordinates[0] ;
/plugin/imapmarkers/syntax/
H A Dmap.php117 $coordinates = $matches[4];
124 $coordinates = $matches[3];
131 $a_coords = explode(",", trim(strval($coordinates)));
/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/openlayersmap/ol7/
H A Dol.js.map
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1coordinates","abs","detach","detachAll","unregisterProvider","destructor","viewPortBounds","getBou…
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md42 "coordinates": [
/plugin/emoji/script/
H A Djquery.textcomplete.js1492 var coordinates = { class in AnonymousFunction36fd7cbb0100.getCaretCoordinates
1503 return coordinates;
/plugin/imapmarkers/
H A DREADME.md82 All coordinates you enter here are from your original image.

12