public override IEnumerable <IFeature> GetFeaturesInView(BoundingBox extent, double resolution) { return(_cache.GetFeaturesInView(extent, resolution)); }
public override IEnumerable <IFeature> GetFeaturesInView(BoundingBox box, double resolution) { return(cache.GetFeaturesInView(box, resolution)); }