Home
last modified time | relevance | path

Searched refs:Point (Results 26 – 50 of 97) sorted by relevance

1234

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php7 use geoPHP\Geometry\Point; alias
169 return new Point($lon, $lat);
189 return new Point($lon, $lat);
196 return new Point($lon, $lat);
203 return new Point($lon, $lat);
210 return new Point($lon, $lat);
H A DTWKB.php25 use geoPHP\Geometry\Point; alias
55 /** @var Point|null */
168 $this->lastPoint = new Point(0, 0, 0, 0);
181 $geometry = $this->getMulti('Point', $options);
205 * @return Point
211 return new Point();
230 $this->lastPoint = new Point($x, $y, $z, $m);
305 case 'Point':
389 $this->lastPoint = new Point(0, 0, 0, 0);
393 /** @var Point
[all...]
H A DWKB.php7 use geoPHP\Geometry\Point; alias
157 $geometry = $this->getMulti('Point');
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[2]);
196 $point = new Point($coordinates[0], $coordinates[1], $coordinates[2], $coordinates[3]);
252 case 'Point':
296 /** @var Point $geometry */
328 * @param Point $point
H A DKML.php9 use geoPHP\Geometry\Point; alias
136 return new Point();
138 return new Point(
157 $pointArray[] = new Point(
262 /** @var Point $geometry */
281 * @param Point $geometry
286 $str = '<' . $this->nss . "Point>\n<" . $this->nss . 'coordinates>';
292 return $str . '</' . $this->nss . 'coordinates></' . $this->nss . "Point>\n";
H A DGPX.php12 use geoPHP\Geometry\Point; alias
155 * @return Point
166 $point = new Point($lon, $lat, $elevation);
178 * @return Point[]
344 /** @var Point $geometry */
360 * @param Point $geom
443 if (strpos($component->geometryType(), 'Point') !== false) {
452 if (strpos($component->geometryType(), 'Point') === false && strpos($component->geometryType(), 'LineString') === false) {
H A DWKT.php9 use geoPHP\Geometry\Point; alias
29 * @param string $typeString Type to find, eg. "Point", or "LineStringZ"
118 return new Point();
132 return new Point($parts[0], $parts[1], $z, $m);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DLineString.php12 * @method Point[] getComponents()
13 * @property Point[] $components
14 * @method Point geometryN($n)
27 * @param Point[] $points An array of at least two points with
40 $points[] = Point::fromArray($point);
60 * @return Point|null
77 return new Point();
90 /** @var Point $previousPoint */
108 return new Point($x / $length, $y / $length);
125 /** @var Point
[all...]
H A DPolygon.php112 * @return Point
117 return new Point();
143 return new Point();
145 return new Point($x / $totalArea, $y / $totalArea);
175 * @returns Point The outermost point
251 * @see http://en.wikipedia.org/wiki/Point%5Fin%5Fpolygon
253 * @param Point $point
310 * @param Point $point
H A DPoint.php8 * A Point is a 0-dimensional geometric object and represents a single location in coordinate space.
9 * A Point has an x-coordinate value, a y-coordinate value.
12 class Point extends Geometry class
38 throw new InvalidGeometryException("Cannot construct Point. x and y should be numeric");
49 throw new InvalidGeometryException("Cannot construct Point. z should be numeric");
58 throw new InvalidGeometryException("Cannot construct Point. m should be numeric");
67 * @return Point
179 * The boundary of a Point is the empty set.
204 * @return Point[]
212 * @return Point[]
[all...]
H A DGeometryCollection.php57 * @return Point
63 return new Point();
H A DCollection.php12 * component geometries. Therefore everything but a Point
124 if ($envelope->typeName() == 'Point') {
232 * @return Point[]
244 * @param Point[] $points Result array as reference
249 if ($component instanceof Point) {
307 * @return LineString[] | Point[][]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DPoint.php20 class Point extends \Google\Model class
53 class_alias(Point::class, 'Google_Service_Dataflow_Point');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DPoint.php20 class Point extends \Google\Model class
58 class_alias(Point::class, 'Google_Service_Monitoring_Point');
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dupload_fck.pl374 my $Point = $HeaderPoint + 2;
375 while($Point < $DataLength) {
376 my($Maker, $MakerType, $MakerLength) = unpack("C2n",substr($$DATA,$Point,4));
381 ($ImageHeight, $ImageWidth) = unpack("n2", substr($$DATA, $Point + 5, 4));
388 $Point += $MakerLength + 2;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRegion.java4 import java.awt.Point;
42 imageLocation = new Point(0,0); in Region()
55 private Point imageLocation;
63 imageLocation = new Point(Math.max(0, x), Math.max(0, y)); in grabImage()
108 public Point getImageLocation() { in getImageLocation()
H A DComponentMover.java8 import java.awt.Point;
46 private Point pressed;
47 private Point location;
276 Point dragged = e.getLocationOnScreen(); in mouseDragged()
H A DScreenShot.java6 import java.awt.Point;
28 private Point mousePosition;
37 Point mousePosition, in ScreenShot()
65 public Point getMousePosition() { in getMousePosition()
122 mousePosition = new Point((int) (mousePosition.x*scale), (int) (mousePosition.y*scale)); in call()
H A DComponentResizer.java8 import java.awt.Point;
54 private Point pressed;
247 Point location = e.getPoint(); in mouseMoved()
346 Point dragged = e.getPoint(); in mouseDragged()
353 Rectangle bounds, Point pressed, Point current) { in changeBounds()
/plugin/spatialhelper/helper/
H A Dindex.php21 use geoPHP\Geometry\Point;
115 $geometry = new Point($geotags ['lon'], $geotags ['lat']);
236 * @return Point|false
239 final public function getCoordsFromExif(string $id): Point|false
264 return new Point($lon, $lat);
18 use geoPHP\Geometry\Point; global() alias
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorRuler.java17 import java.awt.Point;
144 protected Point mouse = new Point();
370 protected void updateMousePosition(Point pt) in updateMousePosition()
372 Point old = mouse; in updateMousePosition()
/plugin/csv/_test/csv/
H A Dc-q-q-json.csv2 1,"{""type"": ""Point"", ""coordinates"": [102.0, 0.5]}"
/plugin/a2s/
H A DASCIIToSVG.php1836 class Point { class
2010 $p = new Point($x, $y);
2053 $p = new Point($x, $y);
2059 $p = new Point($x, $y);
2264 $curPoint = new Point(0, 0);
2394 $tP = new Point(0, 0);
2602 if (($p->flags & Point::CONTROL)) {
2718 if ($t->flags & Point::DOT) {
2763 $this->point = new Point($x, $y);
3383 $maxPoint = new Point(-1, -1);
[all …]
/plugin/google_maps/
H A Dscript.js73 var point = new GLatLng(place.Point.coordinates[1], place.Point.coordinates[0]);
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1Point.$ctor1(leftmost,this.getBoundingRect().getTop()),new OrgChart.Layout.Size.$ctor1(rightmost-l…
/plugin/geotag/syntax/
H A Dgeotag.php18 use geoPHP\Geometry\Point; alias
127 return (new Point($lon, $lat))->out('geohash');

1234