Exemplo n.º 1
0
            public object Clone()
            {
                PreciseQueryParams t = new PreciseQueryParams(_ctx);

                t.TopLeft   = TopLeft;
                t.Component = Component;
                t.QualLayer = QualLayer;
                t.ResLevel  = ResLevel;
                return(t);
            }
Exemplo n.º 2
0
 public PreciseQuery Reset()
 {
     _qp = new PreciseQueryParams(_ctx);
     return(this);
 }