Exemplo n.º 1
0
 public SqlGeography nLocating(string neighCell, double rxlev, double powerControl)
 {
     LocatingCellBuffer neigh = new LocatingCellBuffer(neighCell, rxlev, powerControl);
     neighcellgeog = neigh.getCellGeo();
     return neighcellgeog;
     //lgeo.Add(lc2.getCellGeo());
 }
Exemplo n.º 2
0
        public SqlGeography sLocating(string serviceCell, double rxlev, double powerControl)
        {
            LocatingCellBuffer ser = new LocatingCellBuffer(serviceCell, rxlev, powerControl);

            servicecellgeog = ser.getCellGeo();
            return(servicecellgeog);
        }
Exemplo n.º 3
0
        public SqlGeography nLocating(string neighCell, double rxlev, double powerControl)
        {
            LocatingCellBuffer neigh = new LocatingCellBuffer(neighCell, rxlev, powerControl);

            neighcellgeog = neigh.getCellGeo();
            return(neighcellgeog);
            //lgeo.Add(lc2.getCellGeo());
        }
Exemplo n.º 4
0
 public SqlGeography sLocating(string serviceCell, double rxlev, double powerControl)
 {
     LocatingCellBuffer ser = new LocatingCellBuffer(serviceCell, rxlev, powerControl);
     servicecellgeog = ser.getCellGeo();
     return servicecellgeog;
 }