Uses of Class
org.geotools.data.store.ContentFeatureSource
-
-
Uses of ContentFeatureSource in org.geotools.appschema.jdbc
Subclasses of ContentFeatureSource in org.geotools.appschema.jdbc Modifier and Type Class Description class
JoiningJDBCFeatureSource
This is where the magic happens. -
Uses of ContentFeatureSource in org.geotools.data.csv
Subclasses of ContentFeatureSource in org.geotools.data.csv Modifier and Type Class Description class
CSVFeatureSource
class
CSVFeatureStore
Read-write access to CSV File.Methods in org.geotools.data.csv that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSource
CSVDataStore. createFeatureSource(ContentEntry entry)
-
Uses of ContentFeatureSource in org.geotools.data.geojson.store
Subclasses of ContentFeatureSource in org.geotools.data.geojson.store Modifier and Type Class Description class
GeoJSONFeatureSource
class
GeoJSONFeatureStore
Methods in org.geotools.data.geojson.store that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSource
GeoJSONDataStore. createFeatureSource(ContentEntry entry)
-
Uses of ContentFeatureSource in org.geotools.data.memory
Subclasses of ContentFeatureSource in org.geotools.data.memory Modifier and Type Class Description class
MemoryFeatureSource
Read access to feature content held in memory.class
MemoryFeatureStore
Methods in org.geotools.data.memory that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSource
MemoryDataStore. createFeatureSource(ContentEntry entry)
protected ContentFeatureSource
MemoryDataStore. createFeatureSource(ContentEntry entry, Query query)
-
Uses of ContentFeatureSource in org.geotools.data.mongodb
Subclasses of ContentFeatureSource in org.geotools.data.mongodb Modifier and Type Class Description class
MongoFeatureSource
class
MongoFeatureStore
Methods in org.geotools.data.mongodb that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSource
MongoDataStore. createFeatureSource(ContentEntry entry)
-
Uses of ContentFeatureSource in org.geotools.data.ogr
Methods in org.geotools.data.ogr that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSource
OGRDataStore. createFeatureSource(ContentEntry entry)
-
Uses of ContentFeatureSource in org.geotools.data.property
Subclasses of ContentFeatureSource in org.geotools.data.property Modifier and Type Class Description class
PropertyFeatureSource
class
PropertyFeatureStore
Implementation used for writeable property files.Methods in org.geotools.data.property that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSource
PropertyDataStore. createFeatureSource(ContentEntry entry)
Constructors in org.geotools.data.property with parameters of type ContentFeatureSource Constructor Description PropertyFeatureWriter(ContentFeatureSource source, ContentState contentState, Query query, boolean append)
-
Uses of ContentFeatureSource in org.geotools.data.shapefile
Methods in org.geotools.data.shapefile that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSource
ShapefileDataStore. createFeatureSource(ContentEntry entry)
ContentFeatureSource
ShapefileDataStore. getFeatureSource()
-
Uses of ContentFeatureSource in org.geotools.data.store
Subclasses of ContentFeatureSource in org.geotools.data.store Modifier and Type Class Description class
ContentFeatureStore
Abstract implementation of FeatureStore.Fields in org.geotools.data.store declared as ContentFeatureSource Modifier and Type Field Description protected ContentFeatureSource
ContentFeatureCollection. featureSource
feature store the collection originated from.Methods in org.geotools.data.store that return ContentFeatureSource Modifier and Type Method Description protected abstract ContentFeatureSource
ContentDataStore. createFeatureSource(ContentEntry entry)
Instantiates new feature source for the entry.ContentFeatureSource
ContentDataStore. getFeatureSource(String typeName)
Returns the feature source matching the specified name.ContentFeatureSource
ContentDataStore. getFeatureSource(String typeName, Transaction tx)
Returns the feature source matching the specified name and explicitly specifies a transaction.ContentFeatureSource
ContentDataStore. getFeatureSource(Name typeName, Transaction tx)
Returns the feature source matching the specified name and explicitly specifies a transaction.ContentFeatureSource
ContentFeatureSource. getView(Query query)
Creates a new feature source for the specified query.ContentFeatureSource
ContentFeatureSource. getView(Filter filter)
Constructors in org.geotools.data.store with parameters of type ContentFeatureSource Constructor Description ContentFeatureCollection(ContentFeatureSource featureSource, Query query)
-
Uses of ContentFeatureSource in org.geotools.data.vpf
Subclasses of ContentFeatureSource in org.geotools.data.vpf Modifier and Type Class Description class
VPFCovFeatureSource
VPFFeature Sourceclass
VPFFeatureSource
VPFFeature Sourceclass
VPFLibFeatureSource
VPFFeature SourceMethods in org.geotools.data.vpf that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSource
VPFLibrary. createFeatureSource(ContentEntry entry)
ContentFeatureSource
VPFLibrary. getFeatureSource(String typeName)
ContentFeatureSource
VPFLibrary. getFeatureSource(Name typeName, Transaction tx)
-
Uses of ContentFeatureSource in org.geotools.data.vpf.file
Subclasses of ContentFeatureSource in org.geotools.data.vpf.file Modifier and Type Class Description class
VPFFileFeatureSource
VPFFile Feature SourceMethods in org.geotools.data.vpf.file that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSource
VPFFileStore. createFeatureSource(ContentEntry entry)
ContentFeatureSource
VPFFileStore. getFeatureSource(String typeName)
-
Uses of ContentFeatureSource in org.geotools.data.wfs
Subclasses of ContentFeatureSource in org.geotools.data.wfs Modifier and Type Class Description class
WFSStoredQueryFeatureSource
Methods in org.geotools.data.wfs that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSource
WFSDataStore. createFeatureSource(ContentEntry entry)
-
Uses of ContentFeatureSource in org.geotools.jdbc
Subclasses of ContentFeatureSource in org.geotools.jdbc Modifier and Type Class Description class
JDBCFeatureSource
class
JDBCFeatureStore
FeatureStore implementation for jdbc based relational database tables.Methods in org.geotools.jdbc that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSource
JDBCDataStore. createFeatureSource(ContentEntry entry)
Creates a new instance ofJDBCFeatureStore
. -
Uses of ContentFeatureSource in org.geotools.mbtiles
Methods in org.geotools.mbtiles that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSource
MBTilesDataStore. createFeatureSource(ContentEntry entry)
-
Uses of ContentFeatureSource in org.geotools.stac.store
Subclasses of ContentFeatureSource in org.geotools.stac.store Modifier and Type Class Description class
STACFeatureSource
Methods in org.geotools.stac.store that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSource
STACDataStore. createFeatureSource(ContentEntry entry)
-
Uses of ContentFeatureSource in org.geotools.vectormosaic
Subclasses of ContentFeatureSource in org.geotools.vectormosaic Modifier and Type Class Description class
VectorMosaicFeatureSource
FeatureSource for a vector mosaic.Methods in org.geotools.vectormosaic that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSource
VectorMosaicStore. createFeatureSource(ContentEntry entry)
-