Interface RemoteSWCLoader

All Known Implementing Classes:
FlyCircuitLoader, NeuroMorphoLoader

public interface RemoteSWCLoader
Importers downloading remote SWC files should extend this interface.
Author:
Tiago Ferreira
  • Method Details

    • isDatabaseAvailable

      boolean isDatabaseAvailable()
    • getReconstructionURL

      String getReconstructionURL(String cellId)
    • getReader

      BufferedReader getReader(String cellId)
    • getTree

      Tree getTree(String cellId)
    • download

      static boolean download(String urlString, File destinationFile)