Exemplo n.º 1
0
 public IShieldQueryWithIntersects IsActive(bool isActive = true)
 {
     return(new ShieldQueryWithIntersects(
                _elements.Where(e => ShieldQueryUtils.IsActive(e.First, isActive)), _map));
 }
Exemplo n.º 2
0
 public IShieldQuery IsActive(bool isActive = true)
 {
     return(new FieldQuery(_shields.Where(shield => ShieldQueryUtils.IsActive(shield, isActive)), _map));
 }