File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2450,21 +2450,21 @@ public function getSupportForSpatialIndexOrder(): bool
24502450 }
24512451
24522452
2453- /**
2454- * Does the adapter support spatial axis order specification?
2455- *
2456- * @return bool
2457- */
2453+ /**
2454+ * Does the adapter support spatial axis order specification?
2455+ *
2456+ * @return bool
2457+ */
24582458 public function getSupportForSpatialAxisOrder (): bool
24592459 {
24602460 return false ;
24612461 }
24622462
2463- /**
2464- * Does the adapter support calculating distance(in meters) between multidimension geometry(line, polygon,etc)?
2465- *
2466- * @return bool
2467- */
2463+ /**
2464+ * Does the adapter support calculating distance(in meters) between multidimension geometry(line, polygon,etc)?
2465+ *
2466+ * @return bool
2467+ */
24682468 public function getSupportForDistanceBetweenMultiDimensionGeometryInMeters (): bool
24692469 {
24702470 return false ;
You can’t perform that action at this time.
0 commit comments