Uses of Class
org.geotools.data.store.ContentEntry
-
-
Uses of ContentEntry in org.geotools.data.csv
Methods in org.geotools.data.csv that return ContentEntry Modifier and Type Method Description ContentEntryCSVFeatureStore. getEntry()Methods in org.geotools.data.csv with parameters of type ContentEntry Modifier and Type Method Description protected ContentFeatureSourceCSVDataStore. createFeatureSource(ContentEntry entry)Constructors in org.geotools.data.csv with parameters of type ContentEntry Constructor Description CSVFeatureSource(ContentEntry entry)CSVFeatureSource(ContentEntry entry, Query query)CSVFeatureStore(CSVStrategy csvStrategy, CSVFileState csvFileState, ContentEntry entry, Query query) -
Uses of ContentEntry in org.geotools.data.geojson.store
Methods in org.geotools.data.geojson.store that return ContentEntry Modifier and Type Method Description ContentEntryGeoJSONFeatureStore. getEntry()Methods in org.geotools.data.geojson.store with parameters of type ContentEntry Modifier and Type Method Description protected ContentFeatureSourceGeoJSONDataStore. createFeatureSource(ContentEntry entry)Constructors in org.geotools.data.geojson.store with parameters of type ContentEntry Constructor Description GeoJSONFeatureSource(ContentEntry entry)GeoJSONFeatureSource(ContentEntry entry, Query query)GeoJSONFeatureStore(ContentEntry entry, Query query)GeoJSONFeatureWriter(ContentEntry entry, Query query) -
Uses of ContentEntry in org.geotools.data.graticule
Methods in org.geotools.data.graticule with parameters of type ContentEntry Modifier and Type Method Description protected ContentFeatureSourceGraticuleDataStore. createFeatureSource(ContentEntry contentEntry)Constructors in org.geotools.data.graticule with parameters of type ContentEntry Constructor Description GraticuleFeatureSource(ContentEntry entry, List<Double> steps, ReferencedEnvelope bounds) -
Uses of ContentEntry in org.geotools.data.memory
Subclasses of ContentEntry in org.geotools.data.memory Modifier and Type Class Description classMemoryEntryEntry used to store features (of a single FeatureType).Methods in org.geotools.data.memory with parameters of type ContentEntry Modifier and Type Method Description protected MemoryStateMemoryDataStore. createContentState(ContentEntry entry)Use MemoryState to manage internal storage.protected MemoryStateMemoryEntry. createContentState(ContentEntry entry)protected ContentFeatureSourceMemoryDataStore. createFeatureSource(ContentEntry entry)protected ContentFeatureSourceMemoryDataStore. createFeatureSource(ContentEntry entry, Query query)Constructors in org.geotools.data.memory with parameters of type ContentEntry Constructor Description MemoryFeatureSource(ContentEntry entry)MemoryFeatureSource(ContentEntry entry, Query query)MemoryFeatureStore(ContentEntry entry, Query query) -
Uses of ContentEntry in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type ContentEntry Modifier and Type Method Description protected ContentStateMongoDataStore. createContentState(ContentEntry entry)protected ContentFeatureSourceMongoDataStore. createFeatureSource(ContentEntry entry)Constructors in org.geotools.data.mongodb with parameters of type ContentEntry Constructor Description MongoFeatureSource(ContentEntry entry, Query query, DBCollection collection)MongoFeatureStore(ContentEntry entry, Query query, DBCollection collection) -
Uses of ContentEntry in org.geotools.data.ogr
Methods in org.geotools.data.ogr with parameters of type ContentEntry Modifier and Type Method Description protected ContentFeatureSourceOGRDataStore. createFeatureSource(ContentEntry entry) -
Uses of ContentEntry in org.geotools.data.property
Methods in org.geotools.data.property that return ContentEntry Modifier and Type Method Description ContentEntryPropertyFeatureStore. getEntry()Methods in org.geotools.data.property with parameters of type ContentEntry Modifier and Type Method Description protected ContentFeatureSourcePropertyDataStore. createFeatureSource(ContentEntry entry)Constructors in org.geotools.data.property with parameters of type ContentEntry Constructor Description PropertyFeatureSource(ContentEntry entry, Query query) -
Uses of ContentEntry in org.geotools.data.shapefile
Methods in org.geotools.data.shapefile with parameters of type ContentEntry Modifier and Type Method Description protected ContentFeatureSourceShapefileDataStore. createFeatureSource(ContentEntry entry) -
Uses of ContentEntry in org.geotools.data.store
Fields in org.geotools.data.store declared as ContentEntry Modifier and Type Field Description protected ContentEntryContentFeatureSource. entryThe entry for the feature source.protected ContentEntryContentState. entryentry maintaining the stateFields in org.geotools.data.store with type parameters of type ContentEntry Modifier and Type Field Description protected Map<Name,ContentEntry>ContentDataStore. entriesname, entry mapMethods in org.geotools.data.store that return ContentEntry Modifier and Type Method Description protected ContentEntryContentDataStore. ensureEntry(Name name)Helper method to look up an entry in the datastore which throws anIOExceptionin the event that the entry does not exist.protected ContentEntryContentDataStore. entry(Name name)Helper method to look up an entry in the datastore.ContentEntryContentDataStore. getEntry(Name name)Returns the entry for a specified name, ornullif no such entry exists.ContentEntryContentFeatureSource. getEntry()The entry for the feature source.ContentEntryContentState. getEntry()The entry which maintains the state.Methods in org.geotools.data.store with parameters of type ContentEntry Modifier and Type Method Description protected ContentStateContentDataStore. createContentState(ContentEntry entry)Instantiates a new content state for the entry.protected abstract ContentFeatureSourceContentDataStore. createFeatureSource(ContentEntry entry)Instantiates new feature source for the entry.Constructors in org.geotools.data.store with parameters of type ContentEntry Constructor Description ContentFeatureSource(ContentEntry entry, Query query)Creates the new feature source from a query.ContentFeatureStore(ContentEntry entry, Query query)Creates the content feature store.ContentState(ContentEntry entry)Creates a new state. -
Uses of ContentEntry in org.geotools.data.vpf
Methods in org.geotools.data.vpf with parameters of type ContentEntry Modifier and Type Method Description protected ContentFeatureSourceVPFLibrary. createFeatureSource(ContentEntry entry)VPFFeatureTypeVPFLibrary. getFeatureType(ContentEntry entry)Constructors in org.geotools.data.vpf with parameters of type ContentEntry Constructor Description VPFCovFeatureSource(VPFFeatureType featureType, ContentEntry entry, Query query)VPFFeatureSource(ContentEntry entry, Query query)VPFLibFeatureSource(ContentEntry entry, Query query) -
Uses of ContentEntry in org.geotools.data.vpf.file
Methods in org.geotools.data.vpf.file with parameters of type ContentEntry Modifier and Type Method Description protected ContentFeatureSourceVPFFileStore. createFeatureSource(ContentEntry entry)SimpleFeatureTypeVPFFileStore. getFeatureType(ContentEntry entry)Constructors in org.geotools.data.vpf.file with parameters of type ContentEntry Constructor Description VPFFileFeatureSource(ContentEntry entry, Query query) -
Uses of ContentEntry in org.geotools.data.wfs
Methods in org.geotools.data.wfs with parameters of type ContentEntry Modifier and Type Method Description protected WFSContentStateWFSDataStore. createContentState(ContentEntry entry)protected ContentFeatureSourceWFSDataStore. createFeatureSource(ContentEntry entry)Constructors in org.geotools.data.wfs with parameters of type ContentEntry Constructor Description WFSContentState(ContentEntry entry)WFSStoredQueryFeatureSource(ContentEntry entry, WFSClient client, StoredQueryDescriptionType desc) -
Uses of ContentEntry in org.geotools.jdbc
Methods in org.geotools.jdbc that return ContentEntry Modifier and Type Method Description ContentEntryJDBCFeatureStore. getEntry()Methods in org.geotools.jdbc with parameters of type ContentEntry Modifier and Type Method Description protected ContentStateJDBCDataStore. createContentState(ContentEntry entry)Creates an instanceofJDBCState.protected ContentFeatureSourceJDBCDataStore. createFeatureSource(ContentEntry entry)Creates a new instance ofJDBCFeatureStore.protected PrimaryKeyJDBCDataStore. getPrimaryKey(ContentEntry entry)Returns the primary key object for a particular entry, deriving it from the underlying database metadata.Constructors in org.geotools.jdbc with parameters of type ContentEntry Constructor Description JDBCFeatureSource(ContentEntry entry, Query query)Creates the new feature store.JDBCFeatureStore(ContentEntry entry, Query query)Creates the new feature store.JDBCState(ContentEntry entry)Creates a new state object. -
Uses of ContentEntry in org.geotools.mbtiles
Methods in org.geotools.mbtiles with parameters of type ContentEntry Modifier and Type Method Description protected ContentFeatureSourceMBTilesDataStore. createFeatureSource(ContentEntry entry) -
Uses of ContentEntry in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type ContentEntry Modifier and Type Method Description protected ContentFeatureSourceSTACDataStore. createFeatureSource(ContentEntry entry)Constructors in org.geotools.stac.store with parameters of type ContentEntry Constructor Description STACFeatureSource(ContentEntry entry, STACClient client) -
Uses of ContentEntry in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic with parameters of type ContentEntry Modifier and Type Method Description protected ContentStateVectorMosaicStore. createContentState(ContentEntry entry)protected ContentFeatureSourceVectorMosaicStore. createFeatureSource(ContentEntry entry)Constructors in org.geotools.vectormosaic with parameters of type ContentEntry Constructor Description VectorMosaicFeatureSource(ContentEntry contentEntry, VectorMosaicStore store)VectorMosaicFeatureSource constructor.VectorMosaicState(ContentEntry entry)
-