Modifier and Type | Method and Description |
---|---|
ContentEntry |
CSVFeatureStore.getEntry() |
Modifier and Type | Method and Description |
---|---|
protected ContentFeatureSource |
CSVDataStore.createFeatureSource(ContentEntry entry) |
Constructor and Description |
---|
CSVFeatureSource(ContentEntry entry) |
CSVFeatureSource(ContentEntry entry,
Query query) |
CSVFeatureStore(CSVStrategy csvStrategy,
CSVFileState csvFileState,
ContentEntry entry,
Query query) |
Modifier and Type | Method and Description |
---|---|
ContentEntry |
GeoJSONFeatureStore.getEntry() |
Modifier and Type | Method and Description |
---|---|
protected ContentFeatureSource |
GeoJSONDataStore.createFeatureSource(ContentEntry entry) |
Constructor and Description |
---|
GeoJSONFeatureSource(ContentEntry entry) |
GeoJSONFeatureSource(ContentEntry entry,
Query query) |
GeoJSONFeatureStore(ContentEntry entry,
Query query) |
GeoJSONFeatureWriter(ContentEntry entry,
Query query) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryEntry
Entry used to store features (of a single FeatureType).
|
Modifier and Type | Method and Description |
---|---|
protected MemoryState |
MemoryEntry.createContentState(ContentEntry entry) |
protected MemoryState |
MemoryDataStore.createContentState(ContentEntry entry)
Use MemoryState to manage internal storage.
|
protected ContentFeatureSource |
MemoryDataStore.createFeatureSource(ContentEntry entry) |
protected ContentFeatureSource |
MemoryDataStore.createFeatureSource(ContentEntry entry,
Query query) |
Constructor and Description |
---|
MemoryFeatureSource(ContentEntry entry) |
MemoryFeatureSource(ContentEntry entry,
Query query) |
MemoryFeatureStore(ContentEntry entry,
Query query) |
Modifier and Type | Method and Description |
---|---|
protected ContentState |
MongoDataStore.createContentState(ContentEntry entry) |
protected ContentFeatureSource |
MongoDataStore.createFeatureSource(ContentEntry entry) |
Constructor and Description |
---|
MongoFeatureSource(ContentEntry entry,
Query query,
DBCollection collection) |
MongoFeatureStore(ContentEntry entry,
Query query,
DBCollection collection) |
Modifier and Type | Method and Description |
---|---|
protected ContentFeatureSource |
OGRDataStore.createFeatureSource(ContentEntry entry) |
Modifier and Type | Method and Description |
---|---|
ContentEntry |
PropertyFeatureStore.getEntry() |
Modifier and Type | Method and Description |
---|---|
protected ContentFeatureSource |
PropertyDataStore.createFeatureSource(ContentEntry entry) |
Constructor and Description |
---|
PropertyFeatureSource(ContentEntry entry,
Query query) |
Modifier and Type | Method and Description |
---|---|
protected ContentFeatureSource |
ShapefileDataStore.createFeatureSource(ContentEntry entry) |
Modifier and Type | Field and Description |
---|---|
protected ContentEntry |
ContentFeatureSource.entry
The entry for the feature source.
|
protected ContentEntry |
ContentState.entry
entry maintaining the state
|
Modifier and Type | Field and Description |
---|---|
protected Map<Name,ContentEntry> |
ContentDataStore.entries
name, entry map
|
Modifier and Type | Method and Description |
---|---|
protected ContentEntry |
ContentDataStore.ensureEntry(Name name)
Helper method to look up an entry in the datastore which throws an
IOException 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 |
ContentFeatureSource.getEntry()
The entry for the feature source.
|
ContentEntry |
ContentState.getEntry()
The entry which maintains the state.
|
ContentEntry |
ContentDataStore.getEntry(Name name)
Returns the entry for a specified name, or
null if no such entry exists. |
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
protected ContentFeatureSource |
VPFLibrary.createFeatureSource(ContentEntry entry) |
VPFFeatureType |
VPFLibrary.getFeatureType(ContentEntry entry) |
Constructor and Description |
---|
VPFCovFeatureSource(VPFFeatureType featureType,
ContentEntry entry,
Query query) |
VPFFeatureSource(ContentEntry entry,
Query query) |
VPFLibFeatureSource(ContentEntry entry,
Query query) |
Modifier and Type | Method and Description |
---|---|
protected ContentFeatureSource |
VPFFileStore.createFeatureSource(ContentEntry entry) |
SimpleFeatureType |
VPFFileStore.getFeatureType(ContentEntry entry) |
Constructor and Description |
---|
VPFFileFeatureSource(ContentEntry entry,
Query query) |
Modifier and Type | Method and Description |
---|---|
protected WFSContentState |
WFSDataStore.createContentState(ContentEntry entry) |
protected ContentFeatureSource |
WFSDataStore.createFeatureSource(ContentEntry entry) |
Constructor and Description |
---|
WFSContentState(ContentEntry entry) |
WFSStoredQueryFeatureSource(ContentEntry entry,
WFSClient client,
StoredQueryDescriptionType desc) |
Modifier and Type | Method and Description |
---|---|
ContentEntry |
JDBCFeatureStore.getEntry() |
Modifier and Type | Method and Description |
---|---|
protected ContentState |
JDBCDataStore.createContentState(ContentEntry entry)
Creates an instanceof
JDBCState . |
protected ContentFeatureSource |
JDBCDataStore.createFeatureSource(ContentEntry entry)
Creates a new instance of
JDBCFeatureStore . |
protected PrimaryKey |
JDBCDataStore.getPrimaryKey(ContentEntry entry)
Returns the primary key object for a particular entry, deriving it from the underlying
database metadata.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
protected ContentFeatureSource |
MBTilesDataStore.createFeatureSource(ContentEntry entry) |
Modifier and Type | Method and Description |
---|---|
protected ContentFeatureSource |
STACDataStore.createFeatureSource(ContentEntry entry) |
Constructor and Description |
---|
STACFeatureSource(ContentEntry entry,
STACClient client) |
Modifier and Type | Method and Description |
---|---|
protected ContentFeatureSource |
VectorMosaicStore.createFeatureSource(ContentEntry entry) |
Constructor and Description |
---|
VectorMosaicFeatureSource(ContentEntry contentEntry,
VectorMosaicStore store)
VectorMosaicFeatureSource constructor.
|
Copyright © 1996–2022 Geotools. All rights reserved.