/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package eu.dnetlib.espas.spatial;

import eu.dnetlib.espas.spatial.shared.SpatialQueryStatus;

/**
 *
 * @author gathanas
 */
public interface SpatialQueryIF {

   public String findObservationsByLocation(QShape querySpace, QueryCRS crs, TimePeriodConstraint timeConstraint, String userid);
   
   public SpatialQueryStatus getQueryStatus(String queryId, String userid);
}
