<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18783"></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=734145718-07072009><FONT color=#0000ff 
size=2 face=Arial>Nicklas,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=734145718-07072009><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=734145718-07072009><FONT color=#0000ff 
size=2 face=Arial>Regarding your question on Linux.  I'm probably the worst 
person to be giving advice in this regard since Linux is still foreign to 
me.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=734145718-07072009><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=734145718-07072009><FONT color=#0000ff 
size=2 face=Arial>I had similar issues with make check under open suse so what I 
usually end up doing is something like</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=734145718-07072009><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=734145718-07072009><FONT color=#0000ff 
size=2 face=Arial>su root</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=734145718-07072009><FONT color=#0000ff 
size=2 face=Arial>chmod 777 regress  (basically give rights to everyone on 
the regress folder)</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=734145718-07072009><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=734145718-07072009><FONT color=#0000ff 
size=2 face=Arial>su postgres</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=734145718-07072009><FONT color=#0000ff 
size=2 face=Arial>make check</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=734145718-07072009><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=734145718-07072009><FONT color=#0000ff 
size=2 face=Arial>Hope that helps,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=734145718-07072009><FONT color=#0000ff 
size=2 face=Arial>Regina</FONT></SPAN></DIV><BR>
<DIV dir=ltr lang=en-us class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>From:</B> 
postgis-devel-bounces@postgis.refractions.net 
[mailto:postgis-devel-bounces@postgis.refractions.net] <B>On Behalf Of 
</B>Paragon Corporation<BR><B>Sent:</B> Tuesday, July 07, 2009 1:02 
PM<BR><B>To:</B> 'PostGIS Development Discussion'<BR><B>Subject:</B> Re: 
[postgis-devel] st_dwithin, st_within, st_dcompletlywithin<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV dir=ltr align=left><SPAN class=078365916-07072009><FONT color=#0000ff 
size=2 face=Arial>Nicklas,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=078365916-07072009><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=078365916-07072009><FONT color=#0000ff 
size=2 face=Arial>Congratulations on the new baby!  Is it a boy or 
girl?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=078365916-07072009><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=078365916-07072009><FONT color=#0000ff 
size=2 face=Arial>I'm okay with you just adding this to the current ticket since 
I agree they are all related.  Probably best to wait for Paul, Kevin, or 
Mark to voice any issues/complaints, but I can't think of 
any.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=078365916-07072009><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=078365916-07072009><FONT color=#0000ff 
size=2 face=Arial>Thanks,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=078365916-07072009><FONT color=#0000ff 
size=2 face=Arial>Regina</FONT></SPAN></DIV><BR>
<DIV dir=ltr lang=en-us class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>From:</B> 
postgis-devel-bounces@postgis.refractions.net 
[mailto:postgis-devel-bounces@postgis.refractions.net] <B>On Behalf Of 
</B>nicklas.aven@jordogskog.no<BR><B>Sent:</B> Tuesday, July 07, 2009 8:16 
AM<BR><B>To:</B> PostGIS Development Discussion<BR><B>Subject:</B> Re: 
[postgis-devel] st_dwithin, st_within, st_dcompletlywithin<BR></FONT><BR></DIV>
<DIV></DIV>I think ST_DFullyWithin sounds great.<BR>Is it ok if I put this to in 
ticket #137. In the code they are all close related, st_distance, 
st_max_distace, st_shortestline, st_longestline, st_dwithin, 
st_dfullywithin<BR><BR>I have a patch for the trunk that seems to work, but I 
haven't tested more than randomly. I will try to build cunit-tests but I think 
it is difficult to get the make check thing work at all. In windows I get som 
problems and in ubuntu I get permission-problems. I'm new to Linux.<BR><BR>I 
also just have become a father :-) two weeks ago so my sparetime for learning 
new things has drastically decreased. <BR><BR>/Nicklas<BR><BR><BR>2009-07-07 
Paragon Corporation wrote:<BR><BR>Paul and Nicklas,<BR>><BR>>I think we 
had suggested calling it ST_DFullyWithin or maybe that was 
my<BR>>idea.<BR>><BR>>http://trac.osgeo.org/postgis/ticket/20<BR>><BR>>Though 
I guess we closed this out when we put the short circuit in 
for<BR>>ST_DWithin. We probably should resurrect or add it as a separate 
ticket.<BR>>Nicklas since you are working on it, you want to add it as a trac 
item.<BR>><BR>>Thanks,<BR>>Regina<BR>><BR>> 
<BR>><BR>>-----Original Message-----<BR>>From: 
postgis-devel-bounces@postgis.refractions.net<BR>>[mailto:postgis-devel-bounces@postgis.refractions.net] 
On Behalf Of Paul<BR>>Ramsey<BR>>Sent: Monday, July 06, 2009 7:23 
PM<BR>>To: PostGIS Development Discussion<BR>>Subject: Re: [postgis-devel] 
st_dwithin, st_within, st_dcompletlywithin<BR>><BR>>It gets even more 
confusing if you note that some members of the WFS working<BR>>group insist 
that the semantics of the WithinDistance OGC filter op are the<BR>>semantics 
of your proposed function, rather than the semantics of 
dwithin.<BR>><BR>>P<BR>><BR>>On Mon, Jul 6, 2009 at 4:19 PM, 
<NICKLAS.AVEN@JORDOGSKOG.NO>wrote:<BR>>> Hallo<BR>>><BR>>> 
This is a semantic question.<BR>>> I'm working with the new functions 
st_shortestline etc.<BR>>> I found that we can get another new function 
for free when we have <BR>>> implemented st_max_distance. By using the 
max-calculation instead of <BR>>> min-calculation the same way as 
st_dwithin, we insead get <BR>>> "st_dcompletlywithin" the function 
returns true if the maximum <BR>>> distance between the geometries is 
shorter than the third input.<BR>>><BR>>> My question is (beside the 
question if this is something useble), what <BR>>> to call the function. I 
think it easily can be confusing. I mean, <BR>>> st_within and st_dwithin 
is two quite similar names wich is ok because <BR>>> they don't really 
relate to eachother in what they do, but if we add a <BR>>> function that 
do the same as st_dwithin but whith the difference that <BR>>> the 
geometries has to be completly inside the given distance of <BR>>> 
eachother, maybe we risk making it confusing. I guess <BR>>> 
st_dcompletlywithin is maybe the most describing, but very 
long.<BR>>><BR>>> Greetings<BR>>> 
Nicklas<BR>>><BR>>><BR>>><BR>>> 
_______________________________________________<BR>>> postgis-devel 
mailing list<BR>>> postgis-devel@postgis.refractions.net<BR>>> 
http://postgis.refractions.net/mailman/listinfo/postgis-devel<BR>>><BR>>><BR>>_______________________________________________<BR>>postgis-devel 
mailing 
list<BR>>postgis-devel@postgis.refractions.net<BR>>http://postgis.refractions.net/mailman/listinfo/postgis-devel<BR>><BR>><BR>><BR>>_______________________________________________<BR>>postgis-devel 
mailing 
list<BR>>postgis-devel@postgis.refractions.net<BR>>http://postgis.refractions.net/mailman/listinfo/postgis-devel<BR>><BR>></NICKLAS.AVEN@JORDOGSKOG.NO> 
</BODY></HTML>