|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentEntry | |
---|---|
org.geotools.data.store | |
org.geotools.jdbc |
Uses of ContentEntry in org.geotools.data.store |
---|
Fields in org.geotools.data.store declared as ContentEntry | |
---|---|
protected ContentEntry |
ContentState.entry
entry maintaining the state |
protected ContentEntry |
ContentFeatureSource.entry
The entry for the feature source. |
Fields in org.geotools.data.store with type parameters of type ContentEntry | |
---|---|
protected Map<Name,ContentEntry> |
ContentDataStore.entries
name, entry map |
Methods in org.geotools.data.store that return ContentEntry | |
---|---|
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 |
ContentState.getEntry()
The entry which maintains the state. |
ContentEntry |
ContentFeatureSource.getEntry()
The entry for the feature source. |
ContentEntry |
ContentDataStore.getEntry(Name name)
Returns the entry for a specified name, or null if no such
entry exists. |
Methods in org.geotools.data.store with parameters of type ContentEntry | |
---|---|
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 | |
---|---|
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.jdbc |
---|
Methods in org.geotools.jdbc that return ContentEntry | |
---|---|
ContentEntry |
JDBCFeatureStore.getEntry()
|
Methods in org.geotools.jdbc with parameters of type ContentEntry | |
---|---|
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. |
Constructors in org.geotools.jdbc with parameters of type ContentEntry | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |