<html>
<head>
        <title></title>
        
<meta name="GENERATOR" content="MSHTML 8.00.6001.18783"></meta>
</head>

<body>
        
<div>Hallo</div>
        
<div> </div>
        
<div>This is a semantic question.</div>
        
<div>I'm working with the new functions st_shortestline etc.</div>
        
<div>I found that we can get another new function for free when we have implemented st_max_distance. By using the max-calculation instead of min-calculation the same way as st_dwithin, we insead get "st_dcompletlywithin" the function returns true if the maximum distance between the geometries is shorter than the third input. </div>
        
<div> </div>
        
<div>My question is (beside the question if this is something useble), what to call the function. I think it easily can be confusing. I mean, st_within and st_dwithin is two quite similar names wich is ok because they don't really relate to eachother in what they do, but if we add a function that do the same as st_dwithin but whith the difference that the geometries has to be <em>completly </em>inside the given distance of eachother, maybe we risk making it confusing. I guess st_dcompletlywithin is maybe the most describing, but very long. </div>
        
<div> </div>
        
<div>Greetings</div>
        
<div>Nicklas</div>
        
<div> </div>
        
<div> </div>
        
<div> </div>
</body>
</html>