Exemplo n.º 1
0
 public int addSymbolicLocation(RadiomapBackend.SymbolicLocation input, RadiomapBackend.Vertex v)
 {
     /*
      * radiomapEntities radiomapContext = LocationService.radiomapContext;
      * radiomapContext
      * //String expandOptions = "Edges,Building_Floors,Vertices,Vertices/AbsoluteLocations,Vertices/SymbolicLocations";
      * String expandOptions = "Building_Floors,Vertices,Vertices/AbsoluteLocations,Vertices/SymbolicLocations,Edges,Edges/Vertices,Edges/Vertices/AbsoluteLocations";
      * var query = from b in radiomapContext.Buildings.Expand(expandOptions)
      *          where b.ID == 16 //TODO: Hardcoded building id
      *          select b;
      */
     return(1);
 }
Exemplo n.º 2
0
 public int addVertex(RadiomapBackend.Vertex input, RadiomapBackend.Building b)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void addMeasurement(RadiomapBackend.Building building, RadiomapBackend.Vertex v, string deviceMac, DateTime start, DateTime end)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public void updateVertex(RadiomapBackend.Vertex input)
 {
     throw new NotImplementedException();
 }