Home
last modified time | relevance | path

Searched refs:geometry (Results 76 – 100 of 100) sorted by path

1234

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCollection.php11 * A geometry is a collection if it is made up of other
172 * Returns every sub-geometry as a multidimensional array
194 * Returns the 1-based Nth geometry.
196 * @param int $n 1-based geometry number
243 * @param Collection $geometry The geometry from which points will be extracted
246 private static function getPointsRecursive($geometry, &$points) argument
248 foreach ($geometry->components as $component) {
258 * @param Geometry $geometry
261 public function equals($geometry) argument
332 distance($geometry) global() argument
[all...]
H A DGeometry.php19 * All coordinates within a geometry object should be in the same coordinate reference systems.
21 * either directly or through its containing geometry.
128 * Methods applicable on certain geometry types *
169 * @return Geometry|null The geometry, or null if not found.
294 * Adds custom data to the geometry
309 * Returns the requested data by property name, or all data of the geometry
324 * Tells whether the geometry has data with the specified name
326 * @return bool True if the geometry has data with the specified name
541 * @param Geometry $geometry
546 public function equalsExact(Geometry $geometry) argument
562 relate(Geometry $geometry, $pattern = null) global() argument
611 intersection(Geometry $geometry) global() argument
640 difference(Geometry $geometry) global() argument
655 symDifference(Geometry $geometry) global() argument
672 union(Geometry $geometry) global() argument
740 disjoint(Geometry $geometry) global() argument
755 touches(Geometry $geometry) global() argument
770 intersects(Geometry $geometry) global() argument
785 crosses(Geometry $geometry) global() argument
800 within(Geometry $geometry) global() argument
815 contains(Geometry $geometry) global() argument
830 overlaps(Geometry $geometry) global() argument
845 covers(Geometry $geometry) global() argument
860 coveredBy(Geometry $geometry) global() argument
875 hausdorffDistance(Geometry $geometry) global() argument
[all...]
H A DGeometryCollection.php15 * any of valid Geometry types, including empty geometry
44 * Not valid for this geometry type
76 foreach ($geometries as $geometry) {
77 if ($geometry->dimension() > $highestDimension) {
78 $highestDimension = $geometry->dimension();
86 foreach ($geometries as $geometry) {
87 if ($geometry->dimension() === $highestDimension) {
88 $highestDimensionGeometries[] = $geometry;
100 * Returns every sub-geometry as a multidimensional array
138 // Not valid for this geometry
[all...]
H A DLineString.php198 * @return float Haversine length of geometry in degrees
474 * @param Geometry|Collection $geometry
477 public function distance($geometry) argument
482 return $this->getGeos()->distance($geometry->getGeos());
486 if ($geometry->geometryType() == Geometry::POINT) {
488 return $geometry->distance($this);
490 if ($geometry->geometryType() == Geometry::LINE_STRING) {
492 $geometrySegments = $geometry->explode();
518 return parent::distance($geometry);
H A DPoint.php220 * Determines weather the specified geometry is spatially equal to this Point
226 * @param Point|Geometry $geometry
230 public function equals($geometry) argument
232 return $geometry->geometryType() === Geometry::POINT
233 ? (abs($this->x() - $geometry->x()) <= 1.0E-9 && abs($this->y() - $geometry->y()) <= 1.0E-9)
252 * @param Geometry|Collection $geometry
255 public function distance($geometry) argument
257 if ($this->isEmpty() || $geometry->isEmpty()) {
263 return $this->getGeos()->distance($geometry
[all...]
H A DPolygon.php50 // throw new \Exception('Cannot create Polygon: geometry should be simple');
324 * Checks whether the given geometry is spatially inside the Polygon
326 * @param Geometry $geometry
329 public function contains(Geometry $geometry) argument
334 return $this->getGeos()->contains($geometry->getGeos());
339 foreach ($geometry->getPoints() as $p) {
349 if ($geometry->geometryType() == Geometry::LINE_STRING) {
350 } elseif ($geometry->geometryType() == Geometry::POLYGON) {
351 $geometry = $geometry
[all...]
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php83 * If $data is an array, all passed in values will be combined into a single geometry
127 } else { // Data is an array, combine all passed in items into a single geometry
170 $geometry = geoPHP::load($wkb, 'wkb', true);
171 if ($geometry) {
172 $geometry->setGeos($geos);
173 return $geometry;
180 * Reduce a geometry, or an array of geometries, into their 'lowest' available common geometry.
183 * An array of geometries can be passed and they will be compiled into a single geometry
194 * If it is a single geometry
[all...]
/plugin/geotag/syntax/
H A Dgeotag.php
/plugin/googlemaps3/
H A Dscript.js84 attachMarker(map, options, results[0].geometry.location);
94 map.setCenter(results[0].geometry.location);
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPalette.java227 mxGeometry geometry = new mxGeometry(0, 0, width, height); in addEdgeTemplate() local
228 geometry.setTerminalPoint(new mxPoint(0, height), true); in addEdgeTemplate()
229 geometry.setTerminalPoint(new mxPoint(width, 0), false); in addEdgeTemplate()
230 geometry.setRelative(true); in addEdgeTemplate()
232 mxCell cell = new mxCell(value, geometry, style); in addEdgeTemplate()
/plugin/latexport/examples/
H A Dexample.tex26 {geometry} % showframe
/plugin/ol3/
H A Dscript.js8geometry)})),l}},e.prototype.forEachLayerAtPixel=function(t,e,r,i,o){return n()},e.prototype.hasFe… property in e.writeMultiPolygonGeometry_.p
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/
H A Dscript.js261 geometry: new ol.geom.Point(ol.proj.fromLonLat([p.lon, p.lat])),
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59geometry){var geom=this.value;if(this.value.CLASS_NAME=="OpenLayers.Bounds"){geom=this.value.toGeo…
/plugin/schedule/lib/
H A DscheduleCitiesMap.js104 geometry: new ol.geom.Point (scheduleGetCoordFromLocation ([lat, lon])),
/plugin/spatialhelper/helper/
H A Dindex.php115 $geometry = new Point($geotags ['lon'], $geotags ['lat']);
116 $geohash = $geometry->out('geohash');
222 $geometry = $this->getCoordsFromExif($imgId);
223 if (!$geometry) {
226 $geohash = $geometry->out('geohash');
H A Dsearch.php80 $geometry = new Point($lon, $lat);
81 return $this->findNearby($geometry->out('geohash'), $geometry);
/plugin/stlviewer/stlviewer/
H A DProjector.js433 var geometry = object.geometry;
445 var attributes = geometry.attributes;
446 var groups = geometry.groups;
482 if ( geometry.index !== null ) {
484 var indices = geometry.index.array;
522 var vertices = geometry.vertices;
523 var faces = geometry.faces;
657 var attributes = geometry.attributes;
681 if ( geometry.index !== null ) {
683 var indices = geometry.index.array;
[all …]
H A Dstl_viewer.min.js2geometry.boundingBox||e.mesh.geometry.computeBoundingBox(),o.model_loaded_callback&&o.model_loaded…
H A Dthree.min.js2geometry;void 0!==e&&(null===e.boundingBox&&e.computeBoundingBox(),Rt.copy(e.boundingBox),Rt.apply…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler.js305 var geometry = this._GetMarkerGeometry( tableMap, rowIdx, colIdx, '_CellSelected' ) ;
306 var baseColIdx = colIdx - geometry.x ;
307 var baseRowIdx = rowIdx - geometry.y ;
309 if ( geometry.width >= geometry.height )
311 for ( colIdx = baseColIdx ; colIdx < baseColIdx + geometry.width ; colIdx++ )
313 rowIdx = baseRowIdx + ( colIdx - baseColIdx ) % geometry.height ;
320 if ( g.width != geometry.width || g.height != geometry.height )
329 for ( rowIdx = baseRowIdx ; rowIdx < baseRowIdx + geometry.height ; rowIdx++ )
331 colIdx = baseColIdx + ( rowIdx - baseRowIdx ) % geometry.width ;
338 if ( g.width != geometry.width || g.height != geometry.height )

1234