public class DXFFeatureReader extends Object implements org.geotools.data.FeatureReader
| Constructor and Description |
|---|
DXFFeatureReader(URL url,
String typeName,
String srs,
GeometryType geometryType,
ArrayList dxfInsertsFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.geotools.data.simple.SimpleFeatureCollection |
getFeatureCollection() |
org.opengis.feature.simple.SimpleFeatureType |
getFeatureType() |
org.geotools.data.ServiceInfo |
getInfo() |
boolean |
hasNext() |
org.opengis.feature.simple.SimpleFeature |
next() |
void |
updateTypeFilter(String typeName,
GeometryType geometryType,
String srs) |
public DXFFeatureReader(URL url, String typeName, String srs, GeometryType geometryType, ArrayList dxfInsertsFilter) throws IOException, DXFParseException
IOExceptionDXFParseExceptionpublic void updateTypeFilter(String typeName, GeometryType geometryType, String srs)
public org.opengis.feature.simple.SimpleFeatureType getFeatureType()
getFeatureType in interface org.geotools.data.FeatureReaderpublic org.opengis.feature.simple.SimpleFeature next()
throws IOException,
org.opengis.feature.IllegalAttributeException,
NoSuchElementException
next in interface org.geotools.data.FeatureReaderIOExceptionorg.opengis.feature.IllegalAttributeExceptionNoSuchElementExceptionpublic boolean hasNext()
throws IOException
hasNext in interface org.geotools.data.FeatureReaderIOExceptionpublic org.geotools.data.ServiceInfo getInfo()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface org.geotools.data.FeatureReaderIOExceptionpublic org.geotools.data.simple.SimpleFeatureCollection getFeatureCollection()
throws IOException
IOExceptionCopyright © 2018 B3Partners B.V.. All rights reserved.