Uses of Class
org.geotools.data.store.ContentFeatureSource
Packages that use ContentFeatureSource
Package
Description
-
Uses of ContentFeatureSource in org.geotools.appschema.jdbc
Subclasses of ContentFeatureSource in org.geotools.appschema.jdbc -
Uses of ContentFeatureSource in org.geotools.data.csv
Subclasses of ContentFeatureSource in org.geotools.data.csvModifier and TypeClassDescriptionclass
class
Read-write access to CSV File.Methods in org.geotools.data.csv that return ContentFeatureSourceModifier and TypeMethodDescriptionprotected ContentFeatureSource
CSVDataStore.createFeatureSource
(ContentEntry entry) -
Uses of ContentFeatureSource in org.geotools.data.geojson.store
Subclasses of ContentFeatureSource in org.geotools.data.geojson.storeMethods in org.geotools.data.geojson.store that return ContentFeatureSourceModifier and TypeMethodDescriptionprotected ContentFeatureSource
GeoJSONDataStore.createFeatureSource
(ContentEntry entry) -
Uses of ContentFeatureSource in org.geotools.data.graticule
Subclasses of ContentFeatureSource in org.geotools.data.graticuleMethods in org.geotools.data.graticule that return ContentFeatureSourceModifier and TypeMethodDescriptionprotected ContentFeatureSource
GraticuleDataStore.createFeatureSource
(ContentEntry contentEntry) -
Uses of ContentFeatureSource in org.geotools.data.memory
Subclasses of ContentFeatureSource in org.geotools.data.memoryModifier and TypeClassDescriptionclass
Read access to feature content held in memory.class
Methods in org.geotools.data.memory that return ContentFeatureSourceModifier and TypeMethodDescriptionprotected 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.mongodbMethods in org.geotools.data.mongodb that return ContentFeatureSourceModifier and TypeMethodDescriptionprotected ContentFeatureSource
MongoDataStore.createFeatureSource
(ContentEntry entry) -
Uses of ContentFeatureSource in org.geotools.data.ogr
Methods in org.geotools.data.ogr that return ContentFeatureSourceModifier and TypeMethodDescriptionprotected ContentFeatureSource
OGRDataStore.createFeatureSource
(ContentEntry entry) -
Uses of ContentFeatureSource in org.geotools.data.property
Subclasses of ContentFeatureSource in org.geotools.data.propertyModifier and TypeClassDescriptionclass
class
Implementation used for writeable property files.Methods in org.geotools.data.property that return ContentFeatureSourceModifier and TypeMethodDescriptionprotected ContentFeatureSource
PropertyDataStore.createFeatureSource
(ContentEntry entry) Constructors in org.geotools.data.property with parameters of type ContentFeatureSourceModifierConstructorDescriptionPropertyFeatureWriter
(ContentFeatureSource source, ContentState contentState, Query query, boolean append) -
Uses of ContentFeatureSource in org.geotools.data.shapefile
Methods in org.geotools.data.shapefile that return ContentFeatureSourceModifier and TypeMethodDescriptionprotected ContentFeatureSource
ShapefileDataStore.createFeatureSource
(ContentEntry entry) ShapefileDataStore.getFeatureSource()
-
Uses of ContentFeatureSource in org.geotools.data.store
Subclasses of ContentFeatureSource in org.geotools.data.storeModifier and TypeClassDescriptionclass
Abstract implementation of FeatureStore.Fields in org.geotools.data.store declared as ContentFeatureSourceModifier and TypeFieldDescriptionprotected ContentFeatureSource
ContentFeatureCollection.featureSource
feature store the collection originated from.Methods in org.geotools.data.store that return ContentFeatureSourceModifier and TypeMethodDescriptionprotected abstract ContentFeatureSource
ContentDataStore.createFeatureSource
(ContentEntry entry) Instantiates new feature source for the entry.ContentDataStore.getFeatureSource
(String typeName) Returns the feature source matching the specified name.ContentDataStore.getFeatureSource
(String typeName, Transaction tx) Returns the feature source matching the specified name and explicitly specifies a transaction.ContentDataStore.getFeatureSource
(Name typeName, Transaction tx) Returns the feature source matching the specified name and explicitly specifies a transaction.final ContentFeatureSource
Creates a new feature source for the specified query.final ContentFeatureSource
Constructors in org.geotools.data.store with parameters of type ContentFeatureSourceModifierConstructorDescriptionprotected
ContentFeatureCollection
(ContentFeatureSource featureSource, Query query) -
Uses of ContentFeatureSource in org.geotools.data.vpf
Subclasses of ContentFeatureSource in org.geotools.data.vpfModifier and TypeClassDescriptionclass
VPFFeature Sourceclass
VPFFeature Sourceclass
VPFFeature SourceMethods in org.geotools.data.vpf that return ContentFeatureSourceModifier and TypeMethodDescriptionprotected ContentFeatureSource
VPFLibrary.createFeatureSource
(ContentEntry entry) VPFLibrary.getFeatureSource
(String typeName) VPFLibrary.getFeatureSource
(Name typeName, Transaction tx) -
Uses of ContentFeatureSource in org.geotools.data.vpf.file
Subclasses of ContentFeatureSource in org.geotools.data.vpf.fileMethods in org.geotools.data.vpf.file that return ContentFeatureSourceModifier and TypeMethodDescriptionprotected ContentFeatureSource
VPFFileStore.createFeatureSource
(ContentEntry entry) VPFFileStore.getFeatureSource
(String typeName) -
Uses of ContentFeatureSource in org.geotools.data.wfs
Subclasses of ContentFeatureSource in org.geotools.data.wfsMethods in org.geotools.data.wfs that return ContentFeatureSourceModifier and TypeMethodDescriptionprotected ContentFeatureSource
WFSDataStore.createFeatureSource
(ContentEntry entry) -
Uses of ContentFeatureSource in org.geotools.jdbc
Subclasses of ContentFeatureSource in org.geotools.jdbcModifier and TypeClassDescriptionclass
final class
FeatureStore implementation for jdbc based relational database tables.Methods in org.geotools.jdbc that return ContentFeatureSourceModifier and TypeMethodDescriptionprotected ContentFeatureSource
JDBCDataStore.createFeatureSource
(ContentEntry entry) Creates a new instance ofJDBCFeatureStore
. -
Uses of ContentFeatureSource in org.geotools.mbtiles
Methods in org.geotools.mbtiles that return ContentFeatureSourceModifier and TypeMethodDescriptionprotected ContentFeatureSource
MBTilesDataStore.createFeatureSource
(ContentEntry entry) -
Uses of ContentFeatureSource in org.geotools.stac.store
Subclasses of ContentFeatureSource in org.geotools.stac.storeMethods in org.geotools.stac.store that return ContentFeatureSourceModifier and TypeMethodDescriptionprotected ContentFeatureSource
STACDataStore.createFeatureSource
(ContentEntry entry) -
Uses of ContentFeatureSource in org.geotools.vectormosaic
Subclasses of ContentFeatureSource in org.geotools.vectormosaicModifier and TypeClassDescriptionclass
FeatureSource for a vector mosaic.Methods in org.geotools.vectormosaic that return ContentFeatureSourceModifier and TypeMethodDescriptionprotected ContentFeatureSource
VectorMosaicStore.createFeatureSource
(ContentEntry entry)