You are here

Projection.php in Openlayers 7.3

Class Projection.

File

src/Types/Projection.php
View source
<?php

/**
 * @file
 * Class Projection.
 */
namespace Drupal\openlayers\Types;


/**
 * Class Projection.
 */
abstract class Projection extends Base implements ProjectionInterface {

}

Classes

Namesort descending Description
Projection Class Projection.