WMTSCache
in package
Table of Contents
Properties
- $outputFunc : mixed
Methods
- __construct() : mixed
- capabilities() : int
- display WMTS Capabalities for a whole project or a specific layer.
- clean() : mixed
- seed() : mixed
- getProject() : mixed
Properties
$outputFunc
private
mixed
$outputFunc
Methods
__construct()
public
__construct(callable $outputFunc) : mixed
Parameters
- $outputFunc : callable
capabilities()
display WMTS Capabalities for a whole project or a specific layer.
public
capabilities(string $repoName, string $projectName, null|string $layerName, null|string $tileMatrixSetId, bool $verbose) : int
Parameters
- $repoName : string
- $projectName : string
- $layerName : null|string
- $tileMatrixSetId : null|string
- $verbose : bool
Return values
intclean()
public
clean(mixed $repoName, mixed $projectName, mixed $layer) : mixed
Parameters
- $repoName : mixed
- $projectName : mixed
- $layer : mixed
seed()
public
seed(string $repoName, string $projectName, string $layers, string $tileMatrixSetId, int $tileMatrixMin, int $tileMatrixMax, mixed $bbox, bool $verbose, bool $dryRun, bool $forced) : mixed
Parameters
- $repoName : string
- $projectName : string
- $layers : string
- $tileMatrixSetId : string
- $tileMatrixMin : int
- $tileMatrixMax : int
- $bbox : mixed
- $verbose : bool
- $dryRun : bool
- $forced : bool
getProject()
private
getProject(mixed $repoName, mixed $projectName) : mixed
Parameters
- $repoName : mixed
- $projectName : mixed