public class SDLFeatureReader extends Object implements org.geotools.data.FeatureReader
| Constructor and Description |
|---|
SDLFeatureReader(URL url,
String typeName,
String srs) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getByteCount() |
org.opengis.feature.simple.SimpleFeatureType |
getFeatureType() |
boolean |
hasNext() |
org.opengis.feature.simple.SimpleFeature |
next() |
public SDLFeatureReader(URL url, String typeName, String srs) throws IOException, SDLParseException
IOExceptionSDLParseExceptionpublic org.opengis.feature.simple.SimpleFeatureType getFeatureType()
getFeatureType in interface org.geotools.data.FeatureReaderpublic org.opengis.feature.simple.SimpleFeature next()
throws IOException,
org.geotools.feature.IllegalAttributeException,
NoSuchElementException
next in interface org.geotools.data.FeatureReaderIOExceptionorg.geotools.feature.IllegalAttributeExceptionNoSuchElementExceptionpublic boolean hasNext()
throws IOException
hasNext in interface org.geotools.data.FeatureReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface org.geotools.data.FeatureReaderIOExceptionpublic long getByteCount()
Copyright © 2015. All rights reserved.