hello,
i want to write this but signe error why :
thanks
i want to write this but signe error why :
Code:
while(iterateur.hasNext())
{
Mat ma=(Mat)iterateur.next();
double l=ma.getLatitude();
double lo=ma.getLongitude();
if((l BETWEEN "+lat+" and "+lat+"+10)&&(lo BETWEEN "+lon+" and "+lon+"+ 10) Limit 5)
Comment