> For the complete documentation index, see [llms.txt](https://docs.k2geospatial.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.k2geospatial.com/fr2/extensions-jmap-server/image-analysis/guide-dutilisation-de-image-analysis/fonctions/informations-matricielles.md).

# Informations matricielles

Cette fonction permet d'obtenir de l'information sur le pixel sélectionné.

Pour utiliser **Informations matricielles**, sélectionnez l'outil <img src="/files/7PiNlerF9BKhRl1UuxoV" alt="img" data-size="line"> et cliquez sur le pixel à interroger. Les résultats s'affichent.

Pour afficher les informations de plusieurs pixels, gardez la touche **CTRL** enfoncée.

Les points de contrôle demeurent affichés et il est possible de consulter la valeur de la ou des bandes sous forme d'infobulle.

## Présentation des résultats

La figure illustre les résultats obtenus pour un modèle numérique de terrain avec une seule bande contenant la valeur de l'élévation.

<figure><img src="/files/O6elOUqwEBcpzZQllQPY" alt=""><figcaption></figcaption></figure>

La figure suivante présente les résultats de l'information matricielle pour une couche à plusieurs bandes.

<figure><img src="/files/0nZNKW6MyM8YXJwBE5r4" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="151.40112994350278"></th><th></th></tr></thead><tbody><tr><td>Y</td><td>La coordonnée Y du pixel (les unités dépendent du système de coordonnées du projet).</td></tr><tr><td>X</td><td>La coordonnée X du pixel (les unités dépendent du système de coordonnées du projet).</td></tr><tr><td>Bande [0-n]</td><td>La liste des bandes.<br>Pour connaître la nature de la bande, il faut connaître les paramètres de la couche matricielle.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.k2geospatial.com/fr2/extensions-jmap-server/image-analysis/guide-dutilisation-de-image-analysis/fonctions/informations-matricielles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
