You are here

ProjectionInterface.php in Openlayers 7.3

Interface ProjectionInterface.

File

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

/**
 * @file
 * Interface ProjectionInterface.
 */
namespace Drupal\openlayers\Types;


/**
 * Interface ProjectionInterface.
 */
interface ProjectionInterface extends ObjectInterface {

}

Interfaces

Namesort descending Description
ProjectionInterface Interface ProjectionInterface.