Uses of Class
org.geotools.data.store.ContentEntry
Packages that use ContentEntry
Package
Description
-
Uses of ContentEntry in org.geotools.data.csv
Methods in org.geotools.data.csv that return ContentEntryMethods in org.geotools.data.csv with parameters of type ContentEntryModifier and TypeMethodDescriptionprotected ContentFeatureSource
CSVDataStore.createFeatureSource
(ContentEntry entry) Constructors in org.geotools.data.csv with parameters of type ContentEntryModifierConstructorDescriptionCSVFeatureSource
(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 ContentEntryMethods in org.geotools.data.geojson.store with parameters of type ContentEntryModifier and TypeMethodDescriptionprotected ContentFeatureSource
GeoJSONDataStore.createFeatureSource
(ContentEntry entry) Constructors in org.geotools.data.geojson.store with parameters of type ContentEntryModifierConstructorDescriptionGeoJSONFeatureSource
(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 ContentEntryModifier and TypeMethodDescriptionprotected ContentFeatureSource
GraticuleDataStore.createFeatureSource
(ContentEntry contentEntry) Constructors in org.geotools.data.graticule with parameters of type ContentEntryModifierConstructorDescriptionGraticuleFeatureSource
(ContentEntry entry, List<Double> steps, ReferencedEnvelope bounds) -
Uses of ContentEntry in org.geotools.data.memory
Subclasses of ContentEntry in org.geotools.data.memoryModifier and TypeClassDescriptionclass
Entry used to store features (of a single FeatureType).Methods in org.geotools.data.memory with parameters of type ContentEntryModifier and TypeMethodDescriptionprotected 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 ContentEntryModifierConstructorDescriptionMemoryFeatureSource
(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 ContentEntryModifier and TypeMethodDescriptionprotected ContentState
MongoDataStore.createContentState
(ContentEntry entry) protected ContentFeatureSource
MongoDataStore.createFeatureSource
(ContentEntry entry) Constructors in org.geotools.data.mongodb with parameters of type ContentEntryModifierConstructorDescriptionMongoFeatureSource
(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 ContentEntryModifier and TypeMethodDescriptionprotected ContentFeatureSource
OGRDataStore.createFeatureSource
(ContentEntry entry) -
Uses of ContentEntry in org.geotools.data.property
Methods in org.geotools.data.property that return ContentEntryMethods in org.geotools.data.property with parameters of type ContentEntryModifier and TypeMethodDescriptionprotected ContentFeatureSource
PropertyDataStore.createFeatureSource
(ContentEntry entry) Constructors in org.geotools.data.property with parameters of type ContentEntry -
Uses of ContentEntry in org.geotools.data.shapefile
Methods in org.geotools.data.shapefile with parameters of type ContentEntryModifier and TypeMethodDescriptionprotected ContentFeatureSource
ShapefileDataStore.createFeatureSource
(ContentEntry entry) -
Uses of ContentEntry in org.geotools.data.store
Fields in org.geotools.data.store declared as ContentEntryModifier and TypeFieldDescriptionprotected 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 ContentEntryModifier and TypeFieldDescriptionprotected final Map<Name,
ContentEntry> ContentDataStore.entries
name, entry mapMethods in org.geotools.data.store that return ContentEntryModifier and TypeMethodDescriptionprotected final 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 final ContentEntry
Helper method to look up an entry in the datastore.Returns the entry for a specified name, ornull
if no such entry exists.ContentFeatureSource.getEntry()
The entry for the feature source.ContentState.getEntry()
The entry which maintains the state.Methods in org.geotools.data.store with parameters of type ContentEntryModifier and TypeMethodDescriptionprotected 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 ContentEntryModifierConstructorDescriptionContentFeatureSource
(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 ContentEntryModifier and TypeMethodDescriptionprotected ContentFeatureSource
VPFLibrary.createFeatureSource
(ContentEntry entry) VPFLibrary.getFeatureType
(ContentEntry entry) Constructors in org.geotools.data.vpf with parameters of type ContentEntryModifierConstructorDescriptionVPFCovFeatureSource
(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 ContentEntryModifier and TypeMethodDescriptionprotected ContentFeatureSource
VPFFileStore.createFeatureSource
(ContentEntry entry) VPFFileStore.getFeatureType
(ContentEntry entry) Constructors in org.geotools.data.vpf.file with parameters of type ContentEntry -
Uses of ContentEntry in org.geotools.data.wfs
Methods in org.geotools.data.wfs with parameters of type ContentEntryModifier and TypeMethodDescriptionprotected WFSContentState
WFSDataStore.createContentState
(ContentEntry entry) protected ContentFeatureSource
WFSDataStore.createFeatureSource
(ContentEntry entry) Constructors in org.geotools.data.wfs with parameters of type ContentEntryModifierConstructorDescriptionWFSContentState
(ContentEntry entry) WFSStoredQueryFeatureSource
(ContentEntry entry, WFSClient client, StoredQueryDescriptionType desc) -
Uses of ContentEntry in org.geotools.jdbc
Methods in org.geotools.jdbc that return ContentEntryMethods in org.geotools.jdbc with parameters of type ContentEntryModifier and TypeMethodDescriptionprotected 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 ContentEntryModifierConstructorDescriptionJDBCFeatureSource
(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 ContentEntryModifier and TypeMethodDescriptionprotected ContentFeatureSource
MBTilesDataStore.createFeatureSource
(ContentEntry entry) -
Uses of ContentEntry in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type ContentEntryModifier and TypeMethodDescriptionprotected ContentFeatureSource
STACDataStore.createFeatureSource
(ContentEntry entry) Constructors in org.geotools.stac.store with parameters of type ContentEntry -
Uses of ContentEntry in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic with parameters of type ContentEntryModifier and TypeMethodDescriptionprotected ContentState
VectorMosaicStore.createContentState
(ContentEntry entry) protected ContentFeatureSource
VectorMosaicStore.createFeatureSource
(ContentEntry entry) Constructors in org.geotools.vectormosaic with parameters of type ContentEntryModifierConstructorDescriptionVectorMosaicFeatureSource
(ContentEntry contentEntry, VectorMosaicStore store) VectorMosaicFeatureSource constructor.VectorMosaicState
(ContentEntry entry)