|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FeatureStore in org.deegree.feature.persistence |
---|
Methods in org.deegree.feature.persistence that return FeatureStore | |
---|---|
FeatureStore |
FeatureStoreTransaction.getStore()
Returns the underlying FeatureStore instance. |
Methods in org.deegree.feature.persistence that return types with arguments of type FeatureStore | |
---|---|
ResourceManagerMetadata<FeatureStore> |
FeatureStoreManager.getMetadata()
|
Methods in org.deegree.feature.persistence with parameters of type FeatureStore | |
---|---|
static Envelope |
FeatureStores.getCombinedEnvelope(FeatureStore fs)
Ignores all errors, tries to aggregate all envelopes of all feature types. |
Constructors in org.deegree.feature.persistence with parameters of type FeatureStore | |
---|---|
FeatureStoreGMLIdResolver(FeatureStore fs)
Creates a new FeatureStoreGMLIdResolver instance. |
Uses of FeatureStore in org.deegree.feature.persistence.geocouch |
---|
Classes in org.deegree.feature.persistence.geocouch that implement FeatureStore | |
---|---|
class |
GeoCouchFeatureStore
FeatureStore implementation that uses GeoCouch as backend. |
Methods in org.deegree.feature.persistence.geocouch that return FeatureStore | |
---|---|
FeatureStore |
GeoCouchFeatureStoreTransaction.getStore()
|
Uses of FeatureStore in org.deegree.feature.persistence.lock |
---|
Constructors in org.deegree.feature.persistence.lock with parameters of type FeatureStore | |
---|---|
DefaultLockManager(FeatureStore store,
String jdbcConnId)
Creates a new DefaultLockManager for the given FeatureStore . |
Uses of FeatureStore in org.deegree.feature.persistence.memory |
---|
Classes in org.deegree.feature.persistence.memory that implement FeatureStore | |
---|---|
class |
MemoryFeatureStore
FeatureStore implementation that keeps the feature instances in memory. |
Uses of FeatureStore in org.deegree.feature.persistence.remotewfs |
---|
Classes in org.deegree.feature.persistence.remotewfs that implement FeatureStore | |
---|---|
class |
RemoteWFSFeatureStore
FeatureStore implementation that is backed by a (remote) WFS instance. |
Uses of FeatureStore in org.deegree.feature.persistence.shape |
---|
Classes in org.deegree.feature.persistence.shape that implement FeatureStore | |
---|---|
class |
ShapeFeatureStore
FeatureStore implementation that uses shape files as backend. |
Uses of FeatureStore in org.deegree.feature.persistence.simplesql |
---|
Classes in org.deegree.feature.persistence.simplesql that implement FeatureStore | |
---|---|
class |
SimpleSQLFeatureStore
FeatureStore implementation that is backed by an SQL database and configured by providing an SQL statement /
an SQL connection. |
Uses of FeatureStore in org.deegree.feature.persistence.sql |
---|
Classes in org.deegree.feature.persistence.sql that implement FeatureStore | |
---|---|
class |
SQLFeatureStore
FeatureStore that is backed by a spatial SQL database. |
Methods in org.deegree.feature.persistence.sql that return FeatureStore | |
---|---|
FeatureStore |
SQLFeatureStoreTransaction.getStore()
|
Uses of FeatureStore in org.deegree.layer.persistence.feature |
---|
Constructors in org.deegree.layer.persistence.feature with parameters of type FeatureStore | |
---|---|
FeatureLayer(LayerMetadata md,
FeatureStore featureStore,
QName featureType,
Filter filter,
Map<String,Style> styles,
Map<String,Style> legendStyles)
|
Uses of FeatureStore in org.deegree.rendering.r3d.opengl.rendering.dem.texturing |
---|
Constructors in org.deegree.rendering.r3d.opengl.rendering.dem.texturing with parameters of type FeatureStore | |
---|---|
StyledGeometryTTProvider(double[] offsetVector,
ICRS wpvsCRS,
FeatureStore featureStore,
Style style,
double maxUnitsPerPixel,
File cacheDir,
long cacheSize)
Use the given feature store to create a 'dataset' from a style. |
Uses of FeatureStore in org.deegree.services.wfs |
---|
Methods in org.deegree.services.wfs that return FeatureStore | |
---|---|
FeatureStore |
WFSFeatureStoreManager.getStore(QName ftName)
Returns the FeatureStore instance which is responsible for the specified feature type. |
FeatureStore[] |
WFSFeatureStoreManager.getStores()
Returns all registered FeatureStore instances. |
Methods in org.deegree.services.wfs that return types with arguments of type FeatureStore | |
---|---|
Map<FeatureStore,List<Query>> |
QueryAnalyzer.getQueries()
Returns the feature store queries that have to performed for this request. |
Methods in org.deegree.services.wfs with parameters of type FeatureStore | |
---|---|
void |
WFSFeatureStoreManager.addStore(FeatureStore fs)
Registers a new FeatureStore to the WFS. |
void |
WFSFeatureStoreManager.removeStore(FeatureStore fs)
Deregisters the specified FeatureStore from the WFS. |
Uses of FeatureStore in org.deegree.services.wms.model.layers |
---|
Methods in org.deegree.services.wms.model.layers that return FeatureStore | |
---|---|
FeatureStore |
FeatureLayer.getDataStore()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |