Home
last modified time | relevance | path

Searched refs:geom (Results 1 – 21 of 21) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php81 $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
395 linestringToGPX($geom) global() argument
[all...]
H A DWKT.php34 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;
236 // If it's marked as empty, then return an empty geom-collection
H A DGeoRSS.php79 $geom = $this->geomFromXML();
84 return $geom;
H A DKML.php72 $geom = $this->geomFromXML();
77 return $geom;
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md60 $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
[all...]
/plugin/openlayersmap/
H A DStaticMap.php229 $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
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,
696 drawGeometry(Geometry $geom, int $colour) global() argument
[all...]
H A Dscript.js261 geometry: new ol.geom.Point(ol.proj.fromLonLat([p.lon, p.lat])),
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59geom=this.value;if(this.value.CLASS_NAME=="OpenLayers.Bounds"){geom=this.value.toGeometry()}if(fea…
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php201 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/
H A DEditorRuler.java27 import java.awt.geom.AffineTransform;
28 import java.awt.geom.Point2D;
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/ol3/
H A Dscript.js8geom:new qn([]),text:s}}this.meridians_[o++]=a}return o},e.prototype.addParallel_=function(t,e,r,n…
/plugin/schedule/lib/
H A DscheduleCitiesMap.js104 geometry: new ol.geom.Point (scheduleGetCoordFromLocation ([lat, lon])),
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js4geom={},ao.geom.hull=function(n){function t(n){if(n.length<3)return[];var t,i=En(e),u=En(r),o=n.le…
H A Dnv.d3.min.js7 …+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/
H A Dimporter.js8865 _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 = ([]);
9152 /* add */ (this.geom.push(elem));
9316 return !(this.geom == null || (this.geom.length == 0));
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js18813 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;
H A Dpdf.js.map1geom","tx","fontHeight","fontAscent","angleCos","angleSin","divWidth","divHeight","right","bottom"…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1426 …{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…