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 ContentEntry
CSVFeatureStore. getEntry()
Methods in org.geotools.data.csv with parameters of type ContentEntry Modifier and Type Method Description protected ContentFeatureSource
CSVDataStore. 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 ContentEntry
GeoJSONFeatureStore. getEntry()
Methods in org.geotools.data.geojson.store with parameters of type ContentEntry Modifier and Type Method Description protected ContentFeatureSource
GeoJSONDataStore. 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.memory
Subclasses of ContentEntry in org.geotools.data.memory Modifier and Type Class Description class
MemoryEntry
Entry 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 MemoryState
MemoryDataStore. createContentState(ContentEntry entry)
Use MemoryState to manage internal storage.protected MemoryState
MemoryEntry. createContentState(ContentEntry entry)
protected ContentFeatureSource
MemoryDataStore. createFeatureSource(ContentEntry entry)
protected ContentFeatureSource
MemoryDataStore. 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 ContentState
MongoDataStore. createContentState(ContentEntry entry)
protected ContentFeatureSource
MongoDataStore. 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 ContentFeatureSource
OGRDataStore. 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 ContentEntry
PropertyFeatureStore. getEntry()
Methods in org.geotools.data.property with parameters of type ContentEntry Modifier and Type Method Description protected ContentFeatureSource
PropertyDataStore. 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 ContentFeatureSource
ShapefileDataStore. 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 ContentEntry
ContentFeatureSource. entry
The entry for the feature source.protected ContentEntry
ContentState. entry
entry maintaining the stateFields in org.geotools.data.store with type parameters of type ContentEntry Modifier and Type Field Description protected Map<Name,ContentEntry>
ContentDataStore. entries
name, entry mapMethods in org.geotools.data.store that return ContentEntry Modifier and Type Method Description protected ContentEntry
ContentDataStore. ensureEntry(Name name)
Helper method to look up an entry in the datastore which throws anIOException
in the event that the entry does not exist.protected ContentEntry
ContentDataStore. entry(Name name)
Helper method to look up an entry in the datastore.ContentEntry
ContentDataStore. getEntry(Name name)
Returns the entry for a specified name, ornull
if no such entry exists.ContentEntry
ContentFeatureSource. getEntry()
The entry for the feature source.ContentEntry
ContentState. getEntry()
The entry which maintains the state.Methods in org.geotools.data.store with parameters of type ContentEntry Modifier and Type Method Description protected ContentState
ContentDataStore. createContentState(ContentEntry entry)
Instantiates a new content state for the entry.protected abstract ContentFeatureSource
ContentDataStore. 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 ContentFeatureSource
VPFLibrary. createFeatureSource(ContentEntry entry)
VPFFeatureType
VPFLibrary. 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 ContentFeatureSource
VPFFileStore. createFeatureSource(ContentEntry entry)
SimpleFeatureType
VPFFileStore. 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 WFSContentState
WFSDataStore. createContentState(ContentEntry entry)
protected ContentFeatureSource
WFSDataStore. 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 ContentEntry
JDBCFeatureStore. getEntry()
Methods in org.geotools.jdbc with parameters of type ContentEntry Modifier and Type Method Description protected ContentState
JDBCDataStore. createContentState(ContentEntry entry)
Creates an instanceofJDBCState
.protected ContentFeatureSource
JDBCDataStore. createFeatureSource(ContentEntry entry)
Creates a new instance ofJDBCFeatureStore
.protected PrimaryKey
JDBCDataStore. 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 ContentFeatureSource
MBTilesDataStore. 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 ContentFeatureSource
STACDataStore. 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 ContentState
VectorMosaicStore. createContentState(ContentEntry entry)
protected ContentFeatureSource
VectorMosaicStore. 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)
-