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()); }
public SqlGeography sLocating(string serviceCell, double rxlev, double powerControl) { LocatingCellBuffer ser = new LocatingCellBuffer(serviceCell, rxlev, powerControl); servicecellgeog = ser.getCellGeo(); return(servicecellgeog); }
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()); }
public SqlGeography sLocating(string serviceCell, double rxlev, double powerControl) { LocatingCellBuffer ser = new LocatingCellBuffer(serviceCell, rxlev, powerControl); servicecellgeog = ser.getCellGeo(); return servicecellgeog; }