Uses of Class
edu.iris.dmc.service.ServiceNotSupportedException

Packages that use ServiceNotSupportedException
edu.iris.dmc.service   
 

Uses of ServiceNotSupportedException in edu.iris.dmc.service
 

Methods in edu.iris.dmc.service that throw ServiceNotSupportedException
 String RespService.fetch(Criteria criteria)
          Find Resp based on the criteria provided.
 List<edu.iris.dmc.fdsn.station.model.Network> StationService.fetch(Criteria criteria, OutputLevel level)
          Find stations based on the criteria provided.
 List<Event> EventService.fetch(EventCriteria criteria)
          fetch events from IRIS event service
 List<Sacpz> SacpzService.fetch(SacpzCriteria criteria)
          fetch sacpz objects list from IRIS Sacpz service
 List<edu.iris.dmc.fdsn.station.model.Network> StationService.fetch(String url)
           
 String RespService.fetch(String url)
           
 List<Timeseries> WaveformService.fetch(WaveformCriteria criteria)
          Find timeseries based on the criteria provided.
protected  HttpURLConnection BaseService.getConnection(String baseUrl, String params)
           
 void WaveformService.stream(OutputStream out, Criteria criteria)
           
 void EventService.stream(OutputStream out, Criteria criteria)
          Stream result into output stream, can be used to save result to a local file.
 void BaseService.stream(OutputStream out, Criteria criteria)
          Stream result into output stream, can be used to save result to a local file.
 



Copyright © 2013. All Rights Reserved.