Hallo Georgio,
Dat moet toeval zijn, en je gebruikt waarschijnlijk een groot beeldscherm. De I en de J parameters zijn namelijk de coordinaten van het te bevragen punt in Pixels.
Zie https://docs.geoserver.org/latest/en/user/services/wms/reference.html
Dit is weliswaar niet de officiele specificatie (die kan ik alleen in PDF vinden), maar ik kopieer even het relevante stukje:
The GetFeatureInfo operation is designed to provide clients of a WMS with more information about features in the pictures of maps that were returned by previous Map requests. The canonical use case for GetFeatureInfo is that a user sees the response of a Map request and chooses a point (I,J) on that map for which to obtain more information. The basic operation provides the ability for a client to specify which pixel is being asked about, which layer(s) should be investigated, and what format the information should be returned in. Because the WMS protocol is stateless, the GetFeatureInfo request indicates to the WMS what map the user is viewing by including most of the original GetMap request parameters (all but VERSION and REQUEST). From the spatial context information (BBOX, CRS, WIDTH, HEIGHT) in that GetMap request, along with the I,J position the user chose, the WMS can (possibly) return additional information about that position.
Is je vraag pure nieuwsgierigheid, of wil je op basis van een punt het BAG pand ophalen? In het laatste geval is het denk ik makkelijker om de WFS te gebruiken, zie Gebouw omtrek maken op basis van latitude en longitude - #14 door sbjager voor een voorbeeld.
Edit: Linkje naar Specs PDF