On 3/9/07, Jeroen van Dijk <[EMAIL PROTECTED]> wrote: > > > I want select roads, from a shapefile, with a certain radius from a point, > thus lying in a circle. > > > > I found this link that shows how to select point with a polygon. > > http://www.nabble.com/filter-points-within-polygon-t2740648.html > > > > My only problem is now to create a Geometry that represents a circle. Like > in the post of
What you really want is a DWithin filter which gives you everything within a distance of a geometry (in your case a point). Ian -- Ian Turton http://www.geotools.org http://pennspace.blogspot.com/ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
