geoserver-api-reader
Version:
Build url to query geoserver api services.
28 lines • 704 B
TypeScript
export default class GetFeature {
constructor(capa: any, espacioDeTrabajo: any);
_servicio: string;
_version: string;
_respuesta: string;
_formato: string;
_capa: any;
_filtro: null;
_cache: GeojsonCache;
/**
* @param {string}
*/
set filtro(cql: null);
get filtro(): null;
get _parametrosGeoserver(): {
service: string;
version: string;
request: string;
typeNames: any;
outputformat: string;
count: any;
cql_filter: null;
};
get parametrosEnFormatoURL(): string;
get cache(): GeojsonCache;
}
import GeojsonCache from './GeojsonCache.js';
//# sourceMappingURL=GetFeature.d.ts.map