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 classJoiningJDBCFeatureSourceThis 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 classCSVFeatureSourceclassCSVFeatureStoreRead-write access to CSV File.Methods in org.geotools.data.csv that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSourceCSVDataStore. 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 classGeoJSONFeatureSourceclassGeoJSONFeatureStoreMethods in org.geotools.data.geojson.store that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSourceGeoJSONDataStore. createFeatureSource(ContentEntry entry) -
Uses of ContentFeatureSource in org.geotools.data.graticule
Subclasses of ContentFeatureSource in org.geotools.data.graticule Modifier and Type Class Description classGraticuleFeatureSourceMethods in org.geotools.data.graticule that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSourceGraticuleDataStore. createFeatureSource(ContentEntry contentEntry) -
Uses of ContentFeatureSource in org.geotools.data.memory
Subclasses of ContentFeatureSource in org.geotools.data.memory Modifier and Type Class Description classMemoryFeatureSourceRead access to feature content held in memory.classMemoryFeatureStoreMethods in org.geotools.data.memory that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSourceMemoryDataStore. createFeatureSource(ContentEntry entry)protected ContentFeatureSourceMemoryDataStore. 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 classMongoFeatureSourceclassMongoFeatureStoreMethods in org.geotools.data.mongodb that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSourceMongoDataStore. 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 ContentFeatureSourceOGRDataStore. createFeatureSource(ContentEntry entry) -
Uses of ContentFeatureSource in org.geotools.data.property
Subclasses of ContentFeatureSource in org.geotools.data.property Modifier and Type Class Description classPropertyFeatureSourceclassPropertyFeatureStoreImplementation used for writeable property files.Methods in org.geotools.data.property that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSourcePropertyDataStore. 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 ContentFeatureSourceShapefileDataStore. createFeatureSource(ContentEntry entry)ContentFeatureSourceShapefileDataStore. getFeatureSource() -
Uses of ContentFeatureSource in org.geotools.data.store
Subclasses of ContentFeatureSource in org.geotools.data.store Modifier and Type Class Description classContentFeatureStoreAbstract implementation of FeatureStore.Fields in org.geotools.data.store declared as ContentFeatureSource Modifier and Type Field Description protected ContentFeatureSourceContentFeatureCollection. featureSourcefeature store the collection originated from.Methods in org.geotools.data.store that return ContentFeatureSource Modifier and Type Method Description protected abstract ContentFeatureSourceContentDataStore. createFeatureSource(ContentEntry entry)Instantiates new feature source for the entry.ContentFeatureSourceContentDataStore. getFeatureSource(String typeName)Returns the feature source matching the specified name.ContentFeatureSourceContentDataStore. getFeatureSource(String typeName, Transaction tx)Returns the feature source matching the specified name and explicitly specifies a transaction.ContentFeatureSourceContentDataStore. getFeatureSource(Name typeName, Transaction tx)Returns the feature source matching the specified name and explicitly specifies a transaction.ContentFeatureSourceContentFeatureSource. getView(Query query)Creates a new feature source for the specified query.ContentFeatureSourceContentFeatureSource. 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 classVPFCovFeatureSourceVPFFeature SourceclassVPFFeatureSourceVPFFeature SourceclassVPFLibFeatureSourceVPFFeature SourceMethods in org.geotools.data.vpf that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSourceVPFLibrary. createFeatureSource(ContentEntry entry)ContentFeatureSourceVPFLibrary. getFeatureSource(String typeName)ContentFeatureSourceVPFLibrary. 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 classVPFFileFeatureSourceVPFFile Feature SourceMethods in org.geotools.data.vpf.file that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSourceVPFFileStore. createFeatureSource(ContentEntry entry)ContentFeatureSourceVPFFileStore. getFeatureSource(String typeName) -
Uses of ContentFeatureSource in org.geotools.data.wfs
Subclasses of ContentFeatureSource in org.geotools.data.wfs Modifier and Type Class Description classWFSStoredQueryFeatureSourceMethods in org.geotools.data.wfs that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSourceWFSDataStore. createFeatureSource(ContentEntry entry) -
Uses of ContentFeatureSource in org.geotools.jdbc
Subclasses of ContentFeatureSource in org.geotools.jdbc Modifier and Type Class Description classJDBCFeatureSourceclassJDBCFeatureStoreFeatureStore implementation for jdbc based relational database tables.Methods in org.geotools.jdbc that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSourceJDBCDataStore. 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 ContentFeatureSourceMBTilesDataStore. createFeatureSource(ContentEntry entry) -
Uses of ContentFeatureSource in org.geotools.stac.store
Subclasses of ContentFeatureSource in org.geotools.stac.store Modifier and Type Class Description classSTACFeatureSourceMethods in org.geotools.stac.store that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSourceSTACDataStore. createFeatureSource(ContentEntry entry) -
Uses of ContentFeatureSource in org.geotools.vectormosaic
Subclasses of ContentFeatureSource in org.geotools.vectormosaic Modifier and Type Class Description classVectorMosaicFeatureSourceFeatureSource for a vector mosaic.Methods in org.geotools.vectormosaic that return ContentFeatureSource Modifier and Type Method Description protected ContentFeatureSourceVectorMosaicStore. createFeatureSource(ContentEntry entry)
-