示例#1
0
 public Collection <Geometry> GetGeometriesInView(BoundingBox bbox)
 {
     return(RealProvider.GetGeometriesInView(ExpandBox(bbox)));
 }