edu.iris.dmc.service
Class StationIterator
java.lang.Object
edu.iris.dmc.service.StationIterator
- All Implemented Interfaces:
- Iterator<edu.iris.dmc.fdsn.station.model.Station>
public class StationIterator
- extends Object
- implements Iterator<edu.iris.dmc.fdsn.station.model.Station>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StationIterator
public StationIterator(HttpURLConnection connection,
InputStream inputStream)
throws FileNotFoundException,
javax.xml.stream.XMLStreamException,
javax.xml.bind.JAXBException
- Throws:
FileNotFoundException
javax.xml.stream.XMLStreamException
javax.xml.bind.JAXBException
StationIterator
public StationIterator(InputStream inputStream)
throws FileNotFoundException,
javax.xml.stream.XMLStreamException,
javax.xml.bind.JAXBException
- Throws:
FileNotFoundException
javax.xml.stream.XMLStreamException
javax.xml.bind.JAXBException
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<edu.iris.dmc.fdsn.station.model.Station>
next
public edu.iris.dmc.fdsn.station.model.Station next()
- Specified by:
next
in interface Iterator<edu.iris.dmc.fdsn.station.model.Station>
remove
public void remove()
- Specified by:
remove
in interface Iterator<edu.iris.dmc.fdsn.station.model.Station>
close
public void close()
Copyright © 2013. All Rights Reserved.