ahmet temiz wrote: > hello > > I have lines within polygons. > > how can find the shortest distance from the lines that are within the > polygons to boundary of these polygons ? You could extract the polygon rings and then compute the distance to each of those from the interior lines. -Steve