public class MsAccessFeatureReader extends Object implements org.geotools.data.FeatureReader
| Modifier and Type | Field and Description |
|---|---|
static com.vividsolutions.jts.geom.PrecisionModel |
precisionModel |
| Constructor and Description |
|---|
MsAccessFeatureReader(org.opengis.feature.simple.SimpleFeatureType ft,
String[] xLabels,
String[] yLabels,
Connection dbConn) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.opengis.feature.type.FeatureType |
getFeatureType() |
boolean |
hasNext() |
org.opengis.feature.Feature |
next() |
public static final com.vividsolutions.jts.geom.PrecisionModel precisionModel
public MsAccessFeatureReader(org.opengis.feature.simple.SimpleFeatureType ft,
String[] xLabels,
String[] yLabels,
Connection dbConn)
throws IOException
IOExceptionpublic org.opengis.feature.type.FeatureType getFeatureType()
getFeatureType in interface org.geotools.data.FeatureReaderpublic org.opengis.feature.Feature 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.FeatureReaderIOExceptionCopyright © 2015. All rights reserved.