Exemplo n.º 1
0
 public override IEnumerable <IFeature> GetFeaturesInView(BoundingBox extent, double resolution)
 {
     return(_cache.GetFeaturesInView(extent, resolution));
 }
Exemplo n.º 2
0
 public override IEnumerable <IFeature> GetFeaturesInView(BoundingBox box, double resolution)
 {
     return(cache.GetFeaturesInView(box, resolution));
 }