| /plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
| D | GPX.php | 81 $geom = $this->geomFromXML($xmlObject); 82 if ($geom->isEmpty()) { 96 $geom = $this->read($gpx, $allowedElements); 103 return $geom; 360 * @param Point $geom 364 private function pointToGPX($geom, $tag = 'wpt') argument 366 … if ($geom->isEmpty() || ($tag === 'wpt' && !in_array($tag, $this->gpxTypes->get('gpxType')))) { 371 if ($geom->hasZ() || $geom->getData() !== null) { 372 …$node = $indent . "<" . $this->nss . $tag . " lat=\"" . $geom->getY() . "\" lon=\"" . $geom->getX(… 373 if ($geom->hasZ()) { [all …]
|
| D | WKT.php | 34 foreach (geoPHP::getGeometryList() as $geom => $type) { 35 if (strtolower((substr($typeString, 0, strlen($geom)))) == $geom) { 67 $geom = geoPHP::geosToGeometry($reader->read($wkt)); 69 $geom->setSRID($srid); 71 return $geom;
|
| D | GeoRSS.php | 79 $geom = $this->geomFromXML(); 84 return $geom;
|
| D | KML.php | 72 $geom = $this->geomFromXML(); 77 return $geom;
|
| /plugin/geophp/vendor/funiq/geophp/ |
| D | README.md | 60 $geom = geoPHP::load($dbRow,'wkt'); 64 $geom = geoPHP::load("GEOMETRYCOLLECTION(".$dbString1.",".$dbString2.")",'wkt'); 94 $column = 'geom'; 104 $result = pg_fetch_all(pg_query($connection, "SELECT asBinary($column) as geom FROM $table")); 106 $wkb = pg_unescape_bytea($item['geom']); // Make sure to unescape the hex blob 107 $geom = geoPHP::load($wkb, 'ewkb'); // We now a full geoPHP Geometry object 110 $insert_string = pg_escape_bytea($geom->out('ewkb')); 115 $result = pg_fetch_all(pg_query($connection, "SELECT $column as geom FROM $table")); 117 $wkb = pack('H*',$item['geom']); // Unpacking the hex blob 118 $geom = geoPHP::load($wkb, 'ewkb'); // We now have a geoPHP Geometry [all …]
|
| /plugin/openlayersmap/ |
| D | StaticMap.php | 229 $geom = new GeometryCollection($geoms); 230 $centroid = $geom->centroid(); 231 $bbox = $geom->getBBox(); 627 * @param Geometry $geom 631 private function drawGeometry(Geometry $geom, int $colour): void argument 633 if (empty($geom)) { 637 switch ($geom->geometryType()) { 640 for ($i = 1; $i < $geom->numGeometries() + 1; $i++) { 641 $_geom = $geom->geometryN($i); 646 $this->drawPolygon($geom, $colour); [all …]
|
| D | script.js | 261 geometry: new ol.geom.Point(ol.proj.fromLonLat([p.lon, p.lat])),
|
| /plugin/openlayersmapoverlays/lib/ |
| D | layers.js | 59 …geom=this.value;if(this.value.CLASS_NAME=="OpenLayers.Bounds"){geom=this.value.toGeometry()}if(fea…
|
| /plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
| D | Geometry.php | 201 abstract public function distance($geom); argument 203 abstract public function equals($geom); argument 676 $geom = $this->getGeos(); 679 $geom = $geom->union($item->geos()); 681 return geoPHP::geosToGeometry($geom);
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorRuler.java | 27 import java.awt.geom.AffineTransform; 28 import java.awt.geom.Point2D;
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …geom/flat/transform.js","../ol/geom/Geometry.js","../ol/geom/SimpleGeometry.js","../ol/geom/flat/a…
|
| /plugin/ol3/ |
| D | script.js | 8 …geom:new qn([]),text:s}}this.meridians_[o++]=a}return o},e.prototype.addParallel_=function(t,e,r,n…
|
| /plugin/schedule/lib/ |
| D | scheduleCitiesMap.js | 104 geometry: new ol.geom.Point (scheduleGetCoordFromLocation ([lat, lon])),
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
| D | d3.min.js | 4 …geom={},ao.geom.hull=function(n){function t(n){if(n.length<3)return[];var t,i=En(e),u=En(r),o=n.le…
|
| D | nv.d3.min.js | 7 …+20,n.range()[1]-20,null,null]));var c=d3.geom.polygon([[-10,-10],[-10,i+10],[h+10,i+10],[h+10,-10…
|
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | importer.js | 8865 _this.geom = null; 8947 if (this.geom != null) { 8948 for (var index156 = 0; index156 < this.geom.length; index156++) { 8949 var geoElem = this.geom[index156]; 9149 if (this.geom == null) { 9150 this.geom = ([]); property 9152 /* add */ (this.geom.push(elem)); 9316 return !(this.geom == null || (this.geom.length == 0));
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 18813 function appendText(task, geom, styles) { 18830 if (isAllWhitespace(geom.str)) { 18838 var tx = _util.Util.transform(task._viewport.transform, geom.transform); 18841 var style = styles[geom.fontName]; 18873 textDiv.textContent = geom.str; 18876 textDiv.dataset.fontName = geom.fontName; 18883 if (geom.str.length > 1) { 18885 textDivProperties.canvasWidth = geom.height * task._viewport.scale; 18887 textDivProperties.canvasWidth = geom.width * task._viewport.scale; 18906 var divWidth = (style.vertical ? geom.height : geom.width) * task._viewport.scale;
|
| D | pdf.js.map | 1 …geom","tx","fontHeight","fontAscent","angleCos","angleSin","divWidth","divHeight","right","bottom"…
|
| /plugin/ditaa/ditaa/ |
| D | ditaa.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/htmlparser/
net/ ... |
| /plugin/jdraw/lib/ |
| D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/diagramsnet/lib/js/ |
| D | extensions.min.js | 1426 …{var k=function(d){function b(a,b){var c=this;c.text=null;c.fields=null;c.geom=null;c.imageData=nu… 1428 …vsdx.mxVsdxGeometryList(a);if(null!=this.geom)for(a=0;a<this.geom.length;a++)this.geomList.addGeom… 1433 …turn a&&a.equals?a.equals(b):a===b}(c,"Geometry"))null==this.geom&&(this.geom=[]),this.geom.push(a… 1436 …n this.styleMap};b.prototype.hasGeom=function(){return!(null==this.geom||0==this.geom.length)};b.p…
|