@geosanja/geosanja-frontend-api 4.3.0-build-3 → 4.3.2-build-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -228,12 +228,13 @@ export declare class DefaultService {
228
228
  * @param infoFormat
229
229
  * @param x
230
230
  * @param y
231
+ * @param camadaId
231
232
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
232
233
  * @param reportProgress flag to report request and response progress.
233
234
  */
234
- getFeatureInfo(srs: string, version: string, bbox: string, height: string, width: string, layers: string, queryLayers: string, infoFormat: string, x: string, y: string, observe?: 'body', reportProgress?: boolean): Observable<string>;
235
- getFeatureInfo(srs: string, version: string, bbox: string, height: string, width: string, layers: string, queryLayers: string, infoFormat: string, x: string, y: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<string>>;
236
- getFeatureInfo(srs: string, version: string, bbox: string, height: string, width: string, layers: string, queryLayers: string, infoFormat: string, x: string, y: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<string>>;
235
+ getFeatureInfo(srs: string, version: string, bbox: string, height: string, width: string, layers: string, queryLayers: string, infoFormat: string, x: string, y: string, camadaId: string, observe?: 'body', reportProgress?: boolean): Observable<string>;
236
+ getFeatureInfo(srs: string, version: string, bbox: string, height: string, width: string, layers: string, queryLayers: string, infoFormat: string, x: string, y: string, camadaId: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<string>>;
237
+ getFeatureInfo(srs: string, version: string, bbox: string, height: string, width: string, layers: string, queryLayers: string, infoFormat: string, x: string, y: string, camadaId: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<string>>;
237
238
  /**
238
239
  * Buscar lista de funcionalidades para administração
239
240
  *