Custom datums ============= To make use of a custom datum, all you need to do is register it. Once registered, your custom datum can be used exactly like any other built into PHPCoord. To register, call: ``PHPCoord\Datum\Datum::registerCustomDatum(string $srid, string $name, string $type, ?string $ellipsoidSrid, ?string $primeMeridianSrid, ?DateTimeInterface $frameReferenceEpoch)`` where ``$type`` is one of ``Datum::DATUM_TYPE_GEODETIC``, ``Datum::DATUM_TYPE_DYNAMIC_GEODETIC``, or ``Datum::DATUM_TYPE_VERTICAL`` .. code-block:: php