|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureStore | |
---|---|
org.geotools.arcsde.data | DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. |
org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
org.geotools.data.directory | |
org.geotools.data.property | |
org.geotools.data.simple | |
org.geotools.data.store | |
org.geotools.data.transform | |
org.geotools.data.wfs.v1_0_0 | |
org.geotools.gce.imagemosaic.catalog.oracle | |
org.geotools.jdbc |
Uses of FeatureStore in org.geotools.arcsde.data |
---|
Classes in org.geotools.arcsde.data that implement FeatureStore | |
---|---|
class |
ArcSdeFeatureStore
|
Uses of FeatureStore in org.geotools.data |
---|
Subinterfaces of FeatureStore in org.geotools.data | |
---|---|
interface |
FeatureLocking<T extends FeatureType,F extends Feature>
Provides Feature based locking. |
Classes in org.geotools.data that implement FeatureStore | |
---|---|
class |
AbstractFeatureLocking
A Starting point for your own FeatureLocking implementations. |
class |
AbstractFeatureStore
This is a starting point for providing your own FeatureStore implementation. |
Methods in org.geotools.data with parameters of type FeatureStore | |
---|---|
static SimpleFeatureStore |
DataUtilities.simple(FeatureStore store)
A safe cast to SimpleFeatureStore; that will introduce a wrapper if it has to. |
Uses of FeatureStore in org.geotools.data.directory |
---|
Classes in org.geotools.data.directory that implement FeatureStore | |
---|---|
class |
DirectoryFeatureLocking
|
class |
DirectoryFeatureStore
|
Uses of FeatureStore in org.geotools.data.property |
---|
Classes in org.geotools.data.property that implement FeatureStore | |
---|---|
class |
PropertyFeatureStore
Implementation used for writeable property files. |
Uses of FeatureStore in org.geotools.data.simple |
---|
Subinterfaces of FeatureStore in org.geotools.data.simple | |
---|---|
interface |
SimpleFeatureLocking
Used to lock feature content to protect against other threads (or depending on the source of data other applications) making modifications when you are not looking. |
interface |
SimpleFeatureStore
|
Uses of FeatureStore in org.geotools.data.store |
---|
Classes in org.geotools.data.store that implement FeatureStore | |
---|---|
class |
ContentFeatureStore
Abstract implementation of FeatureStore. |
Uses of FeatureStore in org.geotools.data.transform |
---|
Classes in org.geotools.data.transform that implement FeatureStore | |
---|---|
class |
TransformFeatureStore
A transforming feature store, will transform on the fly all attempts to write so that the underlying features are getting modified while exposing a different feature type to its callers. |
Uses of FeatureStore in org.geotools.data.wfs.v1_0_0 |
---|
Classes in org.geotools.data.wfs.v1_0_0 that implement FeatureStore | |
---|---|
class |
WFSFeatureStore
FeatureStore used to assemble a Transaction Request (issued during commit). |
Uses of FeatureStore in org.geotools.gce.imagemosaic.catalog.oracle |
---|
Classes in org.geotools.gce.imagemosaic.catalog.oracle that implement FeatureStore | |
---|---|
class |
OracleTransformFeatureStore
|
Uses of FeatureStore in org.geotools.jdbc |
---|
Classes in org.geotools.jdbc that implement FeatureStore | |
---|---|
class |
JDBCFeatureStore
FeatureStore implementation for jdbc based relational database tables. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |