GeoRefImage
in package
Image principale ou cartouche de la carte
Table of Contents
Properties
- $georef : string|null
- ('ok'|'KO'|null)
- $georefBox : GBox|null
- gbox de géoréférencement de l'image
- $md : array<string, mixed>
- // MD simplifiées
- $tif : string|null
- chemin du tif dans l'archive
- $xml : string|null
- nom de l'xml dans l'archive décrivant l'image
Methods
- asArray() : array<string, mixed>
- bestInsetMapOfCat() : string|null
- Recherche pour ce cartouche défini dans l'archive le meilleur cartouche correspondant défini dans le catalogue retourne le titre de ce meilleur cartouche
- georef() : string|null
- georefBox() : GBox|null
- georefLabel() : string
- md() : array<string, mixed>
- setTif() : void
- setXml() : void
- tif() : string|null
- title() : string|null
- xml() : string|null
Properties
$georef
('ok'|'KO'|null)
protected
string|null
$georef
$georefBox
gbox de géoréférencement de l'image
protected
GBox|null
$georefBox
= null
$md
// MD simplifiées
protected
array<string, mixed>
$md
= []
$tif
chemin du tif dans l'archive
protected
string|null
$tif
= null
$xml
nom de l'xml dans l'archive décrivant l'image
protected
string|null
$xml
= null
Methods
asArray()
public
asArray() : array<string, mixed>
Return values
array<string, mixed>bestInsetMapOfCat()
Recherche pour ce cartouche défini dans l'archive le meilleur cartouche correspondant défini dans le catalogue retourne le titre de ce meilleur cartouche
public
bestInsetMapOfCat(array<int, array<string, mixed>> $insetMapsOfCat[, bool $show = false ]) : string|null
Parameters
- $insetMapsOfCat : array<int, array<string, mixed>>
- $show : bool = false
Return values
string|nullgeoref()
public
georef() : string|null
Return values
string|nullgeorefBox()
public
georefBox() : GBox|null
Return values
GBox|nullgeorefLabel()
public
georefLabel() : string
Return values
stringmd()
public
md() : array<string, mixed>
Return values
array<string, mixed>setTif()
public
setTif(string $tif, My7zArchive $archive) : void
Parameters
- $tif : string
- $archive : My7zArchive
setXml()
public
setXml(string|null $xml, string $pathOf7z) : void
Parameters
- $xml : string|null
- $pathOf7z : string
tif()
public
tif() : string|null
Return values
string|nulltitle()
public
title() : string|null
Return values
string|nullxml()
public
xml() : string|null