コード例 #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());
 }
コード例 #2
0
ファイル: mrLocating.cs プロジェクト: jabastien/seemapcell
        public SqlGeography sLocating(string serviceCell, double rxlev, double powerControl)
        {
            LocatingCellBuffer ser = new LocatingCellBuffer(serviceCell, rxlev, powerControl);

            servicecellgeog = ser.getCellGeo();
            return(servicecellgeog);
        }
コード例 #3
0
ファイル: mrLocating.cs プロジェクト: jabastien/seemapcell
        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());
        }
コード例 #4
0
 public SqlGeography sLocating(string serviceCell, double rxlev, double powerControl)
 {
     LocatingCellBuffer ser = new LocatingCellBuffer(serviceCell, rxlev, powerControl);
     servicecellgeog = ser.getCellGeo();
     return servicecellgeog;
 }