public virtual bool Contains(ref GFeature feature) { if (extent.ContainsExtent(ref feature)) { return(true); } return(false); }