public class CSVDataStore
extends org.geotools.data.AbstractFileDataStore
| Constructor and Description |
|---|
CSVDataStore(URL url,
String srs,
boolean checkColumnCount,
char seperator,
int column_x,
int column_y,
String encoding) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getCount(org.geotools.data.Query query) |
org.geotools.data.FeatureReader |
getFeatureReader() |
org.geotools.data.FeatureReader |
getFeatureReader(String typeName) |
org.opengis.feature.simple.SimpleFeatureType |
getSchema() |
org.opengis.feature.simple.SimpleFeatureType |
getSchema(String typeName) |
String[] |
getTypeNames() |
getFeatureSource, getFeatureWriter, getFeatureWriter, getFeatureWriterAppend, updateSchemacreateFeatureWriter, createLockingManager, createMetadata, createSchema, dispose, getBounds, getFeatureReader, getFeatureReader, getFeatureSource, getFeatureSource, getFeatureWriter, getFeatureWriter, getFeatureWriterAppend, getInfo, getLockingManager, getNames, getSchema, getSupportedHints, getUnsupportedFilter, removeSchema, removeSchema, state, updateSchema, updateSchemaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic CSVDataStore(URL url, String srs, boolean checkColumnCount, char seperator, int column_x, int column_y, String encoding) throws IOException
IOExceptionpublic String[] getTypeNames() throws IOException
getTypeNames in interface org.geotools.data.DataStoregetTypeNames in class org.geotools.data.AbstractDataStoreIOExceptionpublic org.opengis.feature.simple.SimpleFeatureType getSchema(String typeName) throws IOException
getSchema in interface org.geotools.data.DataStoregetSchema in class org.geotools.data.AbstractDataStoreIOExceptionpublic org.opengis.feature.simple.SimpleFeatureType getSchema()
throws IOException
getSchema in interface org.geotools.data.FileDataStoregetSchema in class org.geotools.data.AbstractFileDataStoreIOExceptionpublic org.geotools.data.FeatureReader getFeatureReader(String typeName) throws IOException
getFeatureReader in class org.geotools.data.AbstractDataStoreIOExceptionpublic org.geotools.data.FeatureReader getFeatureReader()
throws IOException
getFeatureReader in interface org.geotools.data.FileDataStoregetFeatureReader in class org.geotools.data.AbstractFileDataStoreIOExceptionprotected int getCount(org.geotools.data.Query query)
throws IOException
getCount in class org.geotools.data.AbstractDataStoreIOExceptionCopyright © 2016. All rights reserved.