🚀 Hostinger Optimized
🖥️ Server: Apache
💻 System: Linux webm015.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
👤 User: stakrfrcol (69043)
🐘 PHP: 8.3.31
🚫 Disabled: _dyuweyrj4,_dyuweyrj4r,dl

💻 Terminal

📁 /home/stakrfrcol/agency
$

📄 GeoAdapter.class.php

📁 Path: /home/stakrfrcol/dolibarr/htdocs/includes/geoPHP/lib/adapters/GeoAdapter.class.php
📊 Size: 706 B
🔒 Perm: 0604
📝 MIME: text/x-php
<?php
/*
 * (c) Patrick Hayes 2011
 *
 * This code is open-source and licenced under the Modified BSD License.
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/**
 * GeoAdapter : abstract class which represents an adapter
 * for reading and writing to and from Geomtry objects
 *
 */
abstract class GeoAdapter
{
	/**
	 * Read input and return a Geomtry or GeometryCollection
	 *
	 * @return Geometry|GeometryCollection
	 */
	abstract public function read($input);

	/**
	 * Write out a Geomtry or GeometryCollection in the adapter's format
	 *
	 * @return mixed
	 */
	abstract public function write(Geometry $geometry);
}
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨