Modifier and Type | Class and Description |
---|---|
class |
JoiningJDBCFeatureSource
This is where the magic happens.
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryFeatureSource
Read access to feature content held in memory.
|
class |
MemoryFeatureStore |
Modifier and Type | Method and Description |
---|---|
protected ContentFeatureSource |
MemoryDataStore.createFeatureSource(ContentEntry entry) |
protected ContentFeatureSource |
MemoryDataStore.createFeatureSource(ContentEntry entry,
Query query) |
Modifier and Type | Class and Description |
---|---|
class |
MongoFeatureSource |
class |
MongoFeatureStore |
Modifier and Type | Method and Description |
---|---|
protected ContentFeatureSource |
MongoDataStore.createFeatureSource(ContentEntry entry) |
Modifier and Type | Class and Description |
---|---|
class |
PropertyFeatureSource |
class |
PropertyFeatureStore
Implementation used for writeable property files.
|
Modifier and Type | Method and Description |
---|---|
protected ContentFeatureSource |
PropertyDataStore.createFeatureSource(ContentEntry entry) |
Constructor and Description |
---|
PropertyFeatureWriter(ContentFeatureSource source,
ContentState contentState,
Query query,
boolean append) |
Modifier and Type | Method and Description |
---|---|
protected ContentFeatureSource |
ShapefileDataStore.createFeatureSource(ContentEntry entry) |
ContentFeatureSource |
ShapefileDataStore.getFeatureSource() |
Modifier and Type | Class and Description |
---|---|
class |
ContentFeatureStore
Abstract implementation of FeatureStore.
|
Modifier and Type | Field and Description |
---|---|
protected ContentFeatureSource |
ContentFeatureCollection.featureSource
feature store the collection originated from.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ContentFeatureSource |
ContentDataStore.createFeatureSource(ContentEntry entry)
Instantiates new feature source for the entry.
|
ContentFeatureSource |
ContentDataStore.getFeatureSource(Name typeName,
Transaction tx)
Returns the feature source matching the specified name and explicitly specifies a
transaction.
|
ContentFeatureSource |
ContentDataStore.getFeatureSource(String typeName)
Returns the feature source matching the specified name.
|
ContentFeatureSource |
ContentDataStore.getFeatureSource(String typeName,
Transaction tx)
Returns the feature source matching the specified name and explicitly specifies a
transaction.
|
ContentFeatureSource |
ContentFeatureSource.getView(Filter filter) |
ContentFeatureSource |
ContentFeatureSource.getView(Query query)
Creates a new feature source for the specified query.
|
Constructor and Description |
---|
ContentFeatureCollection(ContentFeatureSource featureSource,
Query query) |
Modifier and Type | Class and Description |
---|---|
class |
WFSStoredQueryFeatureSource |
Modifier and Type | Method and Description |
---|---|
protected ContentFeatureSource |
WFSDataStore.createFeatureSource(ContentEntry entry) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCFeatureSource |
class |
JDBCFeatureStore
FeatureStore implementation for jdbc based relational database tables.
|
Modifier and Type | Method and Description |
---|---|
protected ContentFeatureSource |
JDBCDataStore.createFeatureSource(ContentEntry entry)
Creates a new instance of
JDBCFeatureStore . |
Copyright © 1996–2019 Geotools. All rights reserved.